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 2015/12/12 21:03:19 UTC

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

Author: khmarbaise
Date: Sat Dec 12 20:03:19 2015
New Revision: 1719729

URL: http://svn.apache.org/viewvc?rev=1719729&view=rev
Log:
[MINSTALL-117] Upgrade maven-shared-utils to 3.0.0

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=1719729&r1=1719728&r2=1719729&view=diff
==============================================================================
--- maven/plugins/trunk/maven-install-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-install-plugin/pom.xml Sat Dec 12 20:03:19 2015
@@ -133,7 +133,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>0.7</version>
+      <version>3.0.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>