Author: brianf
Date: Tue Aug 21 17:55:12 2007
New Revision: 568344

URL: http://svn.apache.org/viewvc?rev=568344&view=rev
Log:
renamed groups to match existing its groups

Modified:
    
maven/core-integration-testing/trunk/maven-integration-test-archetype/pom.xml
    maven/core-integration-testing/trunk/maven-integration-test-sample/pom.xml

Modified: 
maven/core-integration-testing/trunk/maven-integration-test-archetype/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/maven-integration-test-archetype/pom.xml?rev=568344&r1=568343&r2=568344&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/maven-integration-test-archetype/pom.xml 
(original)
+++ 
maven/core-integration-testing/trunk/maven-integration-test-archetype/pom.xml 
Tue Aug 21 17:55:12 2007
@@ -5,7 +5,7 @@
     <artifactId>maven-parent</artifactId>
     <version>5</version>
   </parent>
-  <groupId>org.apache.maven.it.sample</groupId>
+  <groupId>org.apache.maven.its</groupId>
   <artifactId>maven-integration-test-sample-archetype</artifactId>
   <packaging>maven-archetype</packaging>
   <version>1.0-SNAPSHOT</version>

Modified: 
maven/core-integration-testing/trunk/maven-integration-test-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/maven-integration-test-sample/pom.xml?rev=568344&r1=568343&r2=568344&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/maven-integration-test-sample/pom.xml 
(original)
+++ maven/core-integration-testing/trunk/maven-integration-test-sample/pom.xml 
Tue Aug 21 17:55:12 2007
@@ -1,6 +1,6 @@
 <project>
   <modelVersion>4.0.0</modelVersion> 
-  <groupId>org.apache.maven.it.sample</groupId>
+  <groupId>org.apache.maven.its</groupId>
   <artifactId>maven-integration-test-sample</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Maven Integration Tests</name>


Reply via email to