This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/main by this push:
     new 1aefca4f832 CAUSEWAY-2445: 'main' is at the tip (CI)
1aefca4f832 is described below

commit 1aefca4f832be989aa6f25ee5d84c5dfe03f33c4
Author: a.huber <[email protected]>
AuthorDate: Sun Oct 12 11:17:27 2025 +0200

    CAUSEWAY-2445: 'main' is at the tip (CI)
---
 .github/dependabot.yml                                 | 4 ++--
 .github/workflows/ci-build-artifacts-no-push-maven.yml | 8 ++++----
 .github/workflows/ci-build-site-no-push.yml            | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 4299aa57b53..7a1bffc8c65 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -15,7 +15,7 @@ updates:
 
   # Maintain dependencies for Maven (v3 branch)
   - package-ecosystem: "maven"
-    target-branch: "main"
+    target-branch: "v3"
     directory: "/" # Location of package manifests
     schedule:
       interval: "weekly"
@@ -28,7 +28,7 @@ updates:
 
   # Maintain dependencies for Maven (v4 branch)
   - package-ecosystem: "maven"
-    target-branch: "v4"
+    target-branch: "main"
     directory: "/" # Location of package manifests
     schedule:
       interval: "weekly"
diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml 
b/.github/workflows/ci-build-artifacts-no-push-maven.yml
index 2a459b38a4b..2d2e5678c43 100644
--- a/.github/workflows/ci-build-artifacts-no-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-no-push-maven.yml
@@ -4,11 +4,11 @@ on:
   push:
     branches:
       - main
-      - v4
+      - v3
   pull_request:
     branches:
       - main
-      - v4
+      - v3
 
 jobs:
   # This is a matrix build {'java', 'javascript'},
@@ -64,12 +64,12 @@ jobs:
         java-version: 25
 
     - name: Set up Maven (3.9.11)
-      if: matrix.language == 'java' && env.BRANCH_NAME == 'main'
+      if: matrix.language == 'java' && env.BRANCH_NAME == 'v3'
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 3.9.11
     - name: Set up Maven (4.0.0-rc-4)
-      if: matrix.language == 'java' && env.BRANCH_NAME == 'v4'
+      if: matrix.language == 'java' && env.BRANCH_NAME == 'main'
       uses: stCarolas/setup-maven@v5
       with:
         maven-version: 4.0.0-rc-4
diff --git a/.github/workflows/ci-build-site-no-push.yml 
b/.github/workflows/ci-build-site-no-push.yml
index 266cf50eeed..5d77df2696e 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.5.0-SNAPSHOT
+      BASELINE: 4.0.0-SNAPSHOT
       PROJECT_ROOT_PATH: ${{ github.workspace }}
       CI_SCRIPTS_PATH: ${{ github.workspace }}/scripts/ci
       ANTORA_PLAYBOOKS_PATH: ${{ github.workspace }}/antora/playbooks
@@ -32,11 +32,11 @@ jobs:
     steps:
     - uses: actions/checkout@v5
 
-    - name: Set up JDK 24
+    - name: Set up JDK 25
       uses: actions/setup-java@v5
       with:
         distribution: 'zulu'
-        java-version: 24
+        java-version: 25
 
     - name: Setup Script Environment
       shell: bash

Reply via email to