Author: jvanzyl
Date: Sun Oct 22 09:44:35 2006
New Revision: 466851

URL: http://svn.apache.org/viewvc?view=rev&rev=466851
Log:
o making the groupId unique for each IT

Modified:
    
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0103/pom.xml

Modified: 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0103/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0103/pom.xml?view=diff&rev=466851&r1=466850&r2=466851
==============================================================================
--- 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0103/pom.xml
 (original)
+++ 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0103/pom.xml
 Sun Oct 22 09:44:35 2006
@@ -1,6 +1,6 @@
 <project>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its</groupId>
+  <groupId>org.apache.maven.its.it0103</groupId>
   <artifactId>maven-it-it0103</artifactId>
   <description>Verify that multimodule builds where one project references 
another as
         a parent can build, even if that parent is not correctly referenced by


Reply via email to