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 2020/07/01 11:47:47 UTC

[camel-quarkus] branch quarkus-master updated (5846845 -> 1bbbadc)

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

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


 discard 5846845  Temporarily build against Quarkus 1.6 branch
     new 1bbbadc  Temporarily build against Quarkus 1.6 branch

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   (5846845)
            \
             N -- N -- N   refs/heads/quarkus-master (1bbbadc)

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[camel-quarkus] 01/01: Temporarily build against Quarkus 1.6 branch

Posted by pp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1bbbadcd3aba544061163615ef12093c09d02d79
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Jul 1 13:43:36 2020 +0200

    Temporarily build against Quarkus 1.6 branch
---
 .github/workflows/ci-build.yaml            | 2 +-
 .github/workflows/quarkus-master-cron.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 487cbd7..ade9508 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -80,7 +80,7 @@ jobs:
       - name: Build Quarkus
         if: github.ref == 'refs/heads/quarkus-master' || github.base_ref == 'quarkus-master'
         run: |
-          git clone --depth 1 --branch master https://github.com/quarkusio/quarkus.git \
+          git clone --depth 1 --branch 1.6 https://github.com/quarkusio/quarkus.git \
             && cd quarkus \
             && echo "Current Quarkus commit:" $(git rev-parse HEAD) \
             && ./mvnw -B clean install -DskipTests -DskipITs
diff --git a/.github/workflows/quarkus-master-cron.yaml b/.github/workflows/quarkus-master-cron.yaml
index 3d50ee0..8d029d6 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -67,7 +67,7 @@ jobs:
           version: '11'
       - name: Build Quarkus
         run: |
-          git clone --depth 1 --branch master https://github.com/quarkusio/quarkus.git \
+          git clone --depth 1 --branch 1.6 https://github.com/quarkusio/quarkus.git \
             && cd quarkus \
             && echo "Current Quarkus commit:" $(git rev-parse HEAD) \
             && ./mvnw -B -ntp clean install -DskipTests -DskipITs -Denforcer.skip -Dquarkus.build.skip -DskipDocs