You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2014/10/14 08:05:48 UTC

svn commit: r1631627 - /maven/plugins/trunk/maven-clean-plugin/pom.xml

Author: krosenvold
Date: Tue Oct 14 06:05:48 2014
New Revision: 1631627

URL: http://svn.apache.org/r1631627
Log:
Rolled back to 0.7-SNAPSHOT, will do later release once 0.7 has been released

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

Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=1631627&r1=1631626&r2=1631627&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clean-plugin/pom.xml Tue Oct 14 06:05:48 2014
@@ -73,7 +73,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>0.7</version>
+      <version>0.7-SNAPSHOT</version>
     </dependency>
 
     <!-- dependencies to annotations -->