You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/03/25 19:10:36 UTC

[maven-compiler-plugin] branch TEST_TO_FIX_MCOMPILER-192 updated: Upgrade groovy versions

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

khmarbaise pushed a commit to branch TEST_TO_FIX_MCOMPILER-192
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git


The following commit(s) were added to refs/heads/TEST_TO_FIX_MCOMPILER-192 by this push:
     new 89548ca  Upgrade groovy versions
89548ca is described below

commit 89548ca3cac000fa471784222fe1a527407f7262
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Mar 25 21:10:22 2018 +0200

    Upgrade groovy versions
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ab73469..a938488 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,9 +69,9 @@ under the License.
     -->
     <mavenPluginPluginVersion>3.5</mavenPluginPluginVersion>
     <plexusCompilerVersion>2.8.3</plexusCompilerVersion>
-    <groovyVersion>1.8.0</groovyVersion>
-    <groovyEclipseCompilerVersion>2.7.0-01</groovyEclipseCompilerVersion>
-    <groovy-eclipse-batch>2.0.4-04</groovy-eclipse-batch>
+    <groovyVersion>2.4.14</groovyVersion>
+    <groovyEclipseCompilerVersion>2.9.2-01</groovyEclipseCompilerVersion>
+    <groovy-eclipse-batch>2.4.3-01</groovy-eclipse-batch>
     <openJpaVersion>2.4.2</openJpaVersion>
     <javaVersion>7</javaVersion>
     <maven.it.failure.ignore>false</maven.it.failure.ignore>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.