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/24 06:03:11 UTC

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

Author: krosenvold
Date: Fri Oct 24 04:03:10 2014
New Revision: 1633995

URL: http://svn.apache.org/r1633995
Log:
Dont need snapshot version any more

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=1633995&r1=1633994&r2=1633995&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clean-plugin/pom.xml Fri Oct 24 04:03:10 2014
@@ -73,7 +73,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>0.7-SNAPSHOT</version>
+      <version>0.7</version>
     </dependency>
 
     <!-- dependencies to annotations -->