You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by dk...@apache.org on 2008/05/22 03:05:44 UTC

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

Author: dkulp
Date: Wed May 21 18:05:44 2008
New Revision: 658961

URL: http://svn.apache.org/viewvc?rev=658961&view=rev
Log:
Fix parent pom version, revert to 1.1 so I can re-release

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=658961&r1=658960&r2=658961&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/pom.xml Wed May 21 18:05:44 2008
@@ -23,11 +23,11 @@
   <parent>
      <artifactId>maven-plugins</artifactId>
      <groupId>org.apache.maven.plugins</groupId>
-     <version>10</version>
+     <version>11</version>
   </parent>
 
   <artifactId>maven-shade-plugin</artifactId>
-  <version>1.2-SNAPSHOT</version>
+  <version>1.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>Maven Shade Plugin</name>