You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2021/04/06 20:13:21 UTC

[camel-quarkus-examples] branch master updated: Upgrade to Camel Quarkus 1.8.1

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b4953b  Upgrade to Camel Quarkus 1.8.1
8b4953b is described below

commit 8b4953b956de413ab4f63e63e0e434c49c730d22
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Tue Apr 6 21:46:43 2021 +0200

    Upgrade to Camel Quarkus 1.8.1
---
 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..a022b00 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.8.1</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 4ef6b56..9a9ae8e 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.8.1</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 fabac6c..f1d4430 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.8.1</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 ad6a1cc..69ee7ac 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.8.1</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 6d1f031..8dee906 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.8.1</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 25b5065..f3f6fd0 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.8.1</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..c41d758 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.8.1</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 e88e76f..35be781 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.8.1</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 4277066..d32273d 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.8.1</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 e31bbbc..2a6dafb 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.8.1</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 4bbe37e..b88977a 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.8.1</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 a9a1aaa..ee5a57c 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.8.1</camel-quarkus.version>
         <quarkus.version>1.13.0.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>