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/02/22 20:59:22 UTC

[camel-quarkus-examples] branch camel-quarkus-master updated (2928c9f -> 68460c8)

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

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


 discard 2928c9f  Upgrade to Camel Quarkus 1.7.0-SNAPSHOT
     add d2b84e3  Upgrade to Camel Quarkus 1.7.0
     new 68460c8  Upgrade to Camel Quarkus 1.8.0-SNAPSHOT

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2928c9f)
            \
             N -- N -- N   refs/heads/camel-quarkus-master (68460c8)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)


[camel-quarkus-examples] 01/01: Upgrade to Camel Quarkus 1.8.0-SNAPSHOT

Posted by pp...@apache.org.
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 68460c8ee33f93e512346857aa881b4ac4680c81
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Mon Feb 22 21:58:34 2021 +0100

    Upgrade to Camel Quarkus 1.8.0-SNAPSHOT
---
 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 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml
index f6e761e..cff440c 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.7.0</camel-quarkus.version>
+        <camel-quarkus.version>1.8.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 4045fad..fabe733 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.7.0</camel-quarkus.version>
+        <camel-quarkus.version>1.8.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 0d2a68c..3f4d7d5 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.7.0</camel-quarkus.version>
+        <camel-quarkus.version>1.8.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 788f2ca..9b01a2c 100644
--- a/observability/pom.xml
+++ b/observability/pom.xml
@@ -28,7 +28,7 @@
     <description>Camel Quarkus Example :: Observability</description>
 
     <properties>
-        <camel-quarkus.version>1.7.0</camel-quarkus.version>
+        <camel-quarkus.version>1.8.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 c30c252..e1b48d1 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.7.0</camel-quarkus.version>
+        <camel-quarkus.version>1.8.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 b73bfae..465048d 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.7.0</camel-quarkus.version>
+        <camel-quarkus.version>1.8.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 4215ee5..58cc388 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.7.0</camel-quarkus.version>
+        <camel-quarkus.version>1.8.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 2104272..3e9c3f2 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.7.0</camel-quarkus.version>
+        <camel-quarkus.version>1.8.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 5139e0b..17e8102 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.7.0</camel-quarkus.version>
+        <camel-quarkus.version>1.8.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 4f72c34..e7e409f 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.7.0</camel-quarkus.version>
+        <camel-quarkus.version>1.8.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 e1aab5b..c72909a 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.7.0</camel-quarkus.version>
+        <camel-quarkus.version>1.8.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.11.0.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>