Author: jvanzyl
Date: Sun Oct 22 08:37:14 2006
New Revision: 466744

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

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

Modified: 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0100/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0100/pom.xml?view=diff&rev=466744&r1=466743&r2=466744
==============================================================================
--- 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0100/pom.xml
 (original)
+++ 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0100/pom.xml
 Sun Oct 22 08:37:14 2006
@@ -1,8 +1,8 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.it0100</groupId>
-  <artifactId>root</artifactId>
+  <groupId>org.apache.maven.its</groupId>
+  <artifactId>maven-it-it0100</artifactId>
   <description>Test that ${parent.artifactId} resolves correctly. 
[MNG-2124]</description>
   <packaging>pom</packaging>
   <version>1.0</version>


Reply via email to