Author: jvanzyl
Date: Sun Oct 22 08:34:34 2006
New Revision: 466692

URL: http://svn.apache.org/viewvc?view=rev&rev=466692
Log:
correcting artifactId and groupId

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

Modified: 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0046/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0046/pom.xml?view=diff&rev=466692&r1=466691&r2=466692
==============================================================================
--- 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0046/pom.xml
 (original)
+++ 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0046/pom.xml
 Sun Oct 22 08:34:34 2006
@@ -1,7 +1,7 @@
 <model>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven</groupId>
-  <artifactId>maven-core-it0046</artifactId>
+  <groupId>org.apache.maven.its</groupId>
+  <artifactId>maven-it-it0046</artifactId>
   <description>Test fail-never reactor behavior. Forces an exception to be 
thrown in
         the first module, but checks that the second modules is 
built.</description>
   <packaging>pom</packaging>


Reply via email to