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/02/21 06:45:16 UTC

svn commit: r379353 - in /maven/components/trunk/maven-core-it/it0093: a-one/pom.xml b-one/pom.xml

Author: brett
Date: Mon Feb 20 21:45:13 2006
New Revision: 379353

URL: http://svn.apache.org/viewcvs?rev=379353&view=rev
Log:
fix parent

Modified:
    maven/components/trunk/maven-core-it/it0093/a-one/pom.xml
    maven/components/trunk/maven-core-it/it0093/b-one/pom.xml

Modified: maven/components/trunk/maven-core-it/it0093/a-one/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0093/a-one/pom.xml?rev=379353&r1=379352&r2=379353&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0093/a-one/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0093/a-one/pom.xml Mon Feb 20 21:45:13 2006
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.maven</groupId>
-    <artifactId>parent-it0092</artifactId>
+    <artifactId>parent-it0093</artifactId>
     <version>1.0</version>
   </parent>
   <groupId>it0093</groupId>

Modified: maven/components/trunk/maven-core-it/it0093/b-one/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0093/b-one/pom.xml?rev=379353&r1=379352&r2=379353&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0093/b-one/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0093/b-one/pom.xml Mon Feb 20 21:45:13 2006
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.maven</groupId>
-    <artifactId>parent-it0092</artifactId>
+    <artifactId>parent-it0093</artifactId>
     <version>1.0</version>
   </parent>
   <groupId>it0093</groupId>