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 aee6a06 Prepare for next version
aee6a06 is described below
commit aee6a06cb1f7f3fbb06b37fbc7d51a49233cf85d
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Feb 5 08:32:23 2022 +0100
Prepare for next version
---
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 4fad686..ca535bb 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.15.0-SNAPSHOT</version>
+ <version>3.16.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 a84cc73..29e7ed4 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.15.0-SNAPSHOT</version>
+ <version>3.16.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 e516d62..7247729 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.15.0-SNAPSHOT</version>
+ <version>3.16.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 2ab557b..6f3d6e0 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.15.0-SNAPSHOT</version>
+ <version>3.16.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 3ff6a3e..e4ea2f9 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.15.0-SNAPSHOT</version>
+ <version>3.16.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 4779e11..4e2e74a 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.15.0-SNAPSHOT</version>
+ <version>3.16.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 b75832e..2958219 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.15.0-SNAPSHOT</version>
+ <version>3.16.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 f893ea3..a9074a9 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.15.0-SNAPSHOT</version>
+ <version>3.16.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 08e9ed4..466da00 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.15.0-SNAPSHOT</version>
+ <version>3.16.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 7bf8fc4..d172671 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.15.0-SNAPSHOT</version>
+ <version>3.16.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 08ccafd..0ddfd6f 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.15.0-SNAPSHOT</version>
+ <version>3.16.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 3b6a359..f012da4 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.15.0-SNAPSHOT</version>
+ <version>3.16.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 1643c07..3e42b9d 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.15.0-SNAPSHOT</version>
+ <version>3.16.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 dcffd1e..d6233de 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.15.0-SNAPSHOT</version>
+ <version>3.16.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 a9b118b..4f2a206 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.15.0-SNAPSHOT</version>
+ <version>3.16.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 0383a15..05cc322 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.15.0-SNAPSHOT</version>
+ <version>3.16.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 93df187..5068ae9 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.15.0-SNAPSHOT</version>
+ <version>3.16.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 93e9ea6..5b26f88 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.15.0-SNAPSHOT</version>
+ <version>3.16.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-twitter-websocket-blueprint</artifactId>
diff --git a/examples/pom.xml b/examples/pom.xml
index e9d1cc6..516710c 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.15.0-SNAPSHOT</version>
+ <version>3.16.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>karaf-examples</artifactId>
- <version>3.15.0-SNAPSHOT</version>
+ <version>3.16.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.15.0-SNAPSHOT</camel.version>
- <camel.karaf.version>3.15.0-SNAPSHOT</camel.karaf.version>
+ <camel.version>3.16.0-SNAPSHOT</camel.version>
+ <camel.karaf.version>3.16.0-SNAPSHOT</camel.karaf.version>
<!-- Versions -->
<osgi-version>6.0.0</osgi-version>