Author: jvanzyl
Date: Sun Oct 22 08:36:04 2006
New Revision: 466721

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

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

Modified: 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0076/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0076/pom.xml?view=diff&rev=466721&r1=466720&r2=466721
==============================================================================
--- 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0076/pom.xml
 (original)
+++ 
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0076/pom.xml
 Sun Oct 22 08:36:04 2006
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.it</groupId>
-  <artifactId>maven-core-it0076</artifactId> 
+  <groupId>org.apache.maven.its</groupId>
+  <artifactId>maven-it-it0076</artifactId> 
   <description>Test that plugins in pluginManagement aren't included in the 
build
         unless they are referenced by groupId/artifactId within the plugins
         section of a pom.</description> 


Reply via email to