You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2012/04/27 23:34:57 UTC

svn commit: r1331603 - /maven/plugins/trunk/maven-site-plugin/pom.xml

Author: dennisl
Date: Fri Apr 27 21:34:56 2012
New Revision: 1331603

URL: http://svn.apache.org/viewvc?rev=1331603&view=rev
Log:
[MSITE-641] Require Maven 2.2.1

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

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=1331603&r1=1331602&r2=1331603&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Fri Apr 27 21:34:56 2012
@@ -170,7 +170,7 @@ under the License.
   </contributors>
 
   <prerequisites>
-    <maven>2.2.0</maven>
+    <maven>2.2.1</maven>
   </prerequisites>
 
   <scm>