You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/05/23 19:58:36 UTC

[maven] 02/06: Upgrade to Maven Compiler Plugin 3.8.1

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

michaelo pushed a commit to branch MNG-6169/MNG-6551
in repository https://gitbox.apache.org/repos/asf/maven.git

commit fa41fd7cee67f9309202dbc489dbd11f60a1ccd7
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Jan 7 16:11:20 2019 +0100

    Upgrade to Maven Compiler Plugin 3.8.1
---
 maven-core/src/main/resources/META-INF/plexus/default-bindings.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml b/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml
index 5bbb427..873f87c 100644
--- a/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml
+++ b/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml
@@ -70,13 +70,13 @@ Mappings to default lifecycle, specific for each packaging.
                 org.apache.maven.plugins:maven-resources-plugin:3.1.0:resources
               </process-resources>
               <compile>
-                org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
+                org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile
               </compile>
               <process-test-resources>
                 org.apache.maven.plugins:maven-resources-plugin:3.1.0:testResources
               </process-test-resources>
               <test-compile>
-                org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile
+                org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile
               </test-compile>
               <test>
                 org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test