From 7af0ec09d3e07119d883604bc5342ac72c4f876f Mon Sep 17 00:00:00 2001 From: Luca Burgazzoli Date: Tue, 15 Dec 2020 07:16:19 +0100 Subject: [PATCH] Update to camel-quarkus 1.5.0 --- .github/workflows/ci-build-camel-master.yaml | 12 +++++----- pom.xml | 24 +++++++++++++++++--- 2 files changed, 27 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-build-camel-master.yaml b/.github/workflows/ci-build-camel-master.yaml index 467449db3..a377d2797 100644 --- a/.github/workflows/ci-build-camel-master.yaml +++ b/.github/workflows/ci-build-camel-master.yaml @@ -54,12 +54,12 @@ jobs: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 -# - name: Build camel (master) -# run: | -# git clone --depth 1 --branch master https://github.com/apache/camel.git \ -# && cd camel \ -# && echo "Current Camel commit:" $(git rev-parse HEAD) \ -# && ./mvnw ${MAVEN_ARGS} clean install -Pfastinstall + - name: Build camel (master) + run: | + git clone --depth 1 --branch master https://github.com/apache/camel.git \ + && cd camel \ + && echo "Current Camel commit:" $(git rev-parse HEAD) \ + && ./mvnw ${MAVEN_ARGS} clean install -Pfastinstall - name: Build camel-quarkus (camel-master) run: | git clone --depth 1 --branch camel-master https://github.com/apache/camel-quarkus.git \ diff --git a/pom.xml b/pom.xml index 57e7eda71..0d52376bb 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ 3.7.0 - 1.5.0-SNAPSHOT + 1.5.0 20.2.0 1.10.3.Final @@ -340,8 +340,17 @@ false https://repository.apache.org/content/repositories/orgapachecamel-1263 - default + + camel-quarkus-1.5.0 + + true + + + false + + https://repository.apache.org/content/repositories/orgapachecamel-1266 + apache.snapshots https://repository.apache.org/snapshots/ @@ -365,8 +374,17 @@ false https://repository.apache.org/content/repositories/orgapachecamel-1263 - default + + camel-quarkus-1.5.0 + + true + + + false + + https://repository.apache.org/content/repositories/orgapachecamel-1266 + apache.snapshots https://repository.apache.org/snapshots/