This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch v3 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 645621ccdcb94d716f5b77255602a3453c2b1667 Author: Dan Haywood <[email protected]> AuthorDate: Sun Jul 7 23:18:00 2024 +0100 updates BASELINE for CI --- .github/workflows/ci-build-artifacts-no-push-maven.yml | 2 +- .github/workflows/ci-build-site-no-push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml b/.github/workflows/ci-build-artifacts-no-push-maven.yml index df175942ec..0e3cc16305 100644 --- a/.github/workflows/ci-build-artifacts-no-push-maven.yml +++ b/.github/workflows/ci-build-artifacts-no-push-maven.yml @@ -33,7 +33,7 @@ jobs: env: # to be shared among all steps of this job BRANCH_NAME: ${{ github.head_ref || github.ref_name }} - BASELINE: 2.0.0 + BASELINE: 2.1.0 PROJECT_ROOT_PATH: ${{ github.workspace }} CI_SCRIPTS_PATH: ${{ github.workspace }}/scripts/ci diff --git a/.github/workflows/ci-build-site-no-push.yml b/.github/workflows/ci-build-site-no-push.yml index 03b2ce8bce..0bc982fe5b 100644 --- a/.github/workflows/ci-build-site-no-push.yml +++ b/.github/workflows/ci-build-site-no-push.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest env: # to be shared among all steps of this job - BASELINE: 2.0.0 + BASELINE: 2.1.0 PROJECT_ROOT_PATH: ${{ github.workspace }} CI_SCRIPTS_PATH: ${{ github.workspace }}/scripts/ci ANTORA_PLAYBOOKS_PATH: ${{ github.workspace }}/antora/playbooks
