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 21:21:42 UTC

svn commit: r697592 - /maven/plugins/trunk/maven-install-plugin/pom.xml

Author: olamy
Date: Sun Sep 21 12:21:42 2008
New Revision: 697592

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

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

Modified: maven/plugins/trunk/maven-install-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/pom.xml?rev=697592&r1=697591&r2=697592&view=diff
==============================================================================
--- maven/plugins/trunk/maven-install-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-install-plugin/pom.xml Sun Sep 21 12:21:42 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-install-plugin</artifactId>
@@ -113,4 +113,4 @@
       </build>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>