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 2016/06/26 14:33:13 UTC

svn commit: r1750251 - /maven/plugins/trunk/maven-compiler-plugin/pom.xml

Author: rfscholte
Date: Sun Jun 26 14:33:13 2016
New Revision: 1750251

URL: http://svn.apache.org/viewvc?rev=1750251&view=rev
Log:
[MCOMPILER-269] Support modulepath (Java9/Jigsaw)
[MCOMPILER-270] Support release=8 on JDK 9 (with fallback on source=8 and target=8 on JDK 8)
Upgrade plexus-compiler to 2.8

Modified:
    maven/plugins/trunk/maven-compiler-plugin/pom.xml

Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=1750251&r1=1750250&r2=1750251&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Sun Jun 26 14:33:13 2016
@@ -63,7 +63,7 @@ under the License.
       ! The following property is used in the integration tests MCOMPILER-157
     -->
     <mavenPluginPluginVersion>3.3</mavenPluginPluginVersion>
-    <plexusCompilerVersion>2.7</plexusCompilerVersion>
+    <plexusCompilerVersion>2.8</plexusCompilerVersion>
     <groovyVersion>1.8.0</groovyVersion>
     <groovyEclipseCompilerVersion>2.7.0-01</groovyEclipseCompilerVersion>
     <groovy-eclipse-batch>2.0.4-04</groovy-eclipse-batch>