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 2015/09/26 16:35:53 UTC

svn commit: r1705468 - /maven/plugins/trunk/maven-verifier-plugin/pom.xml

Author: khmarbaise
Date: Sat Sep 26 14:35:53 2015
New Revision: 1705468

URL: http://svn.apache.org/viewvc?rev=1705468&view=rev
Log:
[MVERIFIER-18] Upgrade maven minimum to 3.0

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

Modified: maven/plugins/trunk/maven-verifier-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-verifier-plugin/pom.xml?rev=1705468&r1=1705467&r2=1705468&view=diff
==============================================================================
--- maven/plugins/trunk/maven-verifier-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-verifier-plugin/pom.xml Sat Sep 26 14:35:53 2015
@@ -57,7 +57,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <mavenVersion>2.2.1</mavenVersion>
+    <mavenVersion>3.0</mavenVersion>
   </properties>
 
   <dependencies>