This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch move-4.5.0-SNAP in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 08a302c3f3b273681b7e1249542e3aae65ca6af0 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Mar 19 09:49:29 2024 +0100 Align to 4.5.0-SNAPSHOT preparing to release Signed-off-by: Andrea Cosentino <[email protected]> --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 66b8bc46..01282669 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>4.4.1</version> + <version>4.5.0-SNAPSHOT</version> </parent> <groupId>org.apache.camel.kamelets</groupId> @@ -62,7 +62,7 @@ <apache-rat-plugin.version>0.16.1</apache-rat-plugin.version> <cyclonedx-maven-plugin-version>2.7.11</cyclonedx-maven-plugin-version> - <camel.version>4.4.0</camel.version> + <camel.version>4.5.0-SNAPSHOT</camel.version> <camel.k.crds.version>2.2.0</camel.k.crds.version> <citrus.version>4.1.0</citrus.version>
