Author: jvanzyl
Date: Sun Oct 22 08:33:19 2006
New Revision: 466668

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

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

Modified: 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0021/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0021/pom.xml?view=diff&rev=466668&r1=466667&r2=466668
==============================================================================
--- 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0021/pom.xml
 (original)
+++ 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0021/pom.xml
 Sun Oct 22 08:33:19 2006
@@ -1,7 +1,7 @@
 <project>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.plugins</groupId>
-  <artifactId>maven-it0021-plugin</artifactId>
+  <groupId>org.apache.maven.its</groupId>
+  <artifactId>maven-it-it0021</artifactId>
   <description>Test pom-level profile inclusion (this one is activated by 
system
         property).</description>
   <packaging>maven-plugin</packaging>
@@ -34,4 +34,4 @@
       <url>file:/tmp/testRepo</url>
     </repository>
   </distributionManagement>
-</project>
\ No newline at end of file
+</project>


Reply via email to