You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/12/21 12:49:17 UTC

[camel-karaf-examples] branch main updated: Set version to 3.21.0-SNAPSHOT

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-karaf-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new c6d2f10  Set version to 3.21.0-SNAPSHOT
c6d2f10 is described below

commit c6d2f10dd7ac9e0e795ac3862a847d1e26514e71
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Dec 21 13:49:07 2022 +0100

    Set version to 3.21.0-SNAPSHOT
---
 examples/camel-example-artemis-amqp-blueprint/pom.xml             | 2 +-
 examples/camel-example-cxf-blueprint/pom.xml                      | 2 +-
 examples/camel-example-ehcache-blueprint/pom.xml                  | 2 +-
 examples/camel-example-fhir-osgi/pom.xml                          | 2 +-
 examples/camel-example-kamelet-chucknorris/pom.xml                | 2 +-
 examples/camel-example-mybatis/pom.xml                            | 2 +-
 examples/camel-example-netty-http/myapp-one/pom.xml               | 2 +-
 examples/camel-example-netty-http/myapp-two/pom.xml               | 2 +-
 examples/camel-example-netty-http/pom.xml                         | 2 +-
 .../camel-example-netty-http/shared-netty-http-server/pom.xml     | 2 +-
 examples/camel-example-olingo4-blueprint/pom.xml                  | 2 +-
 examples/camel-example-openapi-osgi/pom.xml                       | 2 +-
 examples/camel-example-servlet-rest-blueprint/pom.xml             | 2 +-
 examples/camel-example-servlet-rest-karaf-jaas/pom.xml            | 2 +-
 examples/camel-example-sql-blueprint/pom.xml                      | 2 +-
 examples/camel-example-swagger-osgi/pom.xml                       | 2 +-
 examples/camel-example-transformer-blueprint/pom.xml              | 2 +-
 examples/camel-example-twitter-websocket-blueprint/pom.xml        | 2 +-
 examples/pom.xml                                                  | 8 ++++----
 19 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/examples/camel-example-artemis-amqp-blueprint/pom.xml b/examples/camel-example-artemis-amqp-blueprint/pom.xml
index 221ee2b..c18ea93 100644
--- a/examples/camel-example-artemis-amqp-blueprint/pom.xml
+++ b/examples/camel-example-artemis-amqp-blueprint/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.example</groupId>
         <artifactId>karaf-examples</artifactId>
-        <version>3.20.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-artemis-amqp-blueprint</artifactId>
diff --git a/examples/camel-example-cxf-blueprint/pom.xml b/examples/camel-example-cxf-blueprint/pom.xml
index f4fe24e..f225ac5 100644
--- a/examples/camel-example-cxf-blueprint/pom.xml
+++ b/examples/camel-example-cxf-blueprint/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.example</groupId>
         <artifactId>karaf-examples</artifactId>
-        <version>3.20.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-cxf-blueprint</artifactId>
diff --git a/examples/camel-example-ehcache-blueprint/pom.xml b/examples/camel-example-ehcache-blueprint/pom.xml
index e608830..453c504 100644
--- a/examples/camel-example-ehcache-blueprint/pom.xml
+++ b/examples/camel-example-ehcache-blueprint/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.example</groupId>
         <artifactId>karaf-examples</artifactId>
-        <version>3.20.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-ehcache-blueprint</artifactId>
diff --git a/examples/camel-example-fhir-osgi/pom.xml b/examples/camel-example-fhir-osgi/pom.xml
index 6b8044a..e22d9d7 100644
--- a/examples/camel-example-fhir-osgi/pom.xml
+++ b/examples/camel-example-fhir-osgi/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.example</groupId>
         <artifactId>karaf-examples</artifactId>
-        <version>3.20.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-fhir-osgi</artifactId>
diff --git a/examples/camel-example-kamelet-chucknorris/pom.xml b/examples/camel-example-kamelet-chucknorris/pom.xml
index 0b1bd67..1c957d1 100644
--- a/examples/camel-example-kamelet-chucknorris/pom.xml
+++ b/examples/camel-example-kamelet-chucknorris/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.example</groupId>
         <artifactId>karaf-examples</artifactId>
-        <version>3.20.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-kamelet-chucknorris</artifactId>
diff --git a/examples/camel-example-mybatis/pom.xml b/examples/camel-example-mybatis/pom.xml
index 839b9d4..20fdc64 100644
--- a/examples/camel-example-mybatis/pom.xml
+++ b/examples/camel-example-mybatis/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.example</groupId>
         <artifactId>karaf-examples</artifactId>
-        <version>3.20.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-mybatis</artifactId>
diff --git a/examples/camel-example-netty-http/myapp-one/pom.xml b/examples/camel-example-netty-http/myapp-one/pom.xml
index af85eb7..1088ee8 100644
--- a/examples/camel-example-netty-http/myapp-one/pom.xml
+++ b/examples/camel-example-netty-http/myapp-one/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>camel-example-netty-http</artifactId>
         <groupId>org.apache.camel.example</groupId>
-        <version>3.20.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-netty-myapp-one</artifactId>
diff --git a/examples/camel-example-netty-http/myapp-two/pom.xml b/examples/camel-example-netty-http/myapp-two/pom.xml
index 8e9f9da..8b33d37 100644
--- a/examples/camel-example-netty-http/myapp-two/pom.xml
+++ b/examples/camel-example-netty-http/myapp-two/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>camel-example-netty-http</artifactId>
         <groupId>org.apache.camel.example</groupId>
-        <version>3.20.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-netty-myapp-two</artifactId>
diff --git a/examples/camel-example-netty-http/pom.xml b/examples/camel-example-netty-http/pom.xml
index d523b0f..da753e5 100644
--- a/examples/camel-example-netty-http/pom.xml
+++ b/examples/camel-example-netty-http/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.example</groupId>
         <artifactId>karaf-examples</artifactId>
-        <version>3.20.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-netty-http</artifactId>
diff --git a/examples/camel-example-netty-http/shared-netty-http-server/pom.xml b/examples/camel-example-netty-http/shared-netty-http-server/pom.xml
index e3e992a..39d68b2 100644
--- a/examples/camel-example-netty-http/shared-netty-http-server/pom.xml
+++ b/examples/camel-example-netty-http/shared-netty-http-server/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>camel-example-netty-http</artifactId>
         <groupId>org.apache.camel.example</groupId>
-        <version>3.20.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-netty-http-shared</artifactId>
diff --git a/examples/camel-example-olingo4-blueprint/pom.xml b/examples/camel-example-olingo4-blueprint/pom.xml
index 01309df..3716975 100644
--- a/examples/camel-example-olingo4-blueprint/pom.xml
+++ b/examples/camel-example-olingo4-blueprint/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.example</groupId>
         <artifactId>karaf-examples</artifactId>
-        <version>3.20.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-olingo4-blueprint</artifactId>
diff --git a/examples/camel-example-openapi-osgi/pom.xml b/examples/camel-example-openapi-osgi/pom.xml
index b9970f5..d0c855f 100644
--- a/examples/camel-example-openapi-osgi/pom.xml
+++ b/examples/camel-example-openapi-osgi/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.example</groupId>
         <artifactId>karaf-examples</artifactId>
-        <version>3.20.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-openapi-osgi</artifactId>
diff --git a/examples/camel-example-servlet-rest-blueprint/pom.xml b/examples/camel-example-servlet-rest-blueprint/pom.xml
index 3483d83..8e1cdca 100644
--- a/examples/camel-example-servlet-rest-blueprint/pom.xml
+++ b/examples/camel-example-servlet-rest-blueprint/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.example</groupId>
         <artifactId>karaf-examples</artifactId>
-        <version>3.20.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-servlet-rest-blueprint</artifactId>
diff --git a/examples/camel-example-servlet-rest-karaf-jaas/pom.xml b/examples/camel-example-servlet-rest-karaf-jaas/pom.xml
index 57c88aa..4082a27 100644
--- a/examples/camel-example-servlet-rest-karaf-jaas/pom.xml
+++ b/examples/camel-example-servlet-rest-karaf-jaas/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.example</groupId>
         <artifactId>karaf-examples</artifactId>
-        <version>3.20.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-servlet-rest-karaf-jaas</artifactId>
diff --git a/examples/camel-example-sql-blueprint/pom.xml b/examples/camel-example-sql-blueprint/pom.xml
index c1e867e..1911809 100644
--- a/examples/camel-example-sql-blueprint/pom.xml
+++ b/examples/camel-example-sql-blueprint/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.example</groupId>
         <artifactId>karaf-examples</artifactId>
-        <version>3.20.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-sql-blueprint</artifactId>
diff --git a/examples/camel-example-swagger-osgi/pom.xml b/examples/camel-example-swagger-osgi/pom.xml
index ed89bf7..be24733 100644
--- a/examples/camel-example-swagger-osgi/pom.xml
+++ b/examples/camel-example-swagger-osgi/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.example</groupId>
         <artifactId>karaf-examples</artifactId>
-        <version>3.20.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-swagger-osgi</artifactId>
diff --git a/examples/camel-example-transformer-blueprint/pom.xml b/examples/camel-example-transformer-blueprint/pom.xml
index c479325..d13d428 100644
--- a/examples/camel-example-transformer-blueprint/pom.xml
+++ b/examples/camel-example-transformer-blueprint/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.example</groupId>
         <artifactId>karaf-examples</artifactId>
-        <version>3.20.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-transformer-blueprint</artifactId>
diff --git a/examples/camel-example-twitter-websocket-blueprint/pom.xml b/examples/camel-example-twitter-websocket-blueprint/pom.xml
index ca3481c..8f261ba 100644
--- a/examples/camel-example-twitter-websocket-blueprint/pom.xml
+++ b/examples/camel-example-twitter-websocket-blueprint/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.example</groupId>
         <artifactId>karaf-examples</artifactId>
-        <version>3.20.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-twitter-websocket-blueprint</artifactId>
diff --git a/examples/pom.xml b/examples/pom.xml
index b47490a..598031e 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -25,12 +25,12 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.20.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.example</groupId>
     <artifactId>karaf-examples</artifactId>
-    <version>3.20.0-SNAPSHOT</version>
+    <version>3.21.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Camel Karaf Examples</name>
@@ -107,8 +107,8 @@
         <jdk.version>11</jdk.version>
         <compiler.fork>false</compiler.fork>
 
-        <camel.version>3.20.0-SNAPSHOT</camel.version>
-        <camel.karaf.version>3.20.0-SNAPSHOT</camel.karaf.version>
+        <camel.version>3.21.0-SNAPSHOT</camel.version>
+        <camel.karaf.version>3.21.0-SNAPSHOT</camel.karaf.version>
 
         <!-- Versions -->
         <osgi-version>6.0.0</osgi-version>