From: Eric C <ecr...@us...> - 2006-03-17 03:40:59
|
User: ecrutchfield Date: 06/03/16 19:40:57 Modified: . pom.xml Log: added andromdapp and maven2/plugins to modules Revision Changes Path 1.6 +2 -0 plugins/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/pom.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -w -r1.5 -r1.6 --- pom.xml 19 Dec 2005 05:14:09 -0000 1.5 +++ pom.xml 17 Mar 2006 03:40:57 -0000 1.6 @@ -172,6 +172,8 @@ </build> <modules> <module>cartridges</module> + <module>andromdapp</module> + <module>maven2/plugins</module> </modules> <repositories> <repository> |
From: Martin W. <ama...@us...> - 2006-05-14 09:05:44
|
User: amartinwest Date: 06/05/14 02:05:41 Modified: . pom.xml Log: Update new cvs settings Revision Changes Path 1.7 +2 -2 plugins/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/pom.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -w -r1.6 -r1.7 --- pom.xml 17 Mar 2006 03:40:57 -0000 1.6 +++ pom.xml 14 May 2006 09:05:41 -0000 1.7 @@ -18,8 +18,8 @@ </issueManagement> <scm> <connection>scm:cvs:pserver:anonymous:@cvs.sourceforge.net:/cvsroot/andromdaplugins:andromda-plugins</connection> - <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/andromdaplugins:andromda-plugins</developerConnection> - <url>http://cvs.sourceforge.net/viewcvs.py/andromda/</url> + <developerConnection>scm:cvs:ext:${maven.username}@andromdaplugins.cvs.sourceforge.net:/cvsroot/andromdaplugins:andromda-plugins</developerConnection> + <url>http://andromdaplugins.cvs.sourceforge.net/andromdaplugins</url> </scm> <organization> <name>AndroMDA.org</name> |
From: Martin W. <ama...@us...> - 2006-05-27 17:47:26
|
User: amartinwest Date: 06/05/27 10:47:19 Modified: . pom.xml Log: correct cvs url in 2nd place Revision Changes Path 1.8 +1 -1 plugins/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/pom.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -w -r1.7 -r1.8 --- pom.xml 14 May 2006 09:05:41 -0000 1.7 +++ pom.xml 27 May 2006 17:47:19 -0000 1.8 @@ -17,7 +17,7 @@ <url>http://jira.andromda.org/</url> </issueManagement> <scm> - <connection>scm:cvs:pserver:anonymous:@cvs.sourceforge.net:/cvsroot/andromdaplugins:andromda-plugins</connection> + <connection>scm:cvs:pserver:anonymous:@andromdaplugins.cvs.sourceforge.net:/cvsroot/andromdaplugins:andromda-plugins</connection> <developerConnection>scm:cvs:ext:${maven.username}@andromdaplugins.cvs.sourceforge.net:/cvsroot/andromdaplugins:andromda-plugins</developerConnection> <url>http://andromdaplugins.cvs.sourceforge.net/andromdaplugins</url> </scm> |
From: Martin W. <ama...@us...> - 2006-06-11 20:24:01
|
User: amartinwest Date: 06/06/11 13:23:57 Modified: . pom.xml Log: Correct scm line Revision Changes Path 1.9 +2 -2 plugins/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/pom.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -w -r1.8 -r1.9 --- pom.xml 27 May 2006 17:47:19 -0000 1.8 +++ pom.xml 11 Jun 2006 20:23:57 -0000 1.9 @@ -17,8 +17,8 @@ <url>http://jira.andromda.org/</url> </issueManagement> <scm> - <connection>scm:cvs:pserver:anonymous:@andromdaplugins.cvs.sourceforge.net:/cvsroot/andromdaplugins:andromda-plugins</connection> - <developerConnection>scm:cvs:ext:${maven.username}@andromdaplugins.cvs.sourceforge.net:/cvsroot/andromdaplugins:andromda-plugins</developerConnection> + <connection>scm:cvs:ext:${cvs_username}@andromdaplugins.cvs.sourceforge.net:/cvsroot/andromdaplugins:andromda-plugins</connection> + <developerConnection>scm:cvs:ext:${cvs_username}@andromdaplugins.cvs.sourceforge.net:/cvsroot/andromdaplugins:andromda-plugins</developerConnection> <url>http://andromdaplugins.cvs.sourceforge.net/andromdaplugins</url> </scm> <organization> |
From: Vance K. <va...@us...> - 2006-06-13 02:14:18
|
User: vancek Date: 06/06/12 19:14:17 Modified: . pom.xml Log: Update dependency and plugin versions from 3.2-RC1-SNAPSHOT to 3.2-SNAPSHOT. Revision Changes Path 1.10 +8 -8 plugins/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/pom.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -w -r1.9 -r1.10 --- pom.xml 11 Jun 2006 20:23:57 -0000 1.9 +++ pom.xml 13 Jun 2006 02:14:16 -0000 1.10 @@ -87,33 +87,33 @@ <dependency> <groupId>org.andromda</groupId> <artifactId>andromda-core</artifactId> - <version>3.2-RC1-SNAPSHOT</version> + <version>3.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda</groupId> <artifactId>andromda-utils</artifactId> - <version>3.2-RC1-SNAPSHOT</version> + <version>3.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.metafacades</groupId> <artifactId>andromda-metafacades-uml</artifactId> - <version>3.2-RC1-SNAPSHOT</version> + <version>3.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.cartridges</groupId> <artifactId>andromda-meta-cartridge</artifactId> - <version>3.2-RC1-SNAPSHOT</version> + <version>3.2-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.andromda.translationlibraries</groupId> <artifactId>andromda-ocl-validation-library</artifactId> - <version>3.2-RC1-SNAPSHOT</version> + <version>3.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.profiles.uml14</groupId> <artifactId>andromda-profile</artifactId> - <version>3.2-RC1-SNAPSHOT</version> + <version>3.2-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-RC1-SNAPSHOT</version> + <version>3.2-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-RC1-SNAPSHOT</version> + <version>3.2-SNAPSHOT</version> <executions> <execution> <goals> |
From: Martin W. <ama...@us...> - 2006-07-19 16:15:52
|
User: amartinwest Date: 06/07/19 08:14:32 Modified: . pom.xml Log: Add source/target 1.4 since CC switched to jdk 1.5 Revision Changes Path 1.11 +9 -0 plugins/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/pom.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -w -r1.10 -r1.11 --- pom.xml 13 Jun 2006 02:14:16 -0000 1.10 +++ pom.xml 19 Jul 2006 15:14:32 -0000 1.11 @@ -167,6 +167,15 @@ </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> |
From: Chris M. <cm...@us...> - 2006-08-29 04:02:18
|
User: cmicali Date: 06/08/28 21:02:17 Modified: . pom.xml Log: - Enabled distribution package Revision Changes Path 1.12 +1 -0 plugins/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/pom.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -w -r1.11 -r1.12 --- pom.xml 19 Jul 2006 15:14:32 -0000 1.11 +++ pom.xml 29 Aug 2006 04:02:17 -0000 1.12 @@ -183,6 +183,7 @@ <module>cartridges</module> <module>andromdapp</module> <module>maven2/plugins</module> + <module>distribution</module> </modules> <repositories> <repository> |
From: Chad B. <cwb...@us...> - 2008-03-28 18:33:32
|
User: cwbrandon Date: 08/03/28 11:33:37 Modified: . pom.xml Log: make source java 5 Revision Changes Path 1.14 +8 -0 plugins/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/pom.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -w -r1.13 -r1.14 --- pom.xml 12 Jun 2007 16:23:15 -0000 1.13 +++ pom.xml 28 Mar 2008 18:33:37 -0000 1.14 @@ -135,6 +135,14 @@ <pluginManagement> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.5</source> + <target>1.5</target> + </configuration> + </plugin> + <plugin> <groupId>org.andromda.maven.plugins</groupId> <artifactId>andromda-maven-plugin</artifactId> <version>3.3-SNAPSHOT</version> |
From: Chad B. <cwb...@us...> - 2008-04-28 16:07:02
|
User: cwbrandon Date: 08/04/28 09:06:53 Modified: . pom.xml Log: fix distribution settings Revision Changes Path 1.15 +6 -1 plugins/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/pom.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -w -r1.14 -r1.15 --- pom.xml 28 Mar 2008 18:33:37 -0000 1.14 +++ pom.xml 28 Apr 2008 16:06:53 -0000 1.15 @@ -205,7 +205,12 @@ <repository> <id>andromda-repository</id> <name>AndroMDA Repository</name> - <url>scp://galaxy.andromda.org/var/www/andromda/maven2</url> + <url>file:/var/www/andromda/maven2</url> + <uniqueVersion>false</uniqueVersion> </repository> + <site> + <id>website</id> + <url>file:/var/www/andromda/docs</url> + </site> </distributionManagement> </project> \ No newline at end of file |
From: Chad B. <cwb...@us...> - 2008-06-23 17:34:07
|
User: cwbrandon Date: 08/06/23 10:34:16 Modified: . pom.xml Log: change andromda version to 3.3 Revision Changes Path 1.16 +8 -8 plugins/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/pom.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -w -r1.15 -r1.16 --- pom.xml 28 Apr 2008 16:06:53 -0000 1.15 +++ pom.xml 23 Jun 2008 17:34:16 -0000 1.16 @@ -87,33 +87,33 @@ <dependency> <groupId>org.andromda</groupId> <artifactId>andromda-core</artifactId> - <version>3.3-SNAPSHOT</version> + <version>3.3</version> </dependency> <dependency> <groupId>org.andromda</groupId> <artifactId>andromda-utils</artifactId> - <version>3.3-SNAPSHOT</version> + <version>3.3</version> </dependency> <dependency> <groupId>org.andromda.metafacades</groupId> <artifactId>andromda-metafacades-uml</artifactId> - <version>3.3-SNAPSHOT</version> + <version>3.3</version> </dependency> <dependency> <groupId>org.andromda.cartridges</groupId> <artifactId>andromda-meta-cartridge</artifactId> - <version>3.3-SNAPSHOT</version> + <version>3.3</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.andromda.translationlibraries</groupId> <artifactId>andromda-ocl-validation-library</artifactId> - <version>3.3-SNAPSHOT</version> + <version>3.3</version> </dependency> <dependency> <groupId>org.andromda.profiles.uml14</groupId> <artifactId>andromda-profile</artifactId> - <version>3.3-SNAPSHOT</version> + <version>3.3</version> <type>xml.zip</type> <scope>runtime</scope> </dependency> @@ -145,7 +145,7 @@ <plugin> <groupId>org.andromda.maven.plugins</groupId> <artifactId>andromda-maven-plugin</artifactId> - <version>3.3-SNAPSHOT</version> + <version>3.3</version> <executions> <execution> <goals> @@ -163,7 +163,7 @@ <extensions>true</extensions> <groupId>org.andromda.maven.plugins</groupId> <artifactId>andromda-cartridge-plugin</artifactId> - <version>3.3-SNAPSHOT</version> + <version>3.3</version> <executions> <execution> <goals> |