This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit 0ff4ba4b263ca80f0efe8bffce2c8ea9952332ae Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Tue May 25 10:59:29 2021 +0200 Adjust to use latest Camel Quarkus after they aligned w/ Camel 3.10 --- .github/workflows/ci-build-camel-main.yaml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build-camel-main.yaml b/.github/workflows/ci-build-camel-main.yaml index b9f74ef..0cb7ea2 100644 --- a/.github/workflows/ci-build-camel-main.yaml +++ b/.github/workflows/ci-build-camel-main.yaml @@ -70,7 +70,7 @@ jobs: # && ./mvnw ${MAVEN_ARGS} clean install -Pfastinstall - name: Build camel-quarkus (camel-main) run: | - git clone --depth 1 --branch camel-main https://github.com/apache/camel-quarkus.git \ + git clone --depth 1 --branch main https://github.com/apache/camel-quarkus.git \ && cd camel-quarkus \ && echo "Current Camel Quarkus commit:" $(git rev-parse HEAD) \ && ./mvnw ${MAVEN_ARGS} clean install -Dquickly -s $(pwd)/settings-camel-3.7.0.xml diff --git a/pom.xml b/pom.xml index 06f7e21..aca5496 100644 --- a/pom.xml +++ b/pom.xml @@ -41,9 +41,9 @@ <camel-version>3.10.0</camel-version> <!-- quarkus --> - <camel-quarkus-version>1.9.0-SNAPSHOT</camel-quarkus-version> + <camel-quarkus-version>2.0.0-M1-SNAPSHOT</camel-quarkus-version> <graalvm-version>21.0.0</graalvm-version> - <quarkus-version>2.0.0.Alpha2</quarkus-version> + <quarkus-version>2.0.0.Alpha3</quarkus-version> <!-- camel-k --> <groovy-version>3.0.7</groovy-version>
