You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-commits@maven.apache.org by br...@apache.org on 2009/02/14 02:46:49 UTC

svn commit: r744355 - in /maven/scm/trunk: maven-scm-plugin/pom.xml pom.xml

Author: brianf
Date: Sat Feb 14 01:46:48 2009
New Revision: 744355

URL: http://svn.apache.org/viewvc?rev=744355&view=rev
Log:
use new parent

Modified:
    maven/scm/trunk/maven-scm-plugin/pom.xml
    maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/maven-scm-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-plugin/pom.xml?rev=744355&r1=744354&r2=744355&view=diff
==============================================================================
--- maven/scm/trunk/maven-scm-plugin/pom.xml (original)
+++ maven/scm/trunk/maven-scm-plugin/pom.xml Sat Feb 14 01:46:48 2009
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>12</version>
+    <version>13-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml?rev=744355&r1=744354&r2=744355&view=diff
==============================================================================
--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Sat Feb 14 01:46:48 2009
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>10</version>
+    <version>11-SNAPSHOT</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>