From: Chad B. <cwb...@us...> - 2007-06-12 16:23:36
|
User: cwbrandon Date: 07/06/12 09:23:36 Modified: etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/Solution andromda.xml andromda-aspdotnet pom.xml andromda-nhibernate pom.xml documentation/samples/time-tracker-dotnet-maven2/Northwind.TimeTracker pom.xml andromda-aspdotnet/src/site site.xml andromda-ejb3 pom.xml andromda-nspring/src/main/uml SpringMetafacadeModel.xml.zip andromda-aspdotnet/src/main/uml AspDotNetMetafacadeModelv4.xml.zip . pom.xml andromda-database/src/main/uml DatabaseMetafacadeModel.xml.zip andromda-aspdotnet/src/test/uml AspCartridgeTestModel1.xml.zip andromda-semweb/src/main/uml SemWebMetafacadeModel.xml.zip andromda-database pom.xml andromda-ejb3/src/site changes.xml andromda-jsf2/src/test/uml JSFCartridgeTestModel.xml.zip documentation/samples/time-tracker-dotnet-maven2/Northwind.TimeTracker/mda/conf andromda.xml andromda-seam pom.xml andromda-cs/src/test/uml CsCartridgeTestModel.xml.zip andromda-cs/src/site site.xml andromda-nhibernate/src/test/uml HibernateCartridgeTestModel.xml.zip andromda-semweb/src/test/uml SemWebCartridgeTestModel.xml.zip andromda-nspring/src/test/uml NSpringCartridgeTestModel.xml.zip andromda-aspdotnet/src/site/axdoc installation.xml maven2/plugins/andromdanetapp pom.xml andromda-cs pom.xml samples/demo-ejb3 pom.xml andromda-nspring pom.xml andromda-jsf2/src/main/uml JSFMetafacadeModel.xml.zip andromda-eclipse-rcp pom.xml andromda-nhibernate/src/main/uml HibernateMetafacadeModel.xml.zip andromda-semweb pom.xml andromda-nhibernate/src/test/expected cartridge-output.zip andromda-eclipse-rcp/src/main/uml EclipseRCPMetafacadeModel.xml.zip Removed: andromda-nhibernate/src/test/expected/org/andromda/cartridges/nhibernate EntityTwoImpl.cs EntityOne.cs EntityTwo.cs EntityOneImpl.cs EntityOne.hbm.xml EntityTwo.hbm.xml . mvn-cc-build.xml Log: Fix build and update all to 3.3-SNAPSHOT (from 3.2-SNAPSHOT) Revision Changes Path 1.2 +2 -2 plugins/etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/Solution Index: andromda.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/etc/andromda-dotnet/AndroMDA.VS80AddIn/AndroMDA.VS80AddIn/Solution Wizard Files/mda/conf/andromda.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- andromda.xml 22 Jan 2007 13:22:46 -0000 1.1 +++ andromda.xml 12 Jun 2007 16:23:05 -0000 1.2 @@ -43,9 +43,9 @@ <!-- You can specify your own mapping files to fine tune the generated code. One primary use of this is to change the SqlMappings to generate unicode support in the database. You can find the default mappings inside the - andromda-maven-plugin-3.2-SNAPSHOT.jar file, in META-INF/andromda/mappings. + andromda-maven-plugin-3.3-SNAPSHOT.jar file, in META-INF/andromda/mappings. This file usually resides in: - {maven2.repository}/org/andromda/maven/plugins/andromda-maven-plugin/3.2-SNAPSHOT + {maven2.repository}/org/andromda/maven/plugins/andromda-maven-plugin/3.3-SNAPSHOT Copy these mapping files into mda/conf/mappings and then uncomment the lines below. --> 1.3 +10 -10 cartridges/andromda-aspdotnet/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-aspdotnet/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- pom.xml 25 Sep 2006 19:37:00 -0000 1.2 +++ pom.xml 12 Jun 2007 16:23:06 -0000 1.3 @@ -50,7 +50,7 @@ <dependency> <groupId>org.andromda.cartridges</groupId> <artifactId>andromda-meta-cartridge</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> </dependencies> </plugin> @@ -61,14 +61,14 @@ <dependency> <groupId>org.andromda.translationlibraries</groupId> <artifactId>andromda-ocl-query-library</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> </dependencies> </plugin> <plugin> - <groupId>org.andromda.maven.site</groupId> + <groupId>org.andromda.maven.plugins.site</groupId> <artifactId>andromda-site-plugin</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> <executions> <execution> <id>profile-transform</id> @@ -91,7 +91,7 @@ <dependency> <groupId>org.andromda.maven.site</groupId> <artifactId>andromda-doxia-module-xdoc</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> </dependencies> <configuration> 1.12 +7 -7 cartridges/andromda-nhibernate/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nhibernate/pom.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -w -r1.11 -r1.12 --- pom.xml 22 Jan 2007 03:29:47 -0000 1.11 +++ pom.xml 12 Jun 2007 16:23:07 -0000 1.12 @@ -48,27 +48,27 @@ <dependency> <groupId>org.andromda</groupId> <artifactId>andromda-core</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.metafacades</groupId> <artifactId>andromda-metafacades-uml</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.metafacades</groupId> <artifactId>andromda-metafacades-uml14</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.cartridges</groupId> <artifactId>andromda-meta-cartridge</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.translationlibraries</groupId> <artifactId>andromda-ocl-validation-library</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-lang</groupId> @@ -95,7 +95,7 @@ <dependency> <groupId>org.andromda.cartridges</groupId> <artifactId>andromda-meta-cartridge</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> </dependencies> </plugin> @@ -106,7 +106,7 @@ <dependency> <groupId>org.andromda.translationlibraries</groupId> <artifactId>andromda-ocl-query-library</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> </dependencies> </plugin> 1.2 +6 -6 plugins/documentation/samples/time-tracker-dotnet-maven2/Northwind.TimeTracker/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/documentation/samples/time-tracker-dotnet-maven2/Northwind.TimeTracker/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- pom.xml 28 Aug 2006 04:22:24 -0000 1.1 +++ pom.xml 12 Jun 2007 16:23:07 -0000 1.2 @@ -17,24 +17,24 @@ <dependency> <groupId>org.andromda.profiles.uml14</groupId> <artifactId>andromda-profile</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> <type>xml.zip</type> <scope>runtime</scope> </dependency> <dependency> <groupId>org.andromda.translationlibraries</groupId> <artifactId>andromda-ocl-translation-core</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.translationlibraries</groupId> <artifactId>andromda-ocl-validation-library</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.translationlibraries</groupId> <artifactId>andromda-ocl-query-library</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <!-- Project Cartridges --> @@ -63,7 +63,7 @@ <plugin> <groupId>org.andromda.maven.plugins</groupId> <artifactId>andromda-multi-source-plugin</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> <executions> <execution> <goals> @@ -80,7 +80,7 @@ <plugin> <groupId>org.andromda.maven.plugins</groupId> <artifactId>andromda-maven-plugin</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> 1.2 +1 -1 cartridges/andromda-aspdotnet/src/site/site.xml Index: site.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-aspdotnet/src/site/site.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- site.xml 17 Sep 2006 17:31:55 -0000 1.1 +++ site.xml 12 Jun 2007 16:23:07 -0000 1.2 @@ -3,7 +3,7 @@ <skin> <groupId>org.andromda.maven.site</groupId> <artifactId>andromda-site-skin</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </skin> <bannerLeft> <name></name> 1.18 +5 -5 cartridges/andromda-ejb3/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/pom.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -w -r1.17 -r1.18 1.4 +121 -111 cartridges/andromda-nspring/src/main/uml/SpringMetafacadeModel.xml.zip <<Binary file>> 1.4 +119 -127 cartridges/andromda-aspdotnet/src/main/uml/AspDotNetMetafacadeModelv4.xml.zip <<Binary file>> 1.13 +11 -20 plugins/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/pom.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -w -r1.12 -r1.13 --- pom.xml 29 Aug 2006 04:02:17 -0000 1.12 +++ pom.xml 12 Jun 2007 16:23:15 -0000 1.13 @@ -87,33 +87,33 @@ <dependency> <groupId>org.andromda</groupId> <artifactId>andromda-core</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda</groupId> <artifactId>andromda-utils</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.metafacades</groupId> <artifactId>andromda-metafacades-uml</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.cartridges</groupId> <artifactId>andromda-meta-cartridge</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.andromda.translationlibraries</groupId> <artifactId>andromda-ocl-validation-library</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.profiles.uml14</groupId> <artifactId>andromda-profile</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> <type>xml.zip</type> <scope>runtime</scope> </dependency> @@ -137,7 +137,7 @@ <plugin> <groupId>org.andromda.maven.plugins</groupId> <artifactId>andromda-maven-plugin</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> <executions> <execution> <goals> @@ -155,7 +155,7 @@ <extensions>true</extensions> <groupId>org.andromda.maven.plugins</groupId> <artifactId>andromda-cartridge-plugin</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> <executions> <execution> <goals> @@ -167,15 +167,6 @@ </execution> </executions> </plugin> - <!-- AMW Add JDK source/target since switching CC jdk to 1.5 --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.4</source> - <target>1.4</target> - </configuration> - </plugin> </plugins> </pluginManagement> </build> 1.3 +72 -71 cartridges/andromda-database/src/main/uml/DatabaseMetafacadeModel.xml.zip <<Binary file>> 1.3 +162 -164 cartridges/andromda-aspdotnet/src/test/uml/AspCartridgeTestModel1.xml.zip <<Binary file>> 1.2 +49 -50 cartridges/andromda-semweb/src/main/uml/SemWebMetafacadeModel.xml.zip <<Binary file>> 1.4 +2 -2 cartridges/andromda-database/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-database/pom.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- pom.xml 13 Jun 2006 15:50:04 -0000 1.3 +++ pom.xml 12 Jun 2007 16:23:24 -0000 1.4 @@ -20,12 +20,12 @@ <dependency> <groupId>org.andromda.cartridges</groupId> <artifactId>andromda-meta-cartridge</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.metafacades</groupId> <artifactId>andromda-metafacades-uml</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> <type>xml.zip</type> <scope>runtime</scope> </dependency> 1.18 +1 -1 cartridges/andromda-ejb3/src/site/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/site/changes.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -w -r1.17 -r1.18 --- changes.xml 7 May 2007 13:32:30 -0000 1.17 +++ changes.xml 12 Jun 2007 16:23:25 -0000 1.18 @@ -324,7 +324,7 @@ Add javax.jms.MessageListener messaging-type to ejb-jar.xml for MDBs. </action> <action dev="vancek" type="update"> - Migrated dependency versions from 3.2-SNAPSHOT to 3.2, overriding dependencies in the pom.xml. + Migrated dependency versions from 3.3-SNAPSHOT to 3.2, overriding dependencies in the pom.xml. NOTE: This can be removed once the andromda-plugins package is upgraded as a whole. </action> <action dev="vancek" type="update"> 1.4 +318 -342 cartridges/andromda-jsf2/src/test/uml/JSFCartridgeTestModel.xml.zip <<Binary file>> 1.2 +2 -2 plugins/documentation/samples/time-tracker-dotnet-maven2/Northwind.TimeTracker/mda/conf/andromda.xml Index: andromda.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/documentation/samples/time-tracker-dotnet-maven2/Northwind.TimeTracker/mda/conf/andromda.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- andromda.xml 28 Aug 2006 04:22:25 -0000 1.1 +++ andromda.xml 12 Jun 2007 16:23:27 -0000 1.2 @@ -43,9 +43,9 @@ <!-- You can specify your own mapping files to fine tune the generated code. One primary use of this is to change the SqlMappings to generate unicode support in the database. You can find the default mappings inside the - andromda-maven-plugin-3.2-SNAPSHOT.jar file, in META-INF/andromda/mappings. + andromda-maven-plugin-3.3-SNAPSHOT.jar file, in META-INF/andromda/mappings. This file usually resides in: - {maven2.repository}/org/andromda/maven/plugins/andromda-maven-plugin/3.2-SNAPSHOT + {maven2.repository}/org/andromda/maven/plugins/andromda-maven-plugin/3.3-SNAPSHOT Copy these mapping files into mda/conf/mappings and then uncomment the lines below. --> 1.2 +9 -9 cartridges/andromda-seam/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-seam/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- pom.xml 12 Apr 2007 15:29:21 -0000 1.1 +++ pom.xml 12 Jun 2007 16:23:27 -0000 1.2 @@ -297,7 +297,7 @@ </plugins> </reporting> <properties> - <andromda3.root>O:\\workspace3.2.1\\andromda-all</andromda3.root> + <andromda3.root>D:/java/development/andromda-all</andromda3.root> <maven.test.skip>true</maven.test.skip> <model.uri>jar:file:${pom.basedir}/src/main/uml/SeamMetafacadeModel.xml.zip!/SeamMetafacadeModel.xml</model.uri> <test.model.uri>jar:file:${pom.basedir}/src/test/uml/SeamCartridgeTestModel.xml.zip!/SeamCartridgeTestModel.xml</test.model.uri> 1.5 +54 -69 cartridges/andromda-cs/src/test/uml/CsCartridgeTestModel.xml.zip <<Binary file>> 1.3 +1 -1 cartridges/andromda-cs/src/site/site.xml Index: site.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-cs/src/site/site.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- site.xml 22 Jun 2006 20:27:04 -0000 1.2 +++ site.xml 12 Jun 2007 16:23:28 -0000 1.3 @@ -3,7 +3,7 @@ <skin> <groupId>org.andromda.maven.site</groupId> <artifactId>andromda-site-skin</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </skin> <bannerLeft> <name></name> 1.4 +50 -36 cartridges/andromda-nhibernate/src/test/uml/HibernateCartridgeTestModel.xml.zip <<Binary file>> 1.2 +64 -53 cartridges/andromda-semweb/src/test/uml/SemWebCartridgeTestModel.xml.zip <<Binary file>> 1.3 +46 -39 cartridges/andromda-nspring/src/test/uml/NSpringCartridgeTestModel.xml.zip <<Binary file>> 1.2 +1 -1 cartridges/andromda-aspdotnet/src/site/axdoc/installation.xml Index: installation.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-aspdotnet/src/site/axdoc/installation.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- installation.xml 17 Sep 2006 17:31:53 -0000 1.1 +++ installation.xml 12 Jun 2007 16:23:30 -0000 1.2 @@ -44,7 +44,7 @@ scripts generated by the plugin. Install the plugin by following the steps below. <ol> <li> - Download the <a href="http://team.andromda.org/maven2/org/andromda/maven/plugins/andromdapp-maven-plugin/3.2-SNAPSHOT/andromdapp-maven-plugin-install-3.2-SNAPSHOT.zip">AndroMDA plugin installer</a>. + Download the <a href="http://team.andromda.org/maven2/org/andromda/maven/plugins/andromdapp-maven-plugin/3.3-SNAPSHOT/andromdapp-maven-plugin-install-3.3-SNAPSHOT.zip">AndroMDA plugin installer</a>. </li> <li> Unzip the contents of the installer into your Maven repository at C:\Documents and Settings\<strong>your user name</strong>\.m2\repository. 1.4 +6 -6 plugins/maven2/plugins/andromdanetapp/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/maven2/plugins/andromdanetapp/pom.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- pom.xml 14 Jun 2006 15:13:36 -0000 1.3 +++ pom.xml 12 Jun 2007 16:23:31 -0000 1.4 @@ -18,14 +18,14 @@ <inceptionYear>2005</inceptionYear> <dependencies> <dependency> - <groupId>org.apache.maven.plugins</groupId> + <groupId>org.andromda.maven.plugins</groupId> <artifactId>andromdapp-maven-plugin</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.andromdapp</groupId> <artifactId>andromda-andromdapp-core</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.plugins.andromdapp.projects</groupId> @@ -35,7 +35,7 @@ <dependency> <groupId>org.andromda.templateengines</groupId> <artifactId>andromda-templateengine-velocity</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> 1.12 +3 -3 cartridges/andromda-cs/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-cs/pom.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -w -r1.11 -r1.12 --- pom.xml 22 Jan 2007 03:29:47 -0000 1.11 +++ pom.xml 12 Jun 2007 16:23:32 -0000 1.12 @@ -43,7 +43,7 @@ <dependency> <groupId>org.andromda.cartridges</groupId> <artifactId>andromda-meta-cartridge</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> </dependencies> </plugin> @@ -58,9 +58,9 @@ </configuration> </plugin> <plugin> - <groupId>org.andromda.maven.plugins</groupId> + <groupId>org.andromda.maven.plugins.site</groupId> <artifactId>andromda-site-plugin</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> <executions> <execution> <id>profile-transform</id> 1.2 +9 -9 plugins/samples/demo-ejb3/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/samples/demo-ejb3/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- pom.xml 6 Oct 2006 06:52:43 -0000 1.1 +++ pom.xml 12 Jun 2007 16:23:32 -0000 1.2 @@ -44,7 +44,7 @@ <dependency> <groupId>org.andromda.profiles.uml14</groupId> <artifactId>andromda-profile</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> <type>xml.zip</type> <scope>runtime</scope> </dependency> @@ -57,19 +57,19 @@ <dependency> <groupId>org.andromda.cartridges</groupId> <artifactId>andromda-java-cartridge</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.andromda.cartridges</groupId> <artifactId>andromda-bpm4struts-cartridge</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.andromda.translationlibraries</groupId> <artifactId>andromda-ocl-query-library</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> <scope>runtime</scope> </dependency> <!-- This dependency provides the ability to implement your @@ -78,7 +78,7 @@ <dependency> <groupId>org.andromda</groupId> <artifactId>andromda-script-wrappers</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> @@ -324,7 +324,7 @@ <plugin> <groupId>org.andromda.maven.plugins</groupId> <artifactId>andromda-multi-source-plugin</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> <executions> <execution> <goals> @@ -341,12 +341,12 @@ <plugin> <groupId>org.andromda.maven.plugins</groupId> <artifactId>andromda-maven-plugin</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </plugin> <plugin> <groupId>org.andromda.maven.plugins</groupId> <artifactId>andromdapp-maven-plugin</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -515,7 +515,7 @@ <plugin> <groupId>org.andromda.maven.plugins</groupId> <artifactId>andromdapp-maven-plugin</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> <!-- provides the injection of the script wrapper support into the class files (this should only be done when developing locally), uncomment this executions element to enable <executions> 1.9 +8 -8 cartridges/andromda-nspring/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-nspring/pom.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -w -r1.8 -r1.9 --- pom.xml 22 Jan 2007 03:29:47 -0000 1.8 +++ pom.xml 12 Jun 2007 16:23:33 -0000 1.9 @@ -40,27 +40,27 @@ <dependency> <groupId>org.andromda</groupId> <artifactId>andromda-core</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.metafacades</groupId> <artifactId>andromda-metafacades-uml</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.cartridges</groupId> <artifactId>andromda-meta-cartridge</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.translationlibraries</groupId> <artifactId>andromda-ocl-validation-library</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda</groupId> <artifactId>andromda-utils</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>log4j</groupId> @@ -81,7 +81,7 @@ <dependency> <groupId>org.andromda.translationlibraries</groupId> <artifactId>andromda-ocl-query-library</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> </dependencies> <build> @@ -93,7 +93,7 @@ <dependency> <groupId>org.andromda.cartridges</groupId> <artifactId>andromda-meta-cartridge</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> </dependencies> </plugin> @@ -104,7 +104,7 @@ <dependency> <groupId>org.andromda.translationlibraries</groupId> <artifactId>andromda-ocl-query-library</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> </dependencies> </plugin> 1.6 +185 -205 cartridges/andromda-jsf2/src/main/uml/JSFMetafacadeModel.xml.zip <<Binary file>> 1.2 +2 -2 cartridges/andromda-eclipse-rcp/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-eclipse-rcp/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- pom.xml 10 Jan 2007 21:23:37 -0000 1.1 +++ pom.xml 12 Jun 2007 16:23:34 -0000 1.2 @@ -20,12 +20,12 @@ <dependency> <groupId>org.andromda.cartridges</groupId> <artifactId>andromda-meta-cartridge</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.metafacades</groupId> <artifactId>andromda-metafacades-uml</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> <type>xml.zip</type> <scope>runtime</scope> </dependency> 1.3 +4 -3 cartridges/andromda-nhibernate/src/main/uml/HibernateMetafacadeModel.xml.zip <<Binary file>> 1.3 +2 -2 cartridges/andromda-semweb/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-semweb/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- pom.xml 10 Oct 2006 19:12:52 -0000 1.2 +++ pom.xml 12 Jun 2007 16:23:35 -0000 1.3 @@ -29,7 +29,7 @@ <dependency> <groupId>org.andromda.cartridges</groupId> <artifactId>andromda-meta-cartridge</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> </dependencies> </plugin> @@ -40,7 +40,7 @@ <dependency> <groupId>org.andromda.translationlibraries</groupId> <artifactId>andromda-ocl-query-library</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.3-SNAPSHOT</version> </dependency> </dependencies> </plugin> 1.8 +38 -34 cartridges/andromda-nhibernate/src/test/expected/cartridge-output.zip <<Binary file>> 1.2 +75 -115 cartridges/andromda-eclipse-rcp/src/main/uml/EclipseRCPMetafacadeModel.xml.zip <<Binary file>> |