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 2017/04/25 22:40:09 UTC

svn commit: r1792670 - /maven/plugins/trunk/maven-war-plugin/src/main/resources-filtered/META-INF/plexus/components.xml

Author: khmarbaise
Date: Tue Apr 25 22:40:09 2017
New Revision: 1792670

URL: http://svn.apache.org/viewvc?rev=1792670&view=rev
Log:
Undoing [MWAR-401] Upgrade the WAR lifecycle to use the maven-compiler-plugin 3.6.0.
based on issues with JDK 9.

Modified:
    maven/plugins/trunk/maven-war-plugin/src/main/resources-filtered/META-INF/plexus/components.xml

Modified: maven/plugins/trunk/maven-war-plugin/src/main/resources-filtered/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/main/resources-filtered/META-INF/plexus/components.xml?rev=1792670&r1=1792669&r2=1792670&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/src/main/resources-filtered/META-INF/plexus/components.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/src/main/resources-filtered/META-INF/plexus/components.xml Tue Apr 25 22:40:09 2017
@@ -58,13 +58,13 @@
                 org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources
               </process-resources>
               <compile>
-                org.apache.maven.plugins:maven-compiler-plugin:3.6.0:compile
+                org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile
               </compile>
               <process-test-resources>
                 org.apache.maven.plugins:maven-resources-plugin:3.0.2:testResources
               </process-test-resources>
               <test-compile>
-                org.apache.maven.plugins:maven-compiler-plugin:3.6.0:testCompile
+                org.apache.maven.plugins:maven-compiler-plugin:3.5.1:testCompile
               </test-compile>
               <test>
                 org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test