This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-quarkus-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 0584bb51a822a5b640cf91932d17de2bc1b4e1ef Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Wed Oct 21 09:55:47 2020 +0100 Next is 1.4.0-SNAPSHOT --- file-split-log-xml/pom.xml | 4 ++-- health/pom.xml | 4 ++-- http-log/pom.xml | 4 ++-- observability/pom.xml | 4 ++-- rest-json/pom.xml | 4 ++-- timer-log-cdi/pom.xml | 4 ++-- timer-log-kotlin/pom.xml | 4 ++-- timer-log-main/pom.xml | 4 ++-- timer-log-spring/pom.xml | 4 ++-- timer-log-xml/pom.xml | 4 ++-- timer-log/pom.xml | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml index 05a317f..2648f53 100644 --- a/file-split-log-xml/pom.xml +++ b/file-split-log-xml/pom.xml @@ -22,13 +22,13 @@ <artifactId>camel-quarkus-examples-file-log-xml</artifactId> <groupId>org.apache.camel.quarkus.examples</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <name>Camel Quarkus :: Examples :: File To Log XML DSL</name> <description>Camel Quarkus Example :: File To Log XML DSL</description> <properties> - <camel-quarkus.version>1.3.0</camel-quarkus.version> + <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.9.0.Final</quarkus.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/health/pom.xml b/health/pom.xml index d4ad7f0..b3c616d 100644 --- a/health/pom.xml +++ b/health/pom.xml @@ -22,13 +22,13 @@ <artifactId>camel-quarkus-examples-health</artifactId> <groupId>org.apache.camel.quarkus.examples</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <name>Camel Quarkus :: Examples :: Health</name> <description>Camel Quarkus Example :: Health Check</description> <properties> - <camel-quarkus.version>1.3.0</camel-quarkus.version> + <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.9.0.Final</quarkus.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/http-log/pom.xml b/http-log/pom.xml index 876b140..7111897 100644 --- a/http-log/pom.xml +++ b/http-log/pom.xml @@ -22,13 +22,13 @@ <artifactId>camel-quarkus-examples-http-log</artifactId> <groupId>org.apache.camel.quarkus.examples</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <name>Camel Quarkus :: Examples :: HTTP Log</name> <description>Camel Quarkus Example :: HTTP to Log</description> <properties> - <camel-quarkus.version>1.3.0</camel-quarkus.version> + <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.9.0.Final</quarkus.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/observability/pom.xml b/observability/pom.xml index 0c5c670..d17e826 100644 --- a/observability/pom.xml +++ b/observability/pom.xml @@ -22,13 +22,13 @@ <artifactId>camel-quarkus-examples-observability</artifactId> <groupId>org.apache.camel.quarkus.examples</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <name>Camel Quarkus :: Examples :: Observability</name> <description>Camel Quarkus Example :: Observability</description> <properties> - <camel-quarkus.version>1.3.0</camel-quarkus.version> + <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.9.0.Final</quarkus.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/rest-json/pom.xml b/rest-json/pom.xml index f2ad08c..06fecb3 100644 --- a/rest-json/pom.xml +++ b/rest-json/pom.xml @@ -22,13 +22,13 @@ <artifactId>camel-quarkus-examples-rest-json</artifactId> <groupId>org.apache.camel.quarkus.examples</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <name>Camel Quarkus :: Examples :: Rest Json</name> <description>Camel Quarkus Example :: Rest Json</description> <properties> - <camel-quarkus.version>1.3.0</camel-quarkus.version> + <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.9.0.Final</quarkus.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/timer-log-cdi/pom.xml b/timer-log-cdi/pom.xml index dd657aa..4b4d991 100644 --- a/timer-log-cdi/pom.xml +++ b/timer-log-cdi/pom.xml @@ -22,13 +22,13 @@ <artifactId>camel-quarkus-examples-timer-log-cdi</artifactId> <groupId>org.apache.camel.quarkus.examples</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <name>Camel Quarkus :: Examples :: Timer Log CDI</name> <description>Camel Quarkus Example :: Timer to Log CDI</description> <properties> - <camel-quarkus.version>1.3.0</camel-quarkus.version> + <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.9.0.Final</quarkus.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/timer-log-kotlin/pom.xml b/timer-log-kotlin/pom.xml index 3eb2d18..687b54b 100644 --- a/timer-log-kotlin/pom.xml +++ b/timer-log-kotlin/pom.xml @@ -22,13 +22,13 @@ <artifactId>camel-quarkus-examples-timer-log-kotlin</artifactId> <groupId>org.apache.camel.quarkus.examples</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <name>Camel Quarkus :: Examples :: Timer Log Kotlin</name> <description>Camel Quarkus Example :: Timer to Log Kotlin</description> <properties> - <camel-quarkus.version>1.3.0</camel-quarkus.version> + <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.9.0.Final</quarkus.version> <kotlin.version>1.3.72</kotlin.version> diff --git a/timer-log-main/pom.xml b/timer-log-main/pom.xml index 6f338bc..11619f6 100644 --- a/timer-log-main/pom.xml +++ b/timer-log-main/pom.xml @@ -22,13 +22,13 @@ <artifactId>camel-quarkus-examples-timer-log-main</artifactId> <groupId>org.apache.camel.quarkus.examples</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <name>Camel Quarkus :: Examples :: Timer Log Main</name> <description>Camel Quarkus Example :: Timer to Log Main</description> <properties> - <camel-quarkus.version>1.3.0</camel-quarkus.version> + <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.9.0.Final</quarkus.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/timer-log-spring/pom.xml b/timer-log-spring/pom.xml index 1e82996..31aac8d 100644 --- a/timer-log-spring/pom.xml +++ b/timer-log-spring/pom.xml @@ -22,13 +22,13 @@ <artifactId>camel-quarkus-examples-timer-log-spring</artifactId> <groupId>org.apache.camel.quarkus.examples</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <name>Camel Quarkus :: Examples :: Timer Log Spring</name> <description>Camel Quarkus Example :: Timer to Log Spring</description> <properties> - <camel-quarkus.version>1.3.0</camel-quarkus.version> + <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.9.0.Final</quarkus.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/timer-log-xml/pom.xml b/timer-log-xml/pom.xml index f496252..b4a403d 100644 --- a/timer-log-xml/pom.xml +++ b/timer-log-xml/pom.xml @@ -22,13 +22,13 @@ <artifactId>camel-quarkus-examples-timer-log-xml</artifactId> <groupId>org.apache.camel.quarkus.examples</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <name>Camel Quarkus :: Examples :: Timer Log XML</name> <description>Camel Quarkus Example :: Timer to Log XML</description> <properties> - <camel-quarkus.version>1.3.0</camel-quarkus.version> + <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.9.0.Final</quarkus.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/timer-log/pom.xml b/timer-log/pom.xml index 829c9d8..1f426c7 100644 --- a/timer-log/pom.xml +++ b/timer-log/pom.xml @@ -22,13 +22,13 @@ <artifactId>camel-quarkus-examples-timer-log</artifactId> <groupId>org.apache.camel.quarkus.examples</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <name>Camel Quarkus :: Examples :: Timer Log</name> <description>Camel Quarkus Example :: Timer to Log</description> <properties> - <camel-quarkus.version>1.3.0</camel-quarkus.version> + <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.9.0.Final</quarkus.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>