Author: jvanzyl
Date: Sun Oct 22 08:32:58 2006
New Revision: 466661

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

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

Modified: 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0013/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0013/pom.xml?view=diff&rev=466661&r1=466660&r2=466661
==============================================================================
--- 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0013/pom.xml
 (original)
+++ 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0013/pom.xml
 Sun Oct 22 08:32:58 2006
@@ -1,7 +1,7 @@
 <project>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.plugins</groupId>
-  <artifactId>maven-it0013-plugin</artifactId>
+  <groupId>org.apache.maven.its</groupId>
+  <artifactId>maven-it-it0013</artifactId>
   <description>Test plugin-plugin, which tests maven-plugin-tools-api and 
         maven-plugin-tools-java. This will generate a plugin descriptor from 
         java-based mojo sources, install the plugin, and then use 
it.</description>


Reply via email to