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 2008/09/21 20:07:47 UTC

svn commit: r697568 - /maven/plugins/trunk/maven-resources-plugin/pom.xml

Author: olamy
Date: Sun Sep 21 11:07:46 2008
New Revision: 697568

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

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

Modified: maven/plugins/trunk/maven-resources-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/pom.xml?rev=697568&r1=697567&r2=697568&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-resources-plugin/pom.xml Sun Sep 21 11:07:46 2008
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>12-SNAPSHOT</version>
+    <version>12</version>
   </parent>
 
   <artifactId>maven-resources-plugin</artifactId>