This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch NG-6169/MNG-6551
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/NG-6169/MNG-6551 by this push:
new 9ac6d2b Upgrade to Maven Compiler Plugin 3.8.0
9ac6d2b is described below
commit 9ac6d2b57e02eab469c167d1396382dfdc5e6411
Author: Michael Osipov <[email protected]>
AuthorDate: Mon Jan 7 16:11:20 2019 +0100
Upgrade to Maven Compiler Plugin 3.8.0
---
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..e73c5e2 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.0: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.0:testCompile
</test-compile>
<test>
org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test