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 c6a9533fdccbcc4e353b47c271cf210cfcf8b471 Author: Tom Cunningham <[email protected]> AuthorDate: Tue Aug 15 10:52:32 2023 -0400 Change versions of camel-sap to 4.0.0-SNAPSHOT --- sap/camel-sap-starter/pom.xml | 2 +- sap/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sap/camel-sap-starter/pom.xml b/sap/camel-sap-starter/pom.xml index fe42c7d7d22..abded6eddde 100644 --- a/sap/camel-sap-starter/pom.xml +++ b/sap/camel-sap-starter/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-sap-starter-parent</artifactId> - <version>4.0.0-RC2-SNAPSHOT</version> + <version>4.0.0-SNAPSHOT</version> </parent> <groupId>org.fusesource</groupId> <artifactId>camel-sap-starter</artifactId> diff --git a/sap/pom.xml b/sap/pom.xml index 5db10b850ec..7e8366ea675 100644 --- a/sap/pom.xml +++ b/sap/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-starter-parent</artifactId> - <version>4.0.0-RC2-SNAPSHOT</version> + <version>4.0.0-SNAPSHOT</version> <relativePath>../tooling/camel-starter-parent</relativePath> </parent> <artifactId>camel-sap-starter-parent</artifactId>
