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/08/10 10:45:18 UTC

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

Author: olamy
Date: Fri Aug 10 08:45:18 2012
New Revision: 1371602

URL: http://svn.apache.org/viewvc?rev=1371602&view=rev
Log:
use released parent for releasing this one

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=1371602&r1=1371601&r2=1371602&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Fri Aug 10 08:45:18 2012
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>22-SNAPSHOT</version>
+    <version>22</version>
     <relativePath>../../pom/maven/pom.xml</relativePath>
   </parent>