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
The following commit(s) were added to refs/heads/main by this push: new 7c3efe2e9fd Fix build for releasing 7c3efe2e9fd is described below commit 7c3efe2e9fd9e51106d7ee5742772354ee2f6d00 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Apr 30 08:50:48 2023 +0200 Fix build for releasing --- components-starter/camel-avro-starter/pom.xml | 2 +- components-starter/camel-gson-starter/pom.xml | 2 +- components-starter/camel-infinispan-starter/pom.xml | 2 +- components-starter/camel-jsonpath-starter/pom.xml | 2 +- components-starter/camel-kamelet-starter/pom.xml | 2 +- components-starter/camel-mongodb-starter/pom.xml | 2 +- components-starter/camel-openapi-java-starter/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components-starter/camel-avro-starter/pom.xml b/components-starter/camel-avro-starter/pom.xml index 0adf299683b..5a127ef4374 100644 --- a/components-starter/camel-avro-starter/pom.xml +++ b/components-starter/camel-avro-starter/pom.xml @@ -49,7 +49,7 @@ <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-spring-boot-xml</artifactId> - <version>${camel-version}</version> + <version>${project.version}</version> <scope>test</scope> <exclusions> <exclusion> diff --git a/components-starter/camel-gson-starter/pom.xml b/components-starter/camel-gson-starter/pom.xml index ad7f1cef9bf..bc40451efff 100644 --- a/components-starter/camel-gson-starter/pom.xml +++ b/components-starter/camel-gson-starter/pom.xml @@ -49,7 +49,7 @@ <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-spring-boot-xml</artifactId> - <version>${camel-version}</version> + <version>${project.version}</version> <scope>test</scope> <exclusions> <exclusion> diff --git a/components-starter/camel-infinispan-starter/pom.xml b/components-starter/camel-infinispan-starter/pom.xml index 11443b5a915..6f78f120e7b 100644 --- a/components-starter/camel-infinispan-starter/pom.xml +++ b/components-starter/camel-infinispan-starter/pom.xml @@ -47,7 +47,7 @@ <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-spring-boot-xml</artifactId> - <version>${camel-version}</version> + <version>${project.version}</version> <scope>test</scope> <exclusions> <exclusion> diff --git a/components-starter/camel-jsonpath-starter/pom.xml b/components-starter/camel-jsonpath-starter/pom.xml index 87f71fd5966..a1d204ddf65 100644 --- a/components-starter/camel-jsonpath-starter/pom.xml +++ b/components-starter/camel-jsonpath-starter/pom.xml @@ -49,7 +49,7 @@ <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-spring-boot-xml</artifactId> - <version>${camel-version}</version> + <version>${project.version}</version> <scope>test</scope> <exclusions> <exclusion> diff --git a/components-starter/camel-kamelet-starter/pom.xml b/components-starter/camel-kamelet-starter/pom.xml index 4c97f49f336..1d44a6c616e 100644 --- a/components-starter/camel-kamelet-starter/pom.xml +++ b/components-starter/camel-kamelet-starter/pom.xml @@ -48,7 +48,7 @@ <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-spring-boot-xml</artifactId> - <version>${camel-version}</version> + <version>${project.version}</version> <scope>test</scope> <exclusions> <exclusion> diff --git a/components-starter/camel-mongodb-starter/pom.xml b/components-starter/camel-mongodb-starter/pom.xml index 4467237b3ff..8405d06951d 100644 --- a/components-starter/camel-mongodb-starter/pom.xml +++ b/components-starter/camel-mongodb-starter/pom.xml @@ -57,7 +57,7 @@ <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-spring-boot-xml</artifactId> - <version>${camel-version}</version> + <version>${project.version}</version> <scope>test</scope> <exclusions> <exclusion> diff --git a/components-starter/camel-openapi-java-starter/pom.xml b/components-starter/camel-openapi-java-starter/pom.xml index 482f0558ffc..4dfbfe923cf 100644 --- a/components-starter/camel-openapi-java-starter/pom.xml +++ b/components-starter/camel-openapi-java-starter/pom.xml @@ -64,7 +64,7 @@ <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-spring-boot-xml</artifactId> - <version>${camel-version}</version> + <version>${project.version}</version> <scope>test</scope> <exclusions> <exclusion>