This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch camel-quarkus-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit b533d9aa10e41c0b12aba6dd44aa0200e362632e Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Tue Feb 23 08:07:31 2021 +0100 Upgrade to Camel Quarkus 1.8.0-SNAPSHOT --- file-split-log-xml/pom.xml | 2 +- health/pom.xml | 2 +- http-log/pom.xml | 2 +- observability/pom.xml | 2 +- rest-json/pom.xml | 2 +- timer-log-cdi/pom.xml | 2 +- timer-log-kotlin/pom.xml | 2 +- timer-log-main/pom.xml | 2 +- timer-log-spring/pom.xml | 2 +- timer-log-xml/pom.xml | 2 +- timer-log/pom.xml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml index c1f210e..0592d92 100644 --- a/file-split-log-xml/pom.xml +++ b/file-split-log-xml/pom.xml @@ -28,7 +28,7 @@ <description>Camel Quarkus Example :: File To Log XML DSL</description> <properties> - <camel-quarkus.version>1.7.0</camel-quarkus.version> + <camel-quarkus.version>1.8.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.12.0.Final</quarkus.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/health/pom.xml b/health/pom.xml index b798a6d..3c1488e 100644 --- a/health/pom.xml +++ b/health/pom.xml @@ -28,7 +28,7 @@ <description>Camel Quarkus Example :: Health Check</description> <properties> - <camel-quarkus.version>1.7.0</camel-quarkus.version> + <camel-quarkus.version>1.8.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.12.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 7449d8d..433da9e 100644 --- a/http-log/pom.xml +++ b/http-log/pom.xml @@ -28,7 +28,7 @@ <description>Camel Quarkus Example :: HTTP to Log</description> <properties> - <camel-quarkus.version>1.7.0</camel-quarkus.version> + <camel-quarkus.version>1.8.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.12.0.Final</quarkus.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/observability/pom.xml b/observability/pom.xml index b3cb6fb..a9ed3fe 100644 --- a/observability/pom.xml +++ b/observability/pom.xml @@ -28,7 +28,7 @@ <description>Camel Quarkus Example :: Observability</description> <properties> - <camel-quarkus.version>1.7.0</camel-quarkus.version> + <camel-quarkus.version>1.8.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.12.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 5e786a7..082eeda 100644 --- a/rest-json/pom.xml +++ b/rest-json/pom.xml @@ -28,7 +28,7 @@ <description>Camel Quarkus Example :: Rest Json</description> <properties> - <camel-quarkus.version>1.7.0</camel-quarkus.version> + <camel-quarkus.version>1.8.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.12.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 93597f7..3d9272b 100644 --- a/timer-log-cdi/pom.xml +++ b/timer-log-cdi/pom.xml @@ -28,7 +28,7 @@ <description>Camel Quarkus Example :: Timer to Log CDI</description> <properties> - <camel-quarkus.version>1.7.0</camel-quarkus.version> + <camel-quarkus.version>1.8.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.12.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 ba01e3f..a76b1d7 100644 --- a/timer-log-kotlin/pom.xml +++ b/timer-log-kotlin/pom.xml @@ -28,7 +28,7 @@ <description>Camel Quarkus Example :: Timer to Log Kotlin</description> <properties> - <camel-quarkus.version>1.7.0</camel-quarkus.version> + <camel-quarkus.version>1.8.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.12.0.Final</quarkus.version> <kotlin.version>1.4.20</kotlin.version> diff --git a/timer-log-main/pom.xml b/timer-log-main/pom.xml index f105513..ae5e948 100644 --- a/timer-log-main/pom.xml +++ b/timer-log-main/pom.xml @@ -28,7 +28,7 @@ <description>Camel Quarkus Example :: Timer to Log Main</description> <properties> - <camel-quarkus.version>1.7.0</camel-quarkus.version> + <camel-quarkus.version>1.8.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.12.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 73d0e7e..9aeeb4d 100644 --- a/timer-log-spring/pom.xml +++ b/timer-log-spring/pom.xml @@ -28,7 +28,7 @@ <description>Camel Quarkus Example :: Timer to Log Spring</description> <properties> - <camel-quarkus.version>1.7.0</camel-quarkus.version> + <camel-quarkus.version>1.8.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.12.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 5da0a9d..9c7315e 100644 --- a/timer-log-xml/pom.xml +++ b/timer-log-xml/pom.xml @@ -28,7 +28,7 @@ <description>Camel Quarkus Example :: Timer to Log XML</description> <properties> - <camel-quarkus.version>1.7.0</camel-quarkus.version> + <camel-quarkus.version>1.8.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.12.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 489026a..61f14c9 100644 --- a/timer-log/pom.xml +++ b/timer-log/pom.xml @@ -28,7 +28,7 @@ <description>Camel Quarkus Example :: Timer to Log</description> <properties> - <camel-quarkus.version>1.7.0</camel-quarkus.version> + <camel-quarkus.version>1.8.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.12.0.Final</quarkus.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>