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 e1bda6955210581e79c44c1d67e13be41bd40289 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Feb 12 11:33:28 2021 +0100 Next is 3.9.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 +- examples/pom.xml | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/examples/camel-example-artemis-amqp-blueprint/pom.xml b/examples/camel-example-artemis-amqp-blueprint/pom.xml index 1690a33..ed8c76e 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.8.0-SNAPSHOT</version> + <version>3.9.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 5c45f29..934a26c 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.8.0-SNAPSHOT</version> + <version>3.9.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 d2bb2b5..e0b4f5f 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.8.0-SNAPSHOT</version> + <version>3.9.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 eb3ca39..fb52550 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.8.0-SNAPSHOT</version> + <version>3.9.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 83e6251..7bd4662 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.8.0-SNAPSHOT</version> + <version>3.9.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 669a3b9..b72a1d1 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.8.0-SNAPSHOT</version> + <version>3.9.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 d838806..7362ad3 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.8.0-SNAPSHOT</version> + <version>3.9.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 6dbf793..ca4e5b5 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.8.0-SNAPSHOT</version> + <version>3.9.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 5a1b7cf..d291d98 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.8.0-SNAPSHOT</version> + <version>3.9.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 802b80d..2d858f3 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.8.0-SNAPSHOT</version> + <version>3.9.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 5f01651..9ce3ac9 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.8.0-SNAPSHOT</version> + <version>3.9.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 5d5d1f7..f95dd3c 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.8.0-SNAPSHOT</version> + <version>3.9.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 dd01d02..cc9d2ed 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.8.0-SNAPSHOT</version> + <version>3.9.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 22a2df5..3738601 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.8.0-SNAPSHOT</version> + <version>3.9.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 230b6f6..6a98d01 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.8.0-SNAPSHOT</version> + <version>3.9.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 adfae38..1c77dfa 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.8.0-SNAPSHOT</version> + <version>3.9.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 7bf2166..997679f 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.8.0-SNAPSHOT</version> + <version>3.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-twitter-websocket-blueprint</artifactId> diff --git a/examples/pom.xml b/examples/pom.xml index af99798..56a7186 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.camel.example</groupId> <artifactId>karaf-examples</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.9.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Camel Karaf Examples</name>
