This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git
commit ec7982b5f1734092e016c143f017f476ebb1f3e1 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Oct 21 07:51:50 2020 +0200 Aligned to 3.6.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 +- examples/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 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/examples/camel-example-artemis-amqp-blueprint/pom.xml b/examples/camel-example-artemis-amqp-blueprint/pom.xml index 8eadd3b..562fc2e 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.6.0-SNAPSHOT</version> + <version>3.6.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 bfa1613..d1d0e9c 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.6.0-SNAPSHOT</version> + <version>3.6.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 8467a98..2380a7e 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.6.0-SNAPSHOT</version> + <version>3.6.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 531e064..c7936e0 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.6.0-SNAPSHOT</version> + <version>3.6.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 b8cea56..6f86e15 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.6.0-SNAPSHOT</version> + <version>3.6.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 7da82f2..7f2ebff 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.6.0-SNAPSHOT</version> + <version>3.6.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 7f4ca7b..cd23056 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.6.0-SNAPSHOT</version> + <version>3.6.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 4a6ee49..f188f6a 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.6.0-SNAPSHOT</version> + <version>3.6.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 d265ad9..fd09211 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.6.0-SNAPSHOT</version> + <version>3.6.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 eb142c1..d243ecd 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.6.0-SNAPSHOT</version> + <version>3.6.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 f8b3174..d891770 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.6.0-SNAPSHOT</version> + <version>3.6.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 458584d..88eceb2 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.6.0-SNAPSHOT</version> + <version>3.6.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 b3768e1..7fad29f 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.6.0-SNAPSHOT</version> + <version>3.6.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 5c7c8d8..b550a88 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.6.0-SNAPSHOT</version> + <version>3.6.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 bafd1e6..36ee43b 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.6.0-SNAPSHOT</version> + <version>3.6.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 a53412b..9007cdd 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.6.0-SNAPSHOT</version> + <version>3.6.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 9ae1de6..ce276c8 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.6.0-SNAPSHOT</version> + <version>3.6.0</version> </parent> <artifactId>camel-example-twitter-websocket-blueprint</artifactId>