From e1b16c228641f44be4bdff7d6b7a7fa7b5cad543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 19 Dec 2025 10:11:15 +0100 Subject: [PATCH] Prepare the 4.0.x branch --- .github/workflows/build-and-deploy-snapshot.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/run-system-tests.yml | 2 +- .github/workflows/trigger-docs-build.yml | 2 +- README.adoc | 2 +- gradle.properties | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-deploy-snapshot.yml b/.github/workflows/build-and-deploy-snapshot.yml index 61da3998f77..3c71b7377f5 100644 --- a/.github/workflows/build-and-deploy-snapshot.yml +++ b/.github/workflows/build-and-deploy-snapshot.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: push: branches: - - 'main' + - '4.0.x' permissions: contents: read concurrency: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 172284667e3..9c7c6e27f14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: branches: - - 'main' + - '4.0.x' permissions: contents: read jobs: diff --git a/.github/workflows/run-system-tests.yml b/.github/workflows/run-system-tests.yml index 9dcf62d7f31..eed88880c30 100644 --- a/.github/workflows/run-system-tests.yml +++ b/.github/workflows/run-system-tests.yml @@ -2,7 +2,7 @@ name: Run System Tests on: push: branches: - - 'main' + - '4.0.x' permissions: contents: read jobs: diff --git a/.github/workflows/trigger-docs-build.yml b/.github/workflows/trigger-docs-build.yml index 60a6f6e044a..c663195a5dd 100644 --- a/.github/workflows/trigger-docs-build.yml +++ b/.github/workflows/trigger-docs-build.yml @@ -1,7 +1,7 @@ name: Trigger Docs Build on: push: - branches: 'main' + branches: '4.0.x' paths: [ 'antora/*' ] workflow_dispatch: inputs: diff --git a/README.adoc b/README.adoc index 7eb4dda1349..65c70c823d1 100755 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -= Spring Boot image:https://github.com/spring-projects/spring-boot/actions/workflows/build-and-deploy-snapshot.yml/badge.svg?branch=main["Build Status", link="https://github.com/spring-projects/spring-boot/actions/workflows/build-and-deploy-snapshot.yml?query=branch%3Amain"] image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Develocity", link="https://ge.spring.io/scans?&search.rootProjectNames=Spring%20Boot%20Build&search.rootProjectNames=spring-boot-build"] += Spring Boot image:https://github.com/spring-projects/spring-boot/actions/workflows/build-and-deploy-snapshot.yml/badge.svg?branch=4.0.x["Build Status", link="https://github.com/spring-projects/spring-boot/actions/workflows/build-and-deploy-snapshot.yml?query=branch%3A4.0.x"] image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Develocity", link="https://ge.spring.io/scans?&search.rootProjectNames=Spring%20Boot%20Build&search.rootProjectNames=spring-boot-build"] :docs: https://docs.spring.io/spring-boot :github: https://github.com/spring-projects/spring-boot diff --git a/gradle.properties b/gradle.properties index 5d6cfb71932..1854f951a8a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ version=4.0.2-SNAPSHOT -latestVersion=true +latestVersion=false spring.build-type=oss org.gradle.caching=true