You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2009/08/24 17:51:39 UTC

svn commit: r807286 - /maven/plugins/trunk/pom.xml

Author: jdcasey
Date: Mon Aug 24 15:51:38 2009
New Revision: 807286

URL: http://svn.apache.org/viewvc?rev=807286&view=rev
Log:
upgrade maven-parent reference to take advantage of new source-release configuration.

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=807286&r1=807285&r2=807286&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Mon Aug 24 15:51:38 2009
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>12</version>
+    <version>13</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>