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

jbonofre pushed a commit to branch karaf-4.3.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
     new 15af81ac4b [KARAF-7496] Upgrade to maven-compiler-plugin 3.10.1
15af81ac4b is described below

commit 15af81ac4b770f43ee253b8b828244a01da34e8b
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Jun 25 08:00:01 2022 +0200

    [KARAF-7496] Upgrade to maven-compiler-plugin 3.10.1
    
    (cherry picked from commit 6560cb7a1625a901be1e45a48f425b39050fcb47)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 84ed1da30f..075a9d9256 100644
--- a/pom.xml
+++ b/pom.xml
@@ -414,7 +414,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.8.1</version>
+                    <version>3.10.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

Reply via email to