This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/causeway.git
commit a200af3050e254fc54be10947164634c2ca50af4 Author: danhaywood <[email protected]> AuthorDate: Tue Oct 10 06:57:17 2023 +0100 CAUSEWAY-3528 : bump BASELINE for CI builds --- .github/workflows/ci-build-artifacts-no-push-gradle.yml~ | 4 ++-- .github/workflows/ci-build-artifacts-no-push-maven.yml | 2 +- .github/workflows/ci-build-site-no-push.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-build-artifacts-no-push-gradle.yml~ b/.github/workflows/ci-build-artifacts-no-push-gradle.yml~ index bf4c940bc3..79341fa986 100644 --- a/.github/workflows/ci-build-artifacts-no-push-gradle.yml~ +++ b/.github/workflows/ci-build-artifacts-no-push-gradle.yml~ @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest env: # to be shared among all steps of this job - BASELINE: 2.0.0-M6 + BASELINE: 2.0.0-RC3 PROJECT_ROOT_PATH: ${{ github.workspace }} CI_SCRIPTS_PATH: ${{ github.workspace }}/scripts/ci @@ -95,4 +95,4 @@ jobs: # MATRIX_CONTEXT: ${{ toJson(matrix) }} # run: echo "$MATRIX_CONTEXT" - \ No newline at end of file + diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml b/.github/workflows/ci-build-artifacts-no-push-maven.yml index 5d5c47ece6..6f4d912a18 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-RC2 + BASELINE: 2.0.0-RC3 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 624e4194ca..ef343809bd 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-RC2 + BASELINE: 2.0.0-RC3 PROJECT_ROOT_PATH: ${{ github.workspace }} CI_SCRIPTS_PATH: ${{ github.workspace }}/scripts/ci ANTORA_PLAYBOOKS_PATH: ${{ github.workspace }}/antora/playbooks
