You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/08/28 22:23:36 UTC

svn commit: r437812 - in /maven/shared/trunk: maven-archiver/pom.xml pom.xml

Author: brett
Date: Mon Aug 28 13:23:35 2006
New Revision: 437812

URL: http://svn.apache.org/viewvc?rev=437812&view=rev
Log:
fix parent references

Modified:
    maven/shared/trunk/maven-archiver/pom.xml
    maven/shared/trunk/pom.xml

Modified: maven/shared/trunk/maven-archiver/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-archiver/pom.xml?rev=437812&r1=437811&r2=437812&view=diff
==============================================================================
--- maven/shared/trunk/maven-archiver/pom.xml (original)
+++ maven/shared/trunk/maven-archiver/pom.xml Mon Aug 28 13:23:35 2006
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>maven-shared-components</artifactId>
     <groupId>org.apache.maven.shared</groupId>
-    <version>2</version>
+    <version>3-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven</groupId>

Modified: maven/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/pom.xml?rev=437812&r1=437811&r2=437812&view=diff
==============================================================================
--- maven/shared/trunk/pom.xml (original)
+++ maven/shared/trunk/pom.xml Mon Aug 28 13:23:35 2006
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>3</version>
+    <version>4</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.maven.shared</groupId>