From: Chad B. <cwb...@us...> - 2006-05-04 22:05:27
|
User: cwbrandon Date: 06/05/04 15:05:27 Modified: maven2/plugins pom.xml maven2/plugins/andromdanetapp pom.xml Log: fix poms Revision Changes Path 1.3 +1 -11 plugins/maven2/plugins/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/maven2/plugins/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -r1.2 -r1.3 --- pom.xml 4 May 2006 21:58:35 -0000 1.2 +++ pom.xml 4 May 2006 22:05:27 -0000 1.3 @@ -5,22 +5,12 @@ <artifactId>andromda-plugins</artifactId> <version>1.0-SNAPSHOT</version> </parent> - <groupId>org.andromda.plugins.plugins</groupId> - <artifactId>andromda-plugins</artifactId> - <version>1.0-SNAPSHOT</version> + <artifactId>andromda-plugins-maven2-plugins</artifactId> <packaging>pom</packaging> <name>AndroMDA Plugins</name> <description> The grouping of AndroMDApp plugins. </description> - <inceptionYear>2005</inceptionYear> - <dependencies> - <dependency> - <groupId>org.andromda</groupId> - <artifactId>andromda-core</artifactId> - <version>3.2-RC1-SNAPSHOT</version> - </dependency> - </dependencies> <modules> <module>andromdanetapp</module> </modules> 1.2 +6 -11 plugins/maven2/plugins/andromdanetapp/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/plugins/maven2/plugins/andromdanetapp/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- pom.xml 5 Mar 2006 06:19:23 -0000 1.1 +++ pom.xml 4 May 2006 22:05:27 -0000 1.2 @@ -3,9 +3,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>andromda-maven-plugins</artifactId> - <groupId>org.andromda.maven.plugins</groupId> - <version>3.2-RC1-SNAPSHOT</version> + <artifactId>andromda-plugins-maven2-plugins</artifactId> + <groupId>org.andromda.plugins</groupId> + <version>1.0-SNAPSHOT</version> </parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>andromdanetapp-maven-plugin</artifactId> @@ -20,12 +20,12 @@ <dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>andromdapp-maven-plugin</artifactId> - <version>${pom.version}</version> + <version>3.2-RC1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.andromdapp</groupId> <artifactId>andromda-andromdapp-core</artifactId> - <version>${pom.version}</version> + <version>3.2-RC1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.andromda.plugins.andromdapp.projects</groupId> @@ -33,14 +33,9 @@ <version>1.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>org.andromda</groupId> - <artifactId>andromda-core</artifactId> - <version>${pom.version}</version> - </dependency> - <dependency> <groupId>org.andromda.templateengines</groupId> <artifactId>andromda-templateengine-velocity</artifactId> - <version>${pom.version}</version> + <version>3.2-RC1-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> |