You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/02/20 19:44:52 UTC

[maven-parent] branch master updated: [MPOM-216] Update java minimum version to 7

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 62dc626  [MPOM-216] Update java minimum version to 7
     new 5b8015f  [MPOM-216] Update java minimum version to 7
62dc626 is described below

commit 62dc6261432dd5e3e50b9d746e7d23d2a8092687
Author: Robert Wertman <ro...@gmail.com>
AuthorDate: Sun Jan 27 09:28:31 2019 -0500

    [MPOM-216] Update java minimum version to 7
    
    Update to match the minimum supported version used for testing with Maven and Maven's plugins
    Align with version from maven-apache-pom from MPOM-186
---
 pom.xml                        | 2 +-
 src/site-docs/apt/index.apt.vm | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8802e9b..d2e93c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -883,7 +883,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <javaVersion>6</javaVersion>
+    <javaVersion>7</javaVersion>
     <maven.compiler.source>1.${javaVersion}</maven.compiler.source>
     <maven.compiler.target>1.${javaVersion}</maven.compiler.target>    
     <sonar.host.url>https://builds.apache.org/analysis/</sonar.host.url>
diff --git a/src/site-docs/apt/index.apt.vm b/src/site-docs/apt/index.apt.vm
index 99a378e..3c1f966 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -100,8 +100,8 @@ mvn scm-publish:publish-scm
 |  {{{https://github.com/apache/maven-parent/compare/maven-parent-$prev...maven-parent-$version}commits}}) | $date |
 #end
 
-    As of version 27, this POM sets the Java source and target versions to 1.6. Thus, as any plugin (or other component)
-    moved to version 27+ of this POM, it moves to requiring Java 1.6 (was Java 1.5 since version 21).
+    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>> ||