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 a2d3462 Set version to 3.18.0-SNAPSHOT
a2d3462 is described below
commit a2d3462573725ebd13fc3991e0a88166e7415457
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu May 19 12:03:44 2022 +0200
Set version to 3.18.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 bc77382..92909d4 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.17.0-SNAPSHOT</version>
+ <version>3.18.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 e9b3e10..6013594 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.17.0-SNAPSHOT</version>
+ <version>3.18.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 435cb2e..fddcba0 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.17.0-SNAPSHOT</version>
+ <version>3.18.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 d4a470a..d9f5004 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.17.0-SNAPSHOT</version>
+ <version>3.18.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 bb1560e..594a721 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.17.0-SNAPSHOT</version>
+ <version>3.18.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 c00fcf2..d7c08ee 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.17.0-SNAPSHOT</version>
+ <version>3.18.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 bfb8fe7..b3a0341 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.17.0-SNAPSHOT</version>
+ <version>3.18.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 e4b777b..f349bde 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.17.0-SNAPSHOT</version>
+ <version>3.18.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 66a0043..759d350 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.17.0-SNAPSHOT</version>
+ <version>3.18.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 874d82b..6cb0286 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.17.0-SNAPSHOT</version>
+ <version>3.18.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 04a5350..c5e9f66 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.17.0-SNAPSHOT</version>
+ <version>3.18.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 0b5c856..9b900c5 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.17.0-SNAPSHOT</version>
+ <version>3.18.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 d82353d..0452ce3 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.17.0-SNAPSHOT</version>
+ <version>3.18.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 c165e24..d6144e1 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.17.0-SNAPSHOT</version>
+ <version>3.18.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 6fa6295..e1786e6 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.17.0-SNAPSHOT</version>
+ <version>3.18.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 2a69e6a..27931e5 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.17.0-SNAPSHOT</version>
+ <version>3.18.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 b22227f..8e6fb7c 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.17.0-SNAPSHOT</version>
+ <version>3.18.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 bc797fb..4c0266e 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.17.0-SNAPSHOT</version>
+ <version>3.18.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-twitter-websocket-blueprint</artifactId>
diff --git a/examples/pom.xml b/examples/pom.xml
index 3f1625f..9a7f63c 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.17.0-SNAPSHOT</version>
+ <version>3.18.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>karaf-examples</artifactId>
- <version>3.17.0-SNAPSHOT</version>
+ <version>3.18.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.17.0-SNAPSHOT</camel.version>
- <camel.karaf.version>3.17.0-SNAPSHOT</camel.karaf.version>
+ <camel.version>3.18.0-SNAPSHOT</camel.version>
+ <camel.karaf.version>3.18.0-SNAPSHOT</camel.karaf.version>
<!-- Versions -->
<osgi-version>6.0.0</osgi-version>