Author: jvanzyl
Date: Sun Oct 22 09:40:39 2006
New Revision: 466775

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

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

Modified: 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0023/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0023/pom.xml?view=diff&rev=466775&r1=466774&r2=466775
==============================================================================
--- 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0023/pom.xml
 (original)
+++ 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0023/pom.xml
 Sun Oct 22 09:40:39 2006
@@ -1,6 +1,6 @@
 <model>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its</groupId>
+  <groupId>org.apache.maven.its.it0023</groupId>
   <artifactId>maven-it-it0023</artifactId>
   <description>Test profile inclusion from settings.xml (this one is activated 
by an id in the activeProfiles section).</description>
   <version>1.0-SNAPSHOT</version>  


Reply via email to