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 416b0ccafe [KARAF-7755]: Upgrade maven-compiler-plugin to 3.11.0
     new 8562881420 Merge pull request #1772 from rovarga/karaf7755
416b0ccafe is described below

commit 416b0ccafebd6668c39f95a6097119affb26c7dd
Author: Robert Varga <robert.va...@pantheon.tech>
AuthorDate: Fri Sep 22 23:20:15 2023 +0200

    [KARAF-7755]: Upgrade maven-compiler-plugin to 3.11.0
    
    Signed-off-by: Robert Varga <robert.va...@pantheon.tech>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dc4e8bf5ce..6438976d39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,7 +430,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.10.1</version>
+                    <version>3.11.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

Reply via email to