This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.9.x in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git
commit a234b86e63ef04fe8851889b5974f1f28b9f5653 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Mar 30 08:06:20 2021 +0200 3.9.0 --- 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-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 ++++---- 18 files changed, 21 insertions(+), 21 deletions(-) diff --git a/examples/camel-example-artemis-amqp-blueprint/pom.xml b/examples/camel-example-artemis-amqp-blueprint/pom.xml index 4e03a2a..0c33189 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.10.0-SNAPSHOT</version> + <version>3.9.0</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 f1dab2f..ae27d43 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.10.0-SNAPSHOT</version> + <version>3.9.0</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 e3db377..2902377 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.10.0-SNAPSHOT</version> + <version>3.9.0</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 9a9cb76..2dac4bf 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.10.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-fhir-osgi</artifactId> diff --git a/examples/camel-example-mybatis/pom.xml b/examples/camel-example-mybatis/pom.xml index 20d9d43..6f8db68 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.10.0-SNAPSHOT</version> + <version>3.9.0</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 78613a3..9af5a9e 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.10.0-SNAPSHOT</version> + <version>3.9.0</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 e858507..3d72597 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.10.0-SNAPSHOT</version> + <version>3.9.0</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 d2e119e..f008bfc 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.10.0-SNAPSHOT</version> + <version>3.9.0</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 7c769d6..3d1c88d 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.10.0-SNAPSHOT</version> + <version>3.9.0</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 dcbf4cd..7b05db0 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.10.0-SNAPSHOT</version> + <version>3.9.0</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 07600a8..4f410b9 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.10.0-SNAPSHOT</version> + <version>3.9.0</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 04f3fcf..84a4c72 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.10.0-SNAPSHOT</version> + <version>3.9.0</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 c2d24ad..457fcfb 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.10.0-SNAPSHOT</version> + <version>3.9.0</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 a00513c..5dc0a35 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.10.0-SNAPSHOT</version> + <version>3.9.0</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 915afea..60cb569 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.10.0-SNAPSHOT</version> + <version>3.9.0</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 1840aa8..9c0c406 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.10.0-SNAPSHOT</version> + <version>3.9.0</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 2279d34..a98c3bf 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.10.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-twitter-websocket-blueprint</artifactId> diff --git a/examples/pom.xml b/examples/pom.xml index 3f09a86..e49b254 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.10.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <groupId>org.apache.camel.example</groupId> <artifactId>karaf-examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.9.0</version> <packaging>pom</packaging> <name>Camel Karaf Examples</name> @@ -106,8 +106,8 @@ <jdk.version>1.8</jdk.version> <compiler.fork>false</compiler.fork> - <camel.version>3.10.0-SNAPSHOT</camel.version> - <camel.karaf.version>3.10.0-SNAPSHOT</camel.karaf.version> + <camel.version>3.9.0</camel.version> + <camel.karaf.version>3.9.0</camel.karaf.version> <!-- Versions --> <arquillian-version>1.5.0.Final</arquillian-version>