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 f0e7cf829811caf7c60f1834e5469f3b216df5fc
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             | 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      | 2 +-
 timer-log/pom.xml          | 4 ++--
 12 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index a022b00..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.1</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 9a9ae8e..3592e65 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.1</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 f1d4430..7ab896d 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.1</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>
@@ -205,7 +205,7 @@
                     </execution>
                 </executions>
             </plugin>
-        
+
             <plugin>
                 <groupId>net.revelc.code.formatter</groupId>
                 <artifactId>formatter-maven-plugin</artifactId>
diff --git a/http-log/pom.xml b/http-log/pom.xml
index 69ee7ac..c627387 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.1</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>
@@ -210,7 +210,7 @@
                     </execution>
                 </executions>
             </plugin>
-        
+
             <plugin>
                 <groupId>net.revelc.code.formatter</groupId>
                 <artifactId>formatter-maven-plugin</artifactId>
diff --git a/observability/pom.xml b/observability/pom.xml
index 8dee906..dc051d4 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.1</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>
@@ -210,7 +210,7 @@
                     </execution>
                 </executions>
             </plugin>
-        
+
             <plugin>
                 <groupId>net.revelc.code.formatter</groupId>
                 <artifactId>formatter-maven-plugin</artifactId>
diff --git a/rest-json/pom.xml b/rest-json/pom.xml
index f3f6fd0..c675c46 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.1</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>
@@ -194,7 +194,7 @@
                     </execution>
                 </executions>
             </plugin>
-        
+
             <plugin>
                 <groupId>net.revelc.code.formatter</groupId>
                 <artifactId>formatter-maven-plugin</artifactId>
diff --git a/timer-log-cdi/pom.xml b/timer-log-cdi/pom.xml
index c41d758..6607b04 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.1</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>
@@ -198,7 +198,7 @@
                     </execution>
                 </executions>
             </plugin>
-        
+
             <plugin>
                 <groupId>net.revelc.code.formatter</groupId>
                 <artifactId>formatter-maven-plugin</artifactId>
diff --git a/timer-log-kotlin/pom.xml b/timer-log-kotlin/pom.xml
index 35be781..856869f 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.1</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>
 
@@ -244,7 +244,7 @@
                     </dependency>
                 </dependencies>
             </plugin>
-        
+
             <plugin>
                 <groupId>net.revelc.code.formatter</groupId>
                 <artifactId>formatter-maven-plugin</artifactId>
diff --git a/timer-log-main/pom.xml b/timer-log-main/pom.xml
index d32273d..6ea0351 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.1</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>
@@ -228,7 +228,7 @@
                     </execution>
                 </executions>
             </plugin>
-        
+
             <plugin>
                 <groupId>net.revelc.code.formatter</groupId>
                 <artifactId>formatter-maven-plugin</artifactId>
diff --git a/timer-log-spring/pom.xml b/timer-log-spring/pom.xml
index 2a6dafb..4aea458 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.1</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>
@@ -202,7 +202,7 @@
                     </execution>
                 </executions>
             </plugin>
-        
+
             <plugin>
                 <groupId>net.revelc.code.formatter</groupId>
                 <artifactId>formatter-maven-plugin</artifactId>
diff --git a/timer-log-xml/pom.xml b/timer-log-xml/pom.xml
index b88977a..1243e0d 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.1</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 ee5a57c..baca3e7 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.1</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>
@@ -198,7 +198,7 @@
                     </execution>
                 </executions>
             </plugin>
-        
+
             <plugin>
                 <groupId>net.revelc.code.formatter</groupId>
                 <artifactId>formatter-maven-plugin</artifactId>

Reply via email to