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

svn commit: r805025 - /maven/plugins/trunk/maven-one-plugin/pom.xml

Author: bentmann
Date: Mon Aug 17 16:05:47 2009
New Revision: 805025

URL: http://svn.apache.org/viewvc?rev=805025&view=rev
Log:
o Locked down plugin version

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

Modified: maven/plugins/trunk/maven-one-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-one-plugin/pom.xml?rev=805025&r1=805024&r2=805025&view=diff
==============================================================================
--- maven/plugins/trunk/maven-one-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-one-plugin/pom.xml Mon Aug 17 16:05:47 2009
@@ -92,6 +92,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-plugin-plugin</artifactId>
+        <version>2.4.3</version>
         <configuration>
           <goalPrefix>maven-one-plugin</goalPrefix>
         </configuration>