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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0efa9c1  Move properties from camel-spring-boot-upgrade-recipes 
pom.xml up to root pom.xml for easier maintenance
0efa9c1 is described below

commit 0efa9c1beb6c0d9204a7f0786d42edff048f30df
Author: Tom Cunningham <tcunn...@redhat.com>
AuthorDate: Wed May 28 15:24:22 2025 -0400

    Move properties from camel-spring-boot-upgrade-recipes pom.xml up to root 
pom.xml for easier maintenance
---
 camel-spring-boot-upgrade-recipes/pom.xml | 6 ------
 pom.xml                                   | 4 ++++
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/camel-spring-boot-upgrade-recipes/pom.xml 
b/camel-spring-boot-upgrade-recipes/pom.xml
index 65875da..bc15488 100644
--- a/camel-spring-boot-upgrade-recipes/pom.xml
+++ b/camel-spring-boot-upgrade-recipes/pom.xml
@@ -28,12 +28,6 @@
 
     <artifactId>camel-spring-boot-upgrade-recipes</artifactId>
 
-    <properties>
-        <!-- Use same version as 
https://github.com/apache/camel-spring-boot/blob/${project.version}/pom.xml#L111C9-L111C57
 -->
-        <spring-boot-version>3.5.0</spring-boot-version>
-        <springframework-version>6.2.7</springframework-version>
-    </properties>
-
     <name>Camel Spring Boot Upgrades Recipes</name>
     <description>Migration recipes (using openrewrite) for Camel Spring Boot 
to make Maven migrations easier</description>
 
diff --git a/pom.xml b/pom.xml
index 53c5d97..a422340 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,6 +104,10 @@
         <camel-version>${project.version}</camel-version>
         
<camel-spring-boot-version>${project.version}</camel-spring-boot-version>
 
+        <!-- versions for camel-spring-boot -->
+        <spring-boot-version>3.5.0</spring-boot-version>
+        <springframework-version>6.2.7</springframework-version>
+
         <rewrite-recipe-bom.version>3.0.2</rewrite-recipe-bom.version>
 
         <lombok.version>1.18.34</lombok.version>

Reply via email to