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 2022/07/23 21:45:33 UTC

[maven] 04/05: Upgrade Maven Compiler Plugin to 3.10.1 due to MCOMPILER-485

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

michaelo pushed a commit to branch maven-3.8.x-resolver-1.8.x
in repository https://gitbox.apache.org/repos/asf/maven.git

commit dc6e4d34941b7b923e377608630f337ee8db8814
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Jul 23 23:06:51 2022 +0200

    Upgrade Maven Compiler Plugin to 3.10.1 due to MCOMPILER-485
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index d93e99392..811fb42d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -461,6 +461,11 @@ under the License.
   <build>
     <pluginManagement>
       <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.10.1</version>
+        </plugin>
         <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-component-metadata</artifactId>