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:40:05 UTC

svn commit: r1616927 - /maven/plugins/trunk/maven-docck-plugin/pom.xml

Author: khmarbaise
Date: Sat Aug  9 09:40:05 2014
New Revision: 1616927

URL: http://svn.apache.org/r1616927
Log:
[MDOCCK-29]
 - Minimum Maven Version 2.2.1

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

Modified: maven/plugins/trunk/maven-docck-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-docck-plugin/pom.xml?rev=1616927&r1=1616926&r2=1616927&view=diff
==============================================================================
--- maven/plugins/trunk/maven-docck-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-docck-plugin/pom.xml Sat Aug  9 09:40:05 2014
@@ -57,7 +57,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <mavenVersion>2.0.6</mavenVersion>
+    <mavenVersion>2.2.1</mavenVersion>
     <mavenPluginVersion>3.2</mavenPluginVersion>
   </properties>