Author: jvanzyl
Date: Sun Oct 22 08:37:29 2006
New Revision: 466749

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

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

Modified: 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0105/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0105/pom.xml?view=diff&rev=466749&r1=466748&r2=466749
==============================================================================
--- 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0105/pom.xml
 (original)
+++ 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0105/pom.xml
 Sun Oct 22 08:37:29 2006
@@ -1,7 +1,7 @@
 <project xmlns="http://maven.apache.org/maven-v4_0_0.xsd";>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>testing</groupId>
-  <artifactId>maven-core-it-it0105</artifactId>
+  <groupId>org.apache.maven.its</groupId>
+  <artifactId>maven-it-it0105</artifactId>
   <description>MRESOURCES-18</description>
   <version>1.0</version>
   <dependencies>


Reply via email to