Author: schulte
Date: Sat Dec 24 14:26:36 2016
New Revision: 1775965
URL: http://svn.apache.org/viewvc?rev=1775965&view=rev
Log:
[MWAR-401] Upgrade the WAR lifecycle to use the maven-compiler-plugin 3.6.0.
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=1775965&r1=1775964&r2=1775965&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
Sat Dec 24 14:26:36 2016
@@ -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.5.1:compile
+ org.apache.maven.plugins:maven-compiler-plugin:3.6.0: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.5.1:testCompile
+
org.apache.maven.plugins:maven-compiler-plugin:3.6.0:testCompile
</test-compile>
<test>
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test