You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/08/02 23:36:33 UTC

svn commit: r981693 - /maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4633/subproject2/pom.xml

Author: bentmann
Date: Mon Aug  2 21:36:33 2010
New Revision: 981693

URL: http://svn.apache.org/viewvc?rev=981693&view=rev
Log:
o Fixed parent

Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4633/subproject2/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4633/subproject2/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4633/subproject2/pom.xml?rev=981693&r1=981692&r2=981693&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4633/subproject2/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-4633/subproject2/pom.xml Mon Aug  2 21:36:33 2010
@@ -2,7 +2,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.maven.its.mng4631</groupId>
+        <groupId>org.apache.maven.its.mng4633</groupId>
         <artifactId>parent</artifactId>
         <version>1.0</version>
     </parent>