Author: jvanzyl
Date: Sun Oct 22 09:41:53 2006
New Revision: 466799
URL: http://svn.apache.org/viewvc?view=rev&rev=466799
Log:
o making the groupId unique for each IT
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0048/pom.xml
Modified:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0048/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0048/pom.xml?view=diff&rev=466799&r1=466798&r2=466799
==============================================================================
---
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0048/pom.xml
(original)
+++
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0048/pom.xml
Sun Oct 22 09:41:53 2006
@@ -1,6 +1,6 @@
<model>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.maven.its</groupId>
+ <groupId>org.apache.maven.its.it0048</groupId>
<artifactId>maven-it-it0048</artifactId>
<description>Verify that default values for mojo parameters are working
(indirectly,
by verifying that the Surefire mojo is functioning
correctly).</description>