You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/03/26 06:54:57 UTC

[camel-karaf] branch main updated: Upgrade to maven compiler plugin 3.10.1

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

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


The following commit(s) were added to refs/heads/main by this push:
     new e6031d8  Upgrade to maven compiler plugin 3.10.1
e6031d8 is described below

commit e6031d85b10acff759c752173b238d4335f2db47
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Mar 26 07:54:49 2022 +0100

    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 9ff381a..be9ce95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,7 +232,7 @@
         <lz4-version>1.8.0</lz4-version>
         <!-- TODO: log4j 2.15.0 does not work for all features -->
         <log4j2-version>2.13.3</log4j2-version>
-        <maven-compiler-plugin-version>3.10.0</maven-compiler-plugin-version>
+        <maven-compiler-plugin-version>3.10.1</maven-compiler-plugin-version>
         <maven-owasp-plugin-version>5.3.1</maven-owasp-plugin-version>
         <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version>
         <mimepull-version>1.9.15</mimepull-version>