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/05/29 21:57:57 UTC

svn commit: r1682543 - /maven/plugins/trunk/maven-shade-plugin/pom.xml

Author: khmarbaise
Date: Fri May 29 19:57:57 2015
New Revision: 1682543

URL: http://svn.apache.org/r1682543
Log:
[MSHADE-191] Upgrade plexus-utils to 3.0.22

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

Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/pom.xml?rev=1682543&r1=1682542&r2=1682543&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/pom.xml Fri May 29 19:57:57 2015
@@ -111,7 +111,7 @@ under the License.
      <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.0.20</version>
+        <version>3.0.22</version>
     </dependency>
 
     <!-- Others -->