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 08ed2c2be17459abf141d2eacc9d87594d59c92f Author: Dan Haywood <[email protected]> AuthorDate: Tue Jul 8 17:18:19 2025 +0100 bumps BASELINE to 3.5.0-SNAPSHOT --- .github/workflows/ci-build-site-no-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build-site-no-push.yml b/.github/workflows/ci-build-site-no-push.yml index 3959abae07e..1b18be3b591 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.4.0 + BASELINE: 3.5.0-SNAPSHOT PROJECT_ROOT_PATH: ${{ github.workspace }} CI_SCRIPTS_PATH: ${{ github.workspace }}/scripts/ci ANTORA_PLAYBOOKS_PATH: ${{ github.workspace }}/antora/playbooks
