Author: jvanzyl
Date: Sun Oct 22 08:36:28 2006
New Revision: 466729

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

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

Modified: 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0084/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0084/pom.xml?view=diff&rev=466729&r1=466728&r2=466729
==============================================================================
--- 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0084/pom.xml
 (original)
+++ 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0084/pom.xml
 Sun Oct 22 08:36:28 2006
@@ -1,7 +1,7 @@
 <project>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>test</groupId>
-  <artifactId>test-components</artifactId>
+  <groupId>org.apache.maven.its</groupId>
+  <artifactId>maven-it-it0084</artifactId>
   <description>Verify that the collector selecting a particular version gets 
the correct subtree</description>
   <version>0.1</version>
   <name>Test Components</name>


Reply via email to