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 1a28bef48429cdb9e208d2dea5f1c7ae388a4d96
Author: Michael Osipov <[email protected]>
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 c074492b2..6fbb25a3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -462,6 +462,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>

Reply via email to