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 2010/07/17 15:57:23 UTC

svn commit: r965080 - /maven/plugins/trunk/maven-repository-plugin/pom.xml

Author: bentmann
Date: Sat Jul 17 13:57:23 2010
New Revision: 965080

URL: http://svn.apache.org/viewvc?rev=965080&view=rev
Log:
o Inherited from maven-plugins:18 and updated to maven-invoker-plugin:1.5

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

Modified: maven/plugins/trunk/maven-repository-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/pom.xml?rev=965080&r1=965079&r2=965080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-repository-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-repository-plugin/pom.xml Sat Jul 17 13:57:23 2010
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>17</version>
+    <version>18</version>
   </parent>
 
   <artifactId>maven-repository-plugin</artifactId>
@@ -190,7 +190,7 @@ under the License.
         <plugins>
           <plugin>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
             <executions>
               <execution>
                 <id>install-descriptor</id>