You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ke...@apache.org on 2006/08/10 15:03:56 UTC

svn commit: r430371 - /maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml

Author: kenney
Date: Thu Aug 10 06:03:55 2006
New Revision: 430371

URL: http://svn.apache.org/viewvc?rev=430371&view=rev
Log:
Update parent pom to 2-SNAPSHOT to use the proper scm urls and other dependencies.

Modified:
    maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml

Modified: maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml?rev=430371&r1=430370&r2=430371&view=diff
==============================================================================
--- maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml (original)
+++ maven/components/trunk/integration-tests/maven-core-it-plugin/pom.xml Thu Aug 10 06:03:55 2006
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-core-it-plugin</artifactId>