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 947dacc219d9ccea3df604d5b81daebf112a201b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Oct 21 07:54:46 2020 +0200 Aligned to 3.7.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-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 562fc2e..b9898c6 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</version> + <version>3.7.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 d1d0e9c..0918a3e 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</version> + <version>3.7.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 2380a7e..7ad6bb7 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</version> + <version>3.7.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 c7936e0..8e27dd2 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</version> + <version>3.7.0-SNAPSHOT</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 6f86e15..4f3e36b 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</version> + <version>3.7.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 7f2ebff..5ed93d7 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</version> + <version>3.7.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 cd23056..f9dd222 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</version> + <version>3.7.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 f188f6a..ed080e7 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</version> + <version>3.7.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 fd09211..691a535 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</version> + <version>3.7.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 d243ecd..c5006aa 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</version> + <version>3.7.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 d891770..368ff3a 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</version> + <version>3.7.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 88eceb2..ba69e37 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</version> + <version>3.7.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 7fad29f..2ecb9fb 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</version> + <version>3.7.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 b550a88..aaf3b3d 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</version> + <version>3.7.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 36ee43b..0557642 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</version> + <version>3.7.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 9007cdd..143b646 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</version> + <version>3.7.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 ce276c8..54d6fca 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</version> + <version>3.7.0-SNAPSHOT</version> </parent> <artifactId>camel-example-twitter-websocket-blueprint</artifactId>