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
The following commit(s) were added to refs/heads/v3 by this push:
new e2921df9588 bumps baseline version in github builds
e2921df9588 is described below
commit e2921df958835a6f93f8bef82524f878fc0f085a
Author: Dan Haywood <[email protected]>
AuthorDate: Sun Jan 5 10:44:38 2025 +0000
bumps baseline version in github builds
---
.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 18ff788660d..4c7cc90a1f3 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.1.0
+ BASELINE: 3.2.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 ac212fe68c3..0b9a09c5569 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.1.0
+ BASELINE: 3.2.0
PROJECT_ROOT_PATH: ${{ github.workspace }}
CI_SCRIPTS_PATH: ${{ github.workspace }}/scripts/ci
ANTORA_PLAYBOOKS_PATH: ${{ github.workspace }}/antora/playbooks