You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2008/10/18 17:43:26 UTC

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

Author: hboutemy
Date: Sat Oct 18 08:43:26 2008
New Revision: 705890

URL: http://svn.apache.org/viewvc?rev=705890&view=rev
Log:
o unpdated parent pom to last released version
o updated plexus-utils to 1.5.5

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=705890&r1=705889&r2=705890&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/pom.xml Sat Oct 18 08:43:26 2008
@@ -23,7 +23,7 @@
   <parent>
      <artifactId>maven-plugins</artifactId>
      <groupId>org.apache.maven.plugins</groupId>
-     <version>11</version>
+     <version>12</version>
   </parent>
 
   <artifactId>maven-shade-plugin</artifactId>
@@ -73,7 +73,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.5.1</version>
+      <version>1.5.5</version>
     </dependency>
 
     <!-- Others -->