This is an automated email from the ASF dual-hosted git repository.
gzurowski pushed a commit to branch release/4.0.0-M3
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/release/4.0.0-M3 by this push:
new d6b3aa83b52 Fix build for releasing
d6b3aa83b52 is described below
commit d6b3aa83b5238517b5ee7b0fe13f12db4d249081
Author: Claus Ibsen <[email protected]>
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>