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 453c4b804d8924398669f60d536f2052524ccaa7 Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Mon Mar 29 22:59:45 2021 +0200 Upgrade to Camel Quarkus 1.9.0-SNAPSHOT --- file-bindy-ftp/pom.xml | 2 +- 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 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml index 041b929..fd379fb 100644 --- a/file-bindy-ftp/pom.xml +++ b/file-bindy-ftp/pom.xml @@ -28,7 +28,7 @@ <description>Camel Quarkus Example :: File Bindy FTP</description> <properties> - <camel-quarkus.version>1.8.0</camel-quarkus.version> + <camel-quarkus.version>1.9.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.13.0.Final</quarkus.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml index 463a1c4..d38b88b 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.8.0</camel-quarkus.version> + <camel-quarkus.version>1.9.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.13.0.Final</quarkus.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/health/pom.xml b/health/pom.xml index f3f463e..64e40df 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.8.0</camel-quarkus.version> + <camel-quarkus.version>1.9.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.13.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 8060450..440bf23 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.8.0</camel-quarkus.version> + <camel-quarkus.version>1.9.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.13.0.Final</quarkus.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/observability/pom.xml b/observability/pom.xml index dda4cf1..05fb416 100644 --- a/observability/pom.xml +++ b/observability/pom.xml @@ -28,7 +28,7 @@ <description>Camel Quarkus Example :: Observability</description> <properties> - <camel-quarkus.version>1.8.0</camel-quarkus.version> + <camel-quarkus.version>1.9.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.13.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 8582918..36c0051 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.8.0</camel-quarkus.version> + <camel-quarkus.version>1.9.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.13.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 c691d64..5b0b30c 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.8.0</camel-quarkus.version> + <camel-quarkus.version>1.9.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.13.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 4759c7a..72c5197 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.8.0</camel-quarkus.version> + <camel-quarkus.version>1.9.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.13.0.Final</quarkus.version> <kotlin.version>1.4.31</kotlin.version> diff --git a/timer-log-main/pom.xml b/timer-log-main/pom.xml index c36e673..9c61a2d 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.8.0</camel-quarkus.version> + <camel-quarkus.version>1.9.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.13.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 a931950..1f0031e 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.8.0</camel-quarkus.version> + <camel-quarkus.version>1.9.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.13.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 f38f585..79f4c1b 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.8.0</camel-quarkus.version> + <camel-quarkus.version>1.9.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.13.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 913b286..2501c57 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.8.0</camel-quarkus.version> + <camel-quarkus.version>1.9.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>1.13.0.Final</quarkus.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>