User: cwbrandon
Date: 06/05/04 14:58:35
Modified: maven2/plugins pom.xml
Log:
fix parent
Revision Changes Path
1.2 +3 -3 plugins/maven2/plugins/pom.xml
Index: pom.xml
===================================================================
RCS file: /cvsroot/andromdaplugins/plugins/maven2/plugins/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:22 -0000 1.1
+++ pom.xml 4 May 2006 21:58:35 -0000 1.2
@@ -1,9 +1,9 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.andromda</groupId>
- <artifactId>andromda</artifactId>
- <version>4.0-M1-SNAPSHOT</version>
+ <groupId>org.andromda.plugins</groupId>
+ <artifactId>andromda-plugins</artifactId>
+ <version>1.0-SNAPSHOT</version>
</parent>
<groupId>org.andromda.plugins.plugins</groupId>
<artifactId>andromda-plugins</artifactId>
|