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/09 11:46:44 UTC

svn commit: r1616929 - /maven/plugins/trunk/maven-linkcheck-plugin/pom.xml

Author: khmarbaise
Date: Sat Aug  9 09:46:44 2014
New Revision: 1616929

URL: http://svn.apache.org/r1616929
Log:
[MLINKCHECK-13]
 - Upgraded to minimum Maven 2.2.1

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

Modified: maven/plugins/trunk/maven-linkcheck-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-linkcheck-plugin/pom.xml?rev=1616929&r1=1616928&r2=1616929&view=diff
==============================================================================
--- maven/plugins/trunk/maven-linkcheck-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-linkcheck-plugin/pom.xml Sat Aug  9 09:46:44 2014
@@ -59,7 +59,7 @@ under the License.
   <properties>
     <doxiaVersion>1.4</doxiaVersion>
     <doxia-sitetoolsVersion>1.4</doxia-sitetoolsVersion>
-    <mavenVersion>2.0.9</mavenVersion>
+    <mavenVersion>2.2.1</mavenVersion>
     <mavenPluginPluginVersion>3.2</mavenPluginPluginVersion>
   </properties>