This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/causeway.git
commit dfff1558400bbbee599c1b56eb3e71818dda13af Author: Dan Haywood <[email protected]> AuthorDate: Wed Apr 9 00:30:08 2025 +0100 updates BASELINE for 3.3.0 --- .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 1bfc097b4a8..6931e026222 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: 3.2.0 + BASELINE: 3.3.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 8f91d3efd56..4293c93313a 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: 3.2.0 + BASELINE: 3.3.0 PROJECT_ROOT_PATH: ${{ github.workspace }} CI_SCRIPTS_PATH: ${{ github.workspace }}/scripts/ci ANTORA_PLAYBOOKS_PATH: ${{ github.workspace }}/antora/playbooks
