You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2007/07/24 03:29:05 UTC

svn commit: r558907 - /maven/core-integration-testing/trunk/maven-integration-test-helper/pom.xml

Author: brianf
Date: Mon Jul 23 18:29:04 2007
New Revision: 558907

URL: http://svn.apache.org/viewvc?view=rev&rev=558907
Log:
extend maven parent and deploy snapshot for archetype

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

Modified: maven/core-integration-testing/trunk/maven-integration-test-helper/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/maven-integration-test-helper/pom.xml?view=diff&rev=558907&r1=558906&r2=558907
==============================================================================
--- maven/core-integration-testing/trunk/maven-integration-test-helper/pom.xml (original)
+++ maven/core-integration-testing/trunk/maven-integration-test-helper/pom.xml Mon Jul 23 18:29:04 2007
@@ -1,5 +1,10 @@
 <project>
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.maven</groupId>
+    <artifactId>maven-parent</artifactId>
+    <version>6-SNAPSHOT</version>
+  </parent>
   <groupId>org.apache.maven.its</groupId>
   <artifactId>maven-integration-test-helper</artifactId>
   <version>1.0-SNAPSHOT</version>