This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 28344e677565c6825be070c159188e1a504458db Author: Peter Palaga <[email protected]> AuthorDate: Sun Oct 11 10:53:32 2020 +0200 Upgrade to cq-maven-plugin 0.23.2, use the right directory for example pages --- .github/workflows/ci-build.yaml | 2 +- mvnw-for-each.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 2f01f93..6a1a859 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -71,7 +71,7 @@ jobs: license:check \ net.revelc.code.formatter:formatter-maven-plugin:validate \ net.revelc.code:impsort-maven-plugin:check \ - org.l2x6.cq:cq-maven-plugin:0.21.0:sync-example-properties + org.l2x6.cq:cq-maven-plugin:0.23.2:sync-example-properties - name: mvn clean verify -Pnative,docker run: | ./mvnw-for-each.sh ${MAVEN_ARGS} clean verify -Pnative,docker diff --git a/mvnw-for-each.sh b/mvnw-for-each.sh index 3f59104..e7c3519 100755 --- a/mvnw-for-each.sh +++ b/mvnw-for-each.sh @@ -15,4 +15,4 @@ do done cd "${pwd}" -./mvnw org.l2x6.cq:cq-maven-plugin:0.23.1:update-example-pages +./mvnw org.l2x6.cq:cq-maven-plugin:0.23.2:update-example-pages
