You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/10/18 21:47:32 UTC

svn commit: r1632832 - /maven/plugins/trunk/maven-deploy-plugin/pom.xml

Author: khmarbaise
Date: Sat Oct 18 19:47:32 2014
New Revision: 1632832

URL: http://svn.apache.org/r1632832
Log:
[MDEPLOY-188]
 - Upgrade plexus-utils from 3.0.15 to 3.0.18

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

Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/pom.xml?rev=1632832&r1=1632831&r2=1632832&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-deploy-plugin/pom.xml Sat Oct 18 19:47:32 2014
@@ -93,7 +93,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.15</version>
+      <version>3.0.18</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>