This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new 10bf400 o# This is a combination of 2 commits. 10bf400 is described below commit 10bf4004d5211d1f73b9e26e5881ad0b243e5e41 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Wed Aug 4 13:52:38 2021 +0100 o# This is a combination of 2 commits. Run cq:sync-versions in the CI build to verify properties are in sync --- .github/workflows/ci-build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index a9a52d8..3604a0d 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -89,6 +89,9 @@ jobs: - name: mvn clean install -DskipTests run: | eval ./mvnw ${MAVEN_ARGS} ${BRANCH_OPTIONS} clean install -DskipTests -Dquarkus.build.skip -Dskip.installyarn -Dskip.yarn + - name: Sync Maven properties + run: | + ./mvnw cq:sync-versions ${MAVEN_ARGS} -N - name: Fail if there are uncommitted changes shell: bash run: |