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 94c47d6 Set to next version
94c47d6 is described below
commit 94c47d6ca9c1fee122342a92172b8f18c0262685
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Oct 4 22:32:24 2021 +0200
Set to 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 e68ff23..a5b8fcc 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.12.0-SNAPSHOT</version>
+ <version>3.13.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 72e2b9a..dde01bf 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.12.0-SNAPSHOT</version>
+ <version>3.13.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 1d39c03..fe9b68b 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.12.0-SNAPSHOT</version>
+ <version>3.13.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 576cf3b..eef2efc 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.12.0-SNAPSHOT</version>
+ <version>3.13.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 d20dfd9..8d684ce 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.12.0-SNAPSHOT</version>
+ <version>3.13.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 604d582..1ef878c 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.12.0-SNAPSHOT</version>
+ <version>3.13.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 58c3b42..1b3ec4d 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.12.0-SNAPSHOT</version>
+ <version>3.13.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 1452c1c..4513ada 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.12.0-SNAPSHOT</version>
+ <version>3.13.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 5092fce..6bd49c7 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.12.0-SNAPSHOT</version>
+ <version>3.13.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 1655163..fb4b4f5 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.12.0-SNAPSHOT</version>
+ <version>3.13.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 9c87c72..405f1ae 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.12.0-SNAPSHOT</version>
+ <version>3.13.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 b522de2..b6e12ba 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.12.0-SNAPSHOT</version>
+ <version>3.13.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 6177235..b185c8d 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.12.0-SNAPSHOT</version>
+ <version>3.13.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 2013e09..11fd8f6 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.12.0-SNAPSHOT</version>
+ <version>3.13.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 1964328..41fa620 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.12.0-SNAPSHOT</version>
+ <version>3.13.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 075a76a..a544f67 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.12.0-SNAPSHOT</version>
+ <version>3.13.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 6991ba6..f2156b7 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.12.0-SNAPSHOT</version>
+ <version>3.13.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 7785e60..2cf44b5 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.12.0-SNAPSHOT</version>
+ <version>3.13.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-twitter-websocket-blueprint</artifactId>
diff --git a/examples/pom.xml b/examples/pom.xml
index 55881f1..df94fb0 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.12.0-SNAPSHOT</version>
+ <version>3.13.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>karaf-examples</artifactId>
- <version>3.12.0-SNAPSHOT</version>
+ <version>3.13.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Camel Karaf Examples</name>
@@ -107,8 +107,8 @@
<jdk.version>1.8</jdk.version>
<compiler.fork>false</compiler.fork>
- <camel.version>3.12.0-SNAPSHOT</camel.version>
- <camel.karaf.version>3.12.0-SNAPSHOT</camel.karaf.version>
+ <camel.version>3.13.0-SNAPSHOT</camel.version>
+ <camel.karaf.version>3.13.0-SNAPSHOT</camel.karaf.version>
<!-- Versions -->
<osgi-version>6.0.0</osgi-version>