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

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


The following commit(s) were added to refs/heads/main by this push:
     new adac75a0e51 chore: update maven-compiler-plugin to 3.14.0 in Camel 
Jbang generated project
adac75a0e51 is described below

commit adac75a0e51e53064947059d46870edc5d5944b5
Author: Aurélien Pupier <apup...@redhat.com>
AuthorDate: Tue May 13 15:03:52 2025 +0200

    chore: update maven-compiler-plugin to 3.14.0 in Camel Jbang generated
    project
    
    Signed-off-by: Aurélien Pupier <apup...@redhat.com>
---
 .../src/main/resources/templates/quarkus-kubernetes-pom.tmpl            | 2 +-
 .../camel-jbang-core/src/main/resources/templates/quarkus-pom.tmpl      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/quarkus-kubernetes-pom.tmpl
 
b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/quarkus-kubernetes-pom.tmpl
index afc94a708cb..473309cce2c 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/quarkus-kubernetes-pom.tmpl
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/quarkus-kubernetes-pom.tmpl
@@ -10,7 +10,7 @@
 
     <properties>
         <project.build.outputTimestamp>{{ .ProjectBuildOutputTimestamp 
}}</project.build.outputTimestamp>
-        <compiler-plugin.version>3.13.0</compiler-plugin.version>
+        <compiler-plugin.version>3.14.0</compiler-plugin.version>
         <failsafe.useModulePath>false</failsafe.useModulePath>
         <maven.compiler.release>{{ .JavaVersion }}</maven.compiler.release>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/quarkus-pom.tmpl
 
b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/quarkus-pom.tmpl
index 1ea06f7a704..08ce4f1ac52 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/quarkus-pom.tmpl
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/quarkus-pom.tmpl
@@ -10,7 +10,7 @@
 
     <properties>
         <project.build.outputTimestamp>{{ .ProjectBuildOutputTimestamp 
}}</project.build.outputTimestamp>
-        <compiler-plugin.version>3.13.0</compiler-plugin.version>
+        <compiler-plugin.version>3.14.0</compiler-plugin.version>
         <failsafe.useModulePath>false</failsafe.useModulePath>
         <maven.compiler.release>{{ .JavaVersion }}</maven.compiler.release>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Reply via email to