You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2022/03/23 06:18:33 UTC

[camel-spring-boot] branch release/3.16.0 updated: Fix release branch for 3.16.0 release (#479)

This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch release/3.16.0
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/release/3.16.0 by this push:
     new e3b7fec  Fix release branch for 3.16.0 release (#479)
e3b7fec is described below

commit e3b7fecd9315d1f2c28a73bf1e8f9a7fdef4ee6d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 23 07:18:28 2022 +0100

    Fix release branch for 3.16.0 release (#479)
    
    Fix build of camel-spring-boot - Should be test scope and use camel-version
---
 components-starter/camel-avro-starter/pom.xml                | 3 ++-
 components-starter/camel-fhir-starter/pom.xml                | 8 +++++++-
 components-starter/camel-hl7-starter/pom.xml                 | 1 +
 components-starter/camel-jira-starter/pom.xml                | 3 ++-
 components-starter/camel-jsonpath-starter/pom.xml            | 1 +
 components-starter/camel-kafka-starter/pom.xml               | 3 ++-
 components-starter/camel-soap-starter/pom.xml                | 1 +
 components-starter/camel-telegram-starter/pom.xml            | 3 +++
 components-starter/camel-webhook-starter/pom.xml             | 2 ++
 pom.xml                                                      | 4 ++--
 tests/camel-spring-boot-integration-tests/infinispan/pom.xml | 2 +-
 11 files changed, 24 insertions(+), 7 deletions(-)

diff --git a/components-starter/camel-avro-starter/pom.xml b/components-starter/camel-avro-starter/pom.xml
index 928341a..ddff9b0 100644
--- a/components-starter/camel-avro-starter/pom.xml
+++ b/components-starter/camel-avro-starter/pom.xml
@@ -43,13 +43,14 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-test-spring-junit5</artifactId>
+      <version>${camel-version}</version>
+      <scope>test</scope>
       <exclusions>
         <exclusion>
           <groupId>org.apache.camel</groupId>
           <artifactId>camel-spring-xml</artifactId>
         </exclusion>
       </exclusions>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.awaitility</groupId>
diff --git a/components-starter/camel-fhir-starter/pom.xml b/components-starter/camel-fhir-starter/pom.xml
index 1686a1c..3b99fc3 100644
--- a/components-starter/camel-fhir-starter/pom.xml
+++ b/components-starter/camel-fhir-starter/pom.xml
@@ -39,17 +39,23 @@
       <artifactId>camel-fhir</artifactId>
       <version>${camel-version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-fhir-api</artifactId>
+      <version>${camel-version}</version>
+    </dependency>
     <!-- Testing dependencies -->
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-test-spring-junit5</artifactId>
+      <version>${camel-version}</version>
+      <scope>test</scope>
       <exclusions>
         <exclusion>
           <groupId>org.apache.camel</groupId>
           <artifactId>camel-spring-xml</artifactId>
         </exclusion>
       </exclusions>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.awaitility</groupId>
diff --git a/components-starter/camel-hl7-starter/pom.xml b/components-starter/camel-hl7-starter/pom.xml
index a614f9c..f54d3ad 100644
--- a/components-starter/camel-hl7-starter/pom.xml
+++ b/components-starter/camel-hl7-starter/pom.xml
@@ -90,6 +90,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-mina</artifactId>
+      <version>${camel-version}</version>
       <scope>test</scope>
     </dependency>
     <!--START OF GENERATED CODE-->
diff --git a/components-starter/camel-jira-starter/pom.xml b/components-starter/camel-jira-starter/pom.xml
index 7714147..6226145 100644
--- a/components-starter/camel-jira-starter/pom.xml
+++ b/components-starter/camel-jira-starter/pom.xml
@@ -51,13 +51,14 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-test-spring-junit5</artifactId>
+      <version>${camel-version}</version>
+      <scope>test</scope>
       <exclusions>
         <exclusion>
           <groupId>org.apache.camel</groupId>
           <artifactId>camel-spring-xml</artifactId>
         </exclusion>
       </exclusions>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.awaitility</groupId>
diff --git a/components-starter/camel-jsonpath-starter/pom.xml b/components-starter/camel-jsonpath-starter/pom.xml
index 9a09920..f50e9f1 100644
--- a/components-starter/camel-jsonpath-starter/pom.xml
+++ b/components-starter/camel-jsonpath-starter/pom.xml
@@ -48,6 +48,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-platform-http-vertx</artifactId>
+      <version>${camel-version}</version>
       <scope>test</scope>
     </dependency>
     <!--START OF GENERATED CODE-->
diff --git a/components-starter/camel-kafka-starter/pom.xml b/components-starter/camel-kafka-starter/pom.xml
index 368c4d6..2649f71 100644
--- a/components-starter/camel-kafka-starter/pom.xml
+++ b/components-starter/camel-kafka-starter/pom.xml
@@ -63,13 +63,14 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-test-spring-junit5</artifactId>
+      <version>${camel-version}</version>
+      <scope>test</scope>
       <exclusions>
         <exclusion>
           <groupId>org.apache.camel</groupId>
           <artifactId>camel-spring-xml</artifactId>
         </exclusion>
       </exclusions>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework.boot</groupId>
diff --git a/components-starter/camel-soap-starter/pom.xml b/components-starter/camel-soap-starter/pom.xml
index 3826a53..62871b1 100644
--- a/components-starter/camel-soap-starter/pom.xml
+++ b/components-starter/camel-soap-starter/pom.xml
@@ -48,6 +48,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-cxf</artifactId>
+      <version>${camel-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 845f7ce..9fcd130 100644
--- a/components-starter/camel-telegram-starter/pom.xml
+++ b/components-starter/camel-telegram-starter/pom.xml
@@ -52,16 +52,19 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-test-junit5</artifactId>
+      <version>${camel-version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-health</artifactId>
+      <version>${camel-version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-netty-http</artifactId>
+      <version>${camel-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 624e42b..5a4c7ac 100644
--- a/components-starter/camel-webhook-starter/pom.xml
+++ b/components-starter/camel-webhook-starter/pom.xml
@@ -43,6 +43,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-test-junit5</artifactId>
+      <version>${camel-version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -58,6 +59,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-netty-http</artifactId>
+      <version>${camel-version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index 7522fb5..aa4ffd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <groupId>org.apache.camel.springboot</groupId>
@@ -111,7 +111,7 @@
         <spring-boot-version>2.6.4</spring-boot-version>
 
         <!-- Camel target version -->
-        <camel-version>3.16.0-SNAPSHOT</camel-version>
+        <camel-version>3.16.0</camel-version>
 
         <!-- versions -->
         <aether-version>1.0.2.v20150114</aether-version>
diff --git a/tests/camel-spring-boot-integration-tests/infinispan/pom.xml b/tests/camel-spring-boot-integration-tests/infinispan/pom.xml
index c63683e..2244141 100644
--- a/tests/camel-spring-boot-integration-tests/infinispan/pom.xml
+++ b/tests/camel-spring-boot-integration-tests/infinispan/pom.xml
@@ -46,7 +46,7 @@
 		<dependency>
 			<groupId>org.apache.camel</groupId>
 			<artifactId>camel-test-infra-infinispan</artifactId>
-			<version>${project.version}</version>
+			<version>${camel-version}</version>
 			<type>test-jar</type>
 			<scope>test</scope>
 		</dependency>