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 353b5af57a67494b7baa8b3801cba259f2dc5b8d Author: Michael Osipov <micha...@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