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 2017/08/13 11:27:28 UTC

svn commit: r1804893 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: khmarbaise
Date: Sun Aug 13 11:27:28 2017
New Revision: 1804893

URL: http://svn.apache.org/viewvc?rev=1804893&view=rev
Log:
[MASSEMBLY-868] Upgrade plexus-utils to version 3.1.0

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

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1804893&r1=1804892&r2=1804893&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Sun Aug 13 11:27:28 2017
@@ -167,7 +167,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.24</version>
+      <version>3.1.0</version>
     </dependency>
     <dependency>
       <groupId>commons-codec</groupId>