This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 3.7.x-align in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git
commit de63ac680a42339c40c913326f0408a697372d96 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Dec 16 14:22:27 2020 +0100 Next release train is 3.7.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 b9898c6..37fbaf7 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.7.0-SNAPSHOT</version> + <version>3.7.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 0918a3e..a63ac30 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.7.0-SNAPSHOT</version> + <version>3.7.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 7ad6bb7..616b53b 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.7.0-SNAPSHOT</version> + <version>3.7.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 8e27dd2..177bfcb 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.7.0-SNAPSHOT</version> + <version>3.7.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 4f3e36b..d47993f 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.7.0-SNAPSHOT</version> + <version>3.7.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 5ed93d7..b0b3193 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.7.0-SNAPSHOT</version> + <version>3.7.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 f9dd222..5bc0f1f 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.7.0-SNAPSHOT</version> + <version>3.7.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 ed080e7..ff8c83e 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.7.0-SNAPSHOT</version> + <version>3.7.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 691a535..a90e1bf 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.7.0-SNAPSHOT</version> + <version>3.7.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 c5006aa..765609b 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.7.0-SNAPSHOT</version> + <version>3.7.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 368ff3a..5a77bf8 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.7.0-SNAPSHOT</version> + <version>3.7.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 ba69e37..417e756 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.7.0-SNAPSHOT</version> + <version>3.7.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 2ecb9fb..7d0c1ea 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.7.0-SNAPSHOT</version> + <version>3.7.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 aaf3b3d..3f4791a 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.7.0-SNAPSHOT</version> + <version>3.7.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 0557642..a5f5ee5 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.7.0-SNAPSHOT</version> + <version>3.7.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 143b646..c0b1ad3 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.7.0-SNAPSHOT</version> + <version>3.7.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 54d6fca..33b5903 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.7.0-SNAPSHOT</version> + <version>3.7.0</version> </parent> <artifactId>camel-example-twitter-websocket-blueprint</artifactId> diff --git a/examples/pom.xml b/examples/pom.xml index a026bb1..f4e859d 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.7.0-SNAPSHOT</version> + <version>3.7.0</version> </parent> <groupId>org.apache.camel.example</groupId> <artifactId>karaf-examples</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.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.7.0-SNAPSHOT</camel.version> - <camel.karaf.version>3.7.0-SNAPSHOT</camel.karaf.version> + <camel.version>3.7.0</camel.version> + <camel.karaf.version>3.7.0</camel.karaf.version> <!-- Versions --> <arquillian-version>1.5.0.Final</arquillian-version>
