This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch camel-quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 8c1ca686befc31c0fc4e894b76ab03ba1414129a Author: Peter Palaga <[email protected]> AuthorDate: Wed Jun 30 18:14:18 2021 +0200 Upgrade to Camel Quarkus 2.1.0 --- 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 cdea9c4..ccb0474 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>2.0.0</camel-quarkus.version> + <camel-quarkus.version>2.1.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>2.0.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 9eb3794..a33f8f4 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>2.0.0</camel-quarkus.version> + <camel-quarkus.version>2.1.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>2.0.0.Final</quarkus.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/health/pom.xml b/health/pom.xml index 0a4226a..1a66bcd 100644 --- a/health/pom.xml +++ b/health/pom.xml @@ -28,7 +28,7 @@ <description>Camel Quarkus Example :: Health Check</description> <properties> - <camel-quarkus.version>2.0.0</camel-quarkus.version> + <camel-quarkus.version>2.1.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>2.0.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 a13672c..62ce9bb 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>2.0.0</camel-quarkus.version> + <camel-quarkus.version>2.1.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>2.0.0.Final</quarkus.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/observability/pom.xml b/observability/pom.xml index a8b5c7b..38a3382 100644 --- a/observability/pom.xml +++ b/observability/pom.xml @@ -28,7 +28,7 @@ <description>Camel Quarkus Example :: Observability</description> <properties> - <camel-quarkus.version>2.0.0</camel-quarkus.version> + <camel-quarkus.version>2.1.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>2.0.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 4dec938..b3e6875 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>2.0.0</camel-quarkus.version> + <camel-quarkus.version>2.1.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>2.0.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 6c4f418..ffb9403 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>2.0.0</camel-quarkus.version> + <camel-quarkus.version>2.1.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>2.0.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 c697c9a..e4897e1 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>2.0.0</camel-quarkus.version> + <camel-quarkus.version>2.1.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>2.0.0.Final</quarkus.version> <kotlin.version>1.4.32</kotlin.version> diff --git a/timer-log-main/pom.xml b/timer-log-main/pom.xml index 12a1ebd..197df5f 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>2.0.0</camel-quarkus.version> + <camel-quarkus.version>2.1.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>2.0.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 f371a0b..ce56e92 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>2.0.0</camel-quarkus.version> + <camel-quarkus.version>2.1.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>2.0.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 ed43462..30cedf6 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>2.0.0</camel-quarkus.version> + <camel-quarkus.version>2.1.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>2.0.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 af29749..e4d895d 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>2.0.0</camel-quarkus.version> + <camel-quarkus.version>2.1.0-SNAPSHOT</camel-quarkus.version> <quarkus.version>2.0.0.Final</quarkus.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
