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/07/27 19:16:03 UTC

svn commit: r1754334 - /maven/plugins/branches/maven-compiler-plugin_jigsaw-ea/pom.xml

Author: rfscholte
Date: Wed Jul 27 19:16:03 2016
New Revision: 1754334

URL: http://svn.apache.org/viewvc?rev=1754334&view=rev
Log:
upgrade plexus-compiler to 2.8
upgrade asm to 6.0_ALPHA (java9 support)
upgrade maven-plugin-plugin to 3.5-SNAPSHOT (ignore classes with a dash)

Modified:
    maven/plugins/branches/maven-compiler-plugin_jigsaw-ea/pom.xml

Modified: maven/plugins/branches/maven-compiler-plugin_jigsaw-ea/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-compiler-plugin_jigsaw-ea/pom.xml?rev=1754334&r1=1754333&r2=1754334&view=diff
==============================================================================
--- maven/plugins/branches/maven-compiler-plugin_jigsaw-ea/pom.xml (original)
+++ maven/plugins/branches/maven-compiler-plugin_jigsaw-ea/pom.xml Wed Jul 27 19:16:03 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.8-jigsaw-SNAPSHOT</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>
@@ -117,7 +117,7 @@ under the License.
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm</artifactId>
-      <version>5.1</version>
+      <version>6.0_ALPHA</version>
     </dependency>
 
     <dependency>
@@ -211,6 +211,11 @@ under the License.
             </execution>
           </executions>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-plugin-plugin</artifactId>
+          <version>3.5-SNAPSHOT</version> 
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>