[MPOM-216] Sync docs about minimum Java 7 from POM 34

diff --git a/maven-plugins/src/site-docs/apt/index.apt.vm b/maven-plugins/src/site-docs/apt/index.apt.vm
index 7daab48..1e66fd0 100644
--- a/maven-plugins/src/site-docs/apt/index.apt.vm
+++ b/maven-plugins/src/site-docs/apt/index.apt.vm
@@ -66,8 +66,8 @@
 | ({{{https://github.com/apache/maven-parent/compare/maven-parent-$prev...maven-parent-$version#diff}diff}}) | $date |
 #end
 
-    As of version 30, this POM sets the Java source and target versions to 1.6. Thus any plugin
-    moved to version 30+ of this POM moves to requiring Java 1.6 (was Java 1.5 since version 22).
+    As of version 34, this POM sets the Java source and target versions to 1.7. Thus, as any plugin (or other component)
+    moved to version 34+ of this POM, it moves to requiring Java 1.7 (was Java 1.5 since version 21, and Java 1.6 since version 27).
 
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
diff --git a/maven-shared-components/src/site-docs/apt/index.apt.vm b/maven-shared-components/src/site-docs/apt/index.apt.vm
index 17e353d..1dc1ccc 100644
--- a/maven-shared-components/src/site-docs/apt/index.apt.vm
+++ b/maven-shared-components/src/site-docs/apt/index.apt.vm
@@ -54,8 +54,8 @@
 | ({{{https://github.com/apache/maven-parent/compare/maven-parent-$prev...maven-parent-$version#diff}diff}}) | $date |
 #end
 
-    As of version 30, this POM sets the Java source and target versions to 1.6. Thus any component
-    moved to version 30+ of this POM moves to requiring Java 1.6 (was Java 1.5 since version 17).
+    As of version 34, this POM sets the Java source and target versions to 1.7. Thus, as any plugin (or other component)
+    moved to version 34+ of this POM, it moves to requiring Java 1.7 (was Java 1.5 since version 21, and Java 1.6 since version 27).
 
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||