You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/08/02 19:06:43 UTC

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

Author: khmarbaise
Date: Sat Aug  2 17:06:42 2014
New Revision: 1615332

URL: http://svn.apache.org/r1615332
Log:
[MCLEAN-57]
 - Set MavenVersion to 2.2.1 using maven-api 2.2.1 etc.
  

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=1615332&r1=1615331&r2=1615332&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clean-plugin/pom.xml Sat Aug  2 17:06:42 2014
@@ -60,7 +60,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <mavenVersion>2.0.6</mavenVersion>
+    <mavenVersion>2.2.1</mavenVersion>
     <mavenPluginPluginVersion>3.2</mavenPluginPluginVersion>
   </properties>