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 2021/09/06 19:24:22 UTC

[maven-compiler-plugin] 01/01: [MCOMPILER-471] Require Java 8

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

rfscholte pushed a commit to branch MCOMPILER-471
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git

commit b5b51de1ce79732835e970d801985107f1cd7bdb
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Sep 6 21:24:09 2021 +0200

    [MCOMPILER-471] Require Java 8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ad337b1..9d35eb6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@ under the License.
     <groovyEclipseCompilerVersion>2.7.0-01</groovyEclipseCompilerVersion>
     <groovy-eclipse-batch>2.0.4-04</groovy-eclipse-batch>
     <plexus-java.version>1.0.7</plexus-java.version>
-    <javaVersion>7</javaVersion>
+    <javaVersion>8</javaVersion>
     <maven.it.failure.ignore>false</maven.it.failure.ignore>
     <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>