Author: jvanzyl
Date: Sun Oct 22 08:37:17 2006
New Revision: 466745

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

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

Modified: 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0101/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0101/pom.xml?view=diff&rev=466745&r1=466744&r2=466745
==============================================================================
--- 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0101/pom.xml
 (original)
+++ 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0101/pom.xml
 Sun Oct 22 08:37:17 2006
@@ -1,7 +1,7 @@
 <project>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.it0101</groupId>
-  <artifactId>it0101</artifactId>
+  <groupId>org.apache.maven.its</groupId>
+  <artifactId>maven-it-it0101</artifactId>
   <description>Test that properties defined in an active profile in the user's
         settings are available for interpolation of systemPath in a dependency.
         [MNG-2052]</description>


Reply via email to