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 6ef2392c815ff06bb23df19c10e937856d5bb0c8 Author: Tom Cunningham <[email protected]> AuthorDate: Wed May 10 17:18:02 2023 -0400 Change non-productized camel components to camel-community.version --- components-starter/camel-hl7-starter/pom.xml | 2 +- components-starter/camel-kamelet-starter/pom.xml | 4 ++-- components-starter/camel-telegram-starter/pom.xml | 2 +- components-starter/camel-webhook-starter/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components-starter/camel-hl7-starter/pom.xml b/components-starter/camel-hl7-starter/pom.xml index fae9cc0324e..2c6d6abb8ce 100644 --- a/components-starter/camel-hl7-starter/pom.xml +++ b/components-starter/camel-hl7-starter/pom.xml @@ -90,7 +90,7 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-mina</artifactId> - <version>${camel-version}</version> + <version>${camel-community.version}</version> <scope>test</scope> </dependency> <!--START OF GENERATED CODE--> diff --git a/components-starter/camel-kamelet-starter/pom.xml b/components-starter/camel-kamelet-starter/pom.xml index 9b381edb8ee..86c44bcf904 100644 --- a/components-starter/camel-kamelet-starter/pom.xml +++ b/components-starter/camel-kamelet-starter/pom.xml @@ -66,13 +66,13 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-groovy</artifactId> - <version>${camel-version}</version> + <version>${camel-community.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-joor</artifactId> - <version>${camel-version}</version> + <version>${camel-community.version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components-starter/camel-telegram-starter/pom.xml b/components-starter/camel-telegram-starter/pom.xml index 2d979d36920..36e47da0d56 100644 --- a/components-starter/camel-telegram-starter/pom.xml +++ b/components-starter/camel-telegram-starter/pom.xml @@ -58,7 +58,7 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-netty-http</artifactId> - <version>${camel-version}</version> + <version>${camel-community.version}</version> <scope>test</scope> </dependency> <!--START OF GENERATED CODE--> diff --git a/components-starter/camel-webhook-starter/pom.xml b/components-starter/camel-webhook-starter/pom.xml index c1de6897a16..df15715cf31 100644 --- a/components-starter/camel-webhook-starter/pom.xml +++ b/components-starter/camel-webhook-starter/pom.xml @@ -53,7 +53,7 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-netty-http</artifactId> - <version>${camel-version}</version> + <version>${camel-community.version}</version> <scope>test</scope> </dependency> <dependency>
