You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2005/06/27 15:14:50 UTC

svn commit: r201986 - in /maven/components/trunk/maven-core-it/it0029: child-project/pom.xml pom.xml

Author: evenisse
Date: Mon Jun 27 06:14:49 2005
New Revision: 201986

URL: http://svn.apache.org/viewcvs?rev=201986&view=rev
Log:
Fix it number in artifact name

Modified:
    maven/components/trunk/maven-core-it/it0029/child-project/pom.xml
    maven/components/trunk/maven-core-it/it0029/pom.xml

Modified: maven/components/trunk/maven-core-it/it0029/child-project/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0029/child-project/pom.xml?rev=201986&r1=201985&r2=201986&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0029/child-project/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0029/child-project/pom.xml Mon Jun 27 06:14:49 2005
@@ -2,11 +2,11 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.maven.it</groupId>
-    <artifactId>maven-core-it0030</artifactId>
+    <artifactId>maven-core-it0029</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.maven.it</groupId>
-  <artifactId>maven-core-it0030-child</artifactId>
+  <artifactId>maven-core-it0029-child</artifactId>
   <packaging>jar</packaging>
   <version>1.0-SNAPSHOT</version>
   <dependencies>

Modified: maven/components/trunk/maven-core-it/it0029/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0029/pom.xml?rev=201986&r1=201985&r2=201986&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0029/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0029/pom.xml Mon Jun 27 06:14:49 2005
@@ -1,7 +1,7 @@
 <project>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven.it</groupId>
-  <artifactId>maven-core-it0030</artifactId>
+  <artifactId>maven-core-it0029</artifactId>
   <version>1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org