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

[camel-spring-boot] 01/04: Upgrade to maven compiler plugin 3.10.1

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

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

commit 80c2fa057bf9da7071beacf257baf22303cfd60e
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Mar 26 07:55:07 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 f57eccc..befdcd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
         <jakarta-jaxb-version>2.3.2</jakarta-jaxb-version>
         <jaxb-version>2.3.0</jaxb-version>
         <jetty9-version>9.4.32.v20200930</jetty9-version>
-        <maven-compiler-plugin-version>3.10.0</maven-compiler-plugin-version>
+        <maven-compiler-plugin-version>3.10.1</maven-compiler-plugin-version>
         <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version>
         <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version>
         <mycila-license-version>3.0</mycila-license-version>