Author: jvanzyl
Date: Sun Oct 22 08:35:32 2006
New Revision: 466711

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

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

Modified: 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0065/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0065/pom.xml?view=diff&rev=466711&r1=466710&r2=466711
==============================================================================
--- 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0065/pom.xml
 (original)
+++ 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0065/pom.xml
 Sun Oct 22 08:35:32 2006
@@ -1,7 +1,7 @@
 <model>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.it</groupId>
-  <artifactId>maven-core-it0065</artifactId>
+  <groupId>org.apache.maven.its</groupId>
+  <artifactId>maven-it-it0065</artifactId>
   <description>Test that the basedir of the parent is set 
correctly.</description>
   <packaging>pom</packaging>
   <version>1.0</version>


Reply via email to