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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6560cb7a16 [KARAF-7496] Upgrade to maven-compiler-plugin 3.10.1
     new ae12826aad Merge pull request #1556 from jbonofre/KARAF-7496
6560cb7a16 is described below

commit 6560cb7a1625a901be1e45a48f425b39050fcb47
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
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 923f0f4a98..64860ac13d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -425,7 +425,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