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-spring-boot.git
commit 50a306d8552bc8d48006ce8fc399cdf7dba40995 Author: Claus Ibsen <[email protected]> AuthorDate: Mon Jan 16 09:48:00 2023 +0100 Spring Boot v3 --- pom.xml | 4 ++-- tooling/pom.xml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2cd8876df42..6f76219b956 100644 --- a/pom.xml +++ b/pom.xml @@ -104,11 +104,11 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <site-repo-url>scpexe://people.apache.org/www/camel.apache.org/maven/</site-repo-url> - <jdk.version>11</jdk.version> + <jdk.version>17</jdk.version> <compiler.fork>false</compiler.fork> <!-- Spring-Boot target version --> - <spring-boot-version>2.7.7</spring-boot-version> + <spring-boot-version>3.0.1</spring-boot-version> <!-- Camel target version --> <camel-version>4.0.0-SNAPSHOT</camel-version> diff --git a/tooling/pom.xml b/tooling/pom.xml index 53be033b6e9..2615230cff4 100644 --- a/tooling/pom.xml +++ b/tooling/pom.xml @@ -37,7 +37,6 @@ <module>camel-spring-boot-dependencies-generator</module> <module>camel-spring-boot-dependencies</module> <module>camel-spring-boot-bom-generator</module> - <module>camel-spring-boot-bom</module> <module>camel-starter-parent</module> <module>camel-spring-boot-starter-generator</module> </modules>
