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/isis.git
commit 1ac9ca6fcdebcbd1f10d00325c0c6f064ff912cd Author: Dan Haywood <[email protected]> AuthorDate: Tue Oct 18 14:18:43 2022 +0100 bumps BASELINE --- .github/workflows/ci-build-artifacts-no-push-maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml b/.github/workflows/ci-build-artifacts-no-push-maven.yml index c746bb9a5c..9b5a3d5a0b 100644 --- a/.github/workflows/ci-build-artifacts-no-push-maven.yml +++ b/.github/workflows/ci-build-artifacts-no-push-maven.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest env: # to be shared among all steps of this job - BASELINE: 2.0.0-M8 + BASELINE: 2.0.0-M9 PROJECT_ROOT_PATH: ${{ github.workspace }} CI_SCRIPTS_PATH: ${{ github.workspace }}/scripts/ci
