You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/10/21 10:08:56 UTC

[camel-quarkus-examples] branch camel-quarkus-master updated (1e03a1d -> 0584bb5)

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

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


 discard 1e03a1d  Next is 1.4.0-SNAPSHOT
     add 510351c  Prevent mvnw-for-each script acting on camel-quarkus main project
     new 0584bb5  Next is 1.4.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   (1e03a1d)
            \
             N -- N -- N   refs/heads/camel-quarkus-master (0584bb5)

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:
 .github/workflows/ci-build.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[camel-quarkus-examples] 01/01: Next is 1.4.0-SNAPSHOT

Posted by ja...@apache.org.
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 0584bb51a822a5b640cf91932d17de2bc1b4e1ef
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Oct 21 09:55:47 2020 +0100

    Next is 1.4.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 05a317f..2648f53 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.3.0-SNAPSHOT</version>
+    <version>1.4.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.3.0</camel-quarkus.version>
+        <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.9.0.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/health/pom.xml b/health/pom.xml
index d4ad7f0..b3c616d 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.3.0-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Health</name>
     <description>Camel Quarkus Example :: Health Check</description>
 
     <properties>
-        <camel-quarkus.version>1.3.0</camel-quarkus.version>
+        <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.9.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 876b140..7111897 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.3.0-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: HTTP Log</name>
     <description>Camel Quarkus Example :: HTTP to Log</description>
 
     <properties>
-        <camel-quarkus.version>1.3.0</camel-quarkus.version>
+        <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.9.0.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/observability/pom.xml b/observability/pom.xml
index 0c5c670..d17e826 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.3.0-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Observability</name>
     <description>Camel Quarkus Example :: Observability</description>
 
     <properties>
-        <camel-quarkus.version>1.3.0</camel-quarkus.version>
+        <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.9.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 f2ad08c..06fecb3 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.3.0-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Rest Json</name>
     <description>Camel Quarkus Example :: Rest Json</description>
 
     <properties>
-        <camel-quarkus.version>1.3.0</camel-quarkus.version>
+        <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.9.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 dd657aa..4b4d991 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.3.0-SNAPSHOT</version>
+    <version>1.4.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.3.0</camel-quarkus.version>
+        <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.9.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 3eb2d18..687b54b 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.3.0-SNAPSHOT</version>
+    <version>1.4.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.3.0</camel-quarkus.version>
+        <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.9.0.Final</quarkus.version>
         <kotlin.version>1.3.72</kotlin.version>
 
diff --git a/timer-log-main/pom.xml b/timer-log-main/pom.xml
index 6f338bc..11619f6 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.3.0-SNAPSHOT</version>
+    <version>1.4.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.3.0</camel-quarkus.version>
+        <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.9.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 1e82996..31aac8d 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.3.0-SNAPSHOT</version>
+    <version>1.4.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.3.0</camel-quarkus.version>
+        <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.9.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 f496252..b4a403d 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.3.0-SNAPSHOT</version>
+    <version>1.4.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.3.0</camel-quarkus.version>
+        <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.9.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 829c9d8..1f426c7 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.3.0-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Timer Log</name>
     <description>Camel Quarkus Example :: Timer to Log</description>
 
     <properties>
-        <camel-quarkus.version>1.3.0</camel-quarkus.version>
+        <camel-quarkus.version>1.4.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.9.0.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>