You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/07/03 23:38:31 UTC

svn commit: r1142508 - /maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt

Author: hboutemy
Date: Sun Jul  3 21:38:31 2011
New Revision: 1142508

URL: http://svn.apache.org/viewvc?rev=1142508&view=rev
Log:
because of mistake reported in MPOM-13, Java 5 is required only since version 22

Modified:
    maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt

Modified: maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt?rev=1142508&r1=1142507&r2=1142508&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt (original)
+++ maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt Sun Jul  3 21:38:31 2011
@@ -39,11 +39,11 @@ Maven Plugins Parent POM
 mvn -Prun-its verify
 +---
 
-    As of version 21, this POM sets the Java source and target versions to 1.5. Thus any plugin
-    moved to version 21+ of this POM moves to requiring Java 1.5.
-
 History
 
+    As of version 22, this POM sets the Java source and target versions to 1.5. Thus any plugin
+    moved to version 22+ of this POM moves to requiring Java 1.5.
+
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+