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 20:02:24 UTC

[maven-compiler-plugin] branch master updated: [MCOMPILER-471] Require Java 8

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-compiler-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 5762839  [MCOMPILER-471] Require Java 8
5762839 is described below

commit 5762839cfc0de81a4c92b1573dac91a6db2c0fab
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Sep 6 22:02:14 2021 +0200

    [MCOMPILER-471] Require Java 8
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ad337b1..c2e41f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,10 +70,10 @@ under the License.
     <mavenPluginPluginVersion>3.5</mavenPluginPluginVersion>
     <plexusCompilerVersion>2.8.8</plexusCompilerVersion>
     <groovyVersion>2.4.21</groovyVersion>
-    <groovyEclipseCompilerVersion>2.7.0-01</groovyEclipseCompilerVersion>
-    <groovy-eclipse-batch>2.0.4-04</groovy-eclipse-batch>
+    <groovyEclipseCompilerVersion>3.7.0</groovyEclipseCompilerVersion>
+    <groovy-eclipse-batch>2.5.14-02</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>