Author: jvanzyl
Date: Sun Oct 22 09:42:39 2006
New Revision: 466813

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

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

Modified: 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0062/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0062/pom.xml?view=diff&rev=466813&r1=466812&r2=466813
==============================================================================
--- 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0062/pom.xml
 (original)
+++ 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0062/pom.xml
 Sun Oct 22 09:42:39 2006
@@ -1,6 +1,6 @@
 <project>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its</groupId>
+  <groupId>org.apache.maven.its.it0062</groupId>
   <artifactId>maven-it-it0062</artifactId>
   <description>Test that a deployment of a snapshot falls back to a 
non-snapshot repository if no snapshot repository is
         specified.</description>


Reply via email to