Author: jvanzyl
Date: Sun Oct 22 08:32:40 2006
New Revision: 466655

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

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

Modified: 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0007/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0007/pom.xml?view=diff&rev=466655&r1=466654&r2=466655
==============================================================================
--- 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0007/pom.xml
 (original)
+++ 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0007/pom.xml
 Sun Oct 22 08:32:40 2006
@@ -5,7 +5,7 @@
     <version>2.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-core-it0007</artifactId>
+  <artifactId>maven-it-it0007</artifactId>
   <description>We specify a parent in the POM and make sure that it is 
downloaded as
         part of the process.        </description>
   <packaging>jar</packaging>


Reply via email to