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/04 20:20:09 UTC

[maven-war-plugin] 01/01: [MWAR-401] - Upgrade the WAR lifecycle to use the maven-compiler-plugin 3.7.0

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

khmarbaise pushed a commit to branch MWAR-401
in repository https://gitbox.apache.org/repos/asf/maven-war-plugin.git

commit 2a16d37e4c2d81fcc207647913df1f7e689974f2
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Mar 4 21:19:48 2018 +0100

    [MWAR-401] - Upgrade the WAR lifecycle to use the maven-compiler-plugin 3.7.0
---
 src/main/resources-filtered/META-INF/plexus/components.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources-filtered/META-INF/plexus/components.xml b/src/main/resources-filtered/META-INF/plexus/components.xml
index 88c76c7..85adcb5 100644
--- a/src/main/resources-filtered/META-INF/plexus/components.xml
+++ b/src/main/resources-filtered/META-INF/plexus/components.xml
@@ -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.7.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.7.0:testCompile
               </test-compile>
               <test>
                 org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test

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