You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2007/11/21 15:00:58 UTC

svn commit: r597091 - /maven/components/branches/maven-2.0.x/maven-core/pom.xml

Author: brianf
Date: Wed Nov 21 06:00:57 2007
New Revision: 597091

URL: http://svn.apache.org/viewvc?rev=597091&view=rev
Log:
repaired shade

Modified:
    maven/components/branches/maven-2.0.x/maven-core/pom.xml

Modified: maven/components/branches/maven-2.0.x/maven-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-core/pom.xml?rev=597091&r1=597090&r2=597091&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-core/pom.xml Wed Nov 21 06:00:57 2007
@@ -35,7 +35,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>1.0-alpha-13-SNAPSHOT</version>
+        <version>1.0-alpha-13</version>
         <executions>
           <execution>
             <phase>package</phase>