You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2012/11/14 21:10:35 UTC

svn commit: r1409353 - /tomcat/maven-plugin/trunk/pom.xml

Author: olamy
Date: Wed Nov 14 20:10:34 2012
New Revision: 1409353

URL: http://svn.apache.org/viewvc?rev=1409353&view=rev
Log:
minimum maven version is 2.2.1

Modified:
    tomcat/maven-plugin/trunk/pom.xml

Modified: tomcat/maven-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1409353&r1=1409352&r2=1409353&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Wed Nov 14 20:10:34 2012
@@ -43,7 +43,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <maven.compiler.source>1.5</maven.compiler.source>
     <maven.compiler.target>1.5</maven.compiler.target>
-    <mavenVersion>2.0.11</mavenVersion>
+    <mavenVersion>2.2.1</mavenVersion>
     <!-- Test settings -->
     <maven.test.redirectTestOutputToFile>false</maven.test.redirectTestOutputToFile>
     <failsafe.version>2.12.3</failsafe.version>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org