Author: jvanzyl
Date: Sun Oct 22 09:44:38 2006
New Revision: 466852

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

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

Modified: 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0104/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0104/pom.xml?view=diff&rev=466852&r1=466851&r2=466852
==============================================================================
--- 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0104/pom.xml
 (original)
+++ 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0104/pom.xml
 Sun Oct 22 09:44:38 2006
@@ -1,7 +1,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its</groupId>
+  <groupId>org.apache.maven.its.it0104</groupId>
   <artifactId>maven-it-it0104</artifactId>
   <description>Verify that plugin configurations are resolved correctly, 
particularly
         when they contain ${project.build.directory} in the string value of a 


Reply via email to