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

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

commit 2928c9f661492378bd167e1b80387c3ead91e9ee
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Mon Jan 18 19:09:04 2021 +0000

    Upgrade to Camel Quarkus 1.7.0-SNAPSHOT
---
 file-split-log-xml/pom.xml | 4 ++--
 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      | 4 ++--
 timer-log/pom.xml          | 4 ++--
 11 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml
index dccd0e0..45aefaf 100644
--- a/file-split-log-xml/pom.xml
+++ b/file-split-log-xml/pom.xml
@@ -22,13 +22,13 @@
 
     <artifactId>camel-quarkus-examples-file-log-xml</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: File To Log XML DSL</name>
     <description>Camel Quarkus Example :: File To Log XML DSL</description>
 
     <properties>
-        <camel-quarkus.version>1.6.0</camel-quarkus.version>
+        <camel-quarkus.version>1.7.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.11.0.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/health/pom.xml b/health/pom.xml
index 0199aae..a686155 100644
--- a/health/pom.xml
+++ b/health/pom.xml
@@ -22,13 +22,13 @@
 
     <artifactId>camel-quarkus-examples-health</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Health</name>
     <description>Camel Quarkus Example :: Health Check</description>
 
     <properties>
-        <camel-quarkus.version>1.6.0</camel-quarkus.version>
+        <camel-quarkus.version>1.7.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.11.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 b2d38d9..79a8621 100644
--- a/http-log/pom.xml
+++ b/http-log/pom.xml
@@ -22,13 +22,13 @@
 
     <artifactId>camel-quarkus-examples-http-log</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: HTTP Log</name>
     <description>Camel Quarkus Example :: HTTP to Log</description>
 
     <properties>
-        <camel-quarkus.version>1.6.0</camel-quarkus.version>
+        <camel-quarkus.version>1.7.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.11.0.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/observability/pom.xml b/observability/pom.xml
index 913f571..f6b9dd6 100644
--- a/observability/pom.xml
+++ b/observability/pom.xml
@@ -22,13 +22,13 @@
 
     <artifactId>camel-quarkus-examples-observability</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Observability</name>
     <description>Camel Quarkus Example :: Observability</description>
 
     <properties>
-        <camel-quarkus.version>1.6.0</camel-quarkus.version>
+        <camel-quarkus.version>1.7.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.11.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 2d5d9af..343eee2 100644
--- a/rest-json/pom.xml
+++ b/rest-json/pom.xml
@@ -22,13 +22,13 @@
 
     <artifactId>camel-quarkus-examples-rest-json</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Rest Json</name>
     <description>Camel Quarkus Example :: Rest Json</description>
 
     <properties>
-        <camel-quarkus.version>1.6.0</camel-quarkus.version>
+        <camel-quarkus.version>1.7.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.11.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 deed158..d6cc98e 100644
--- a/timer-log-cdi/pom.xml
+++ b/timer-log-cdi/pom.xml
@@ -22,13 +22,13 @@
 
     <artifactId>camel-quarkus-examples-timer-log-cdi</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Timer Log CDI</name>
     <description>Camel Quarkus Example :: Timer to Log CDI</description>
 
     <properties>
-        <camel-quarkus.version>1.6.0</camel-quarkus.version>
+        <camel-quarkus.version>1.7.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.11.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 b0e7e08..d6fdc2d 100644
--- a/timer-log-kotlin/pom.xml
+++ b/timer-log-kotlin/pom.xml
@@ -22,13 +22,13 @@
 
     <artifactId>camel-quarkus-examples-timer-log-kotlin</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Timer Log Kotlin</name>
     <description>Camel Quarkus Example :: Timer to Log Kotlin</description>
 
     <properties>
-        <camel-quarkus.version>1.6.0</camel-quarkus.version>
+        <camel-quarkus.version>1.7.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.11.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 af6751b..32858ef 100644
--- a/timer-log-main/pom.xml
+++ b/timer-log-main/pom.xml
@@ -22,13 +22,13 @@
 
     <artifactId>camel-quarkus-examples-timer-log-main</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Timer Log Main</name>
     <description>Camel Quarkus Example :: Timer to Log Main</description>
 
     <properties>
-        <camel-quarkus.version>1.6.0</camel-quarkus.version>
+        <camel-quarkus.version>1.7.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.11.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 f87f8d5..ab296de 100644
--- a/timer-log-spring/pom.xml
+++ b/timer-log-spring/pom.xml
@@ -22,13 +22,13 @@
 
     <artifactId>camel-quarkus-examples-timer-log-spring</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Timer Log Spring</name>
     <description>Camel Quarkus Example :: Timer to Log Spring</description>
 
     <properties>
-        <camel-quarkus.version>1.6.0</camel-quarkus.version>
+        <camel-quarkus.version>1.7.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.11.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 6f5078f..4609721 100644
--- a/timer-log-xml/pom.xml
+++ b/timer-log-xml/pom.xml
@@ -22,13 +22,13 @@
 
     <artifactId>camel-quarkus-examples-timer-log-xml</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Timer Log XML</name>
     <description>Camel Quarkus Example :: Timer to Log XML</description>
 
     <properties>
-        <camel-quarkus.version>1.6.0</camel-quarkus.version>
+        <camel-quarkus.version>1.7.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.11.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 aecc2c1..0793c83 100644
--- a/timer-log/pom.xml
+++ b/timer-log/pom.xml
@@ -22,13 +22,13 @@
 
     <artifactId>camel-quarkus-examples-timer-log</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Timer Log</name>
     <description>Camel Quarkus Example :: Timer to Log</description>
 
     <properties>
-        <camel-quarkus.version>1.6.0</camel-quarkus.version>
+        <camel-quarkus.version>1.7.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.11.0.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Reply via email to