You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/12/13 14:04:39 UTC

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

Author: olamy
Date: Thu Dec 13 13:04:38 2012
New Revision: 1421276

URL: http://svn.apache.org/viewvc?rev=1421276&view=rev
Log:
use a released parent to be able to release

Modified:
    maven/plugins/trunk/maven-plugins/pom.xml

Modified: maven/plugins/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1421276&r1=1421275&r2=1421276&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Thu Dec 13 13:04:38 2012
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>23-SNAPSHOT</version>
+    <version>22</version>
     <relativePath>../../pom/maven/pom.xml</relativePath>
   </parent>