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/23 23:38:27 UTC

svn commit: r1620081 - /maven/plugins/trunk/maven-deploy-plugin/pom.xml

Author: khmarbaise
Date: Sat Aug 23 21:38:26 2014
New Revision: 1620081

URL: http://svn.apache.org/r1620081
Log:
[MDEPLOY-186]
 - Upgraded build compatibility to Maven 2.2.1

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

Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/pom.xml?rev=1620081&r1=1620080&r2=1620081&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-deploy-plugin/pom.xml Sat Aug 23 21:38:26 2014
@@ -58,7 +58,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <mavenVersion>2.0.6</mavenVersion>
+    <mavenVersion>2.2.1</mavenVersion>
     <mavenPluginPluginVersion>3.2</mavenPluginPluginVersion>
   </properties>