This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch camel-spring-boot-4.0.0-branch in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 0aa5bf5a233ce8ab4075a89a739c5bcad33c2671 Author: Marco Carletti <[email protected]> AuthorDate: Mon Sep 25 15:51:08 2023 +0200 Fix archetype pom --- .../src/main/resources/archetype-resources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml b/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml index a76de9c8dc9..8f82c5eaf97 100644 --- a/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml @@ -32,7 +32,7 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <maven.compiler.source>17</maven.compiler.source> <maven.compiler.target>17</maven.compiler.target> - <maven.compiler.release>17</maven.compiler.target> + <maven.compiler.release>17</maven.compiler.release> <spring.boot-version>${spring-boot-version}</spring.boot-version> <surefire.plugin.version>3.0.0-M4</surefire.plugin.version> <jkube.generator.from>registry.access.redhat.com/ubi8/openjdk-17:latest</jkube.generator.from>
