Start development of Spring Boot 4.2.x

This commit is contained in:
Stéphane Nicoll
2026-07-15 10:30:43 +02:00
parent 493315f8cf
commit 6d28fc10f9
15 changed files with 116 additions and 16 deletions
@@ -30,7 +30,7 @@ jobs:
- name: Deploy
uses: spring-io/artifactory-deploy-action@926d7f7cc810569395346bf3a4d91b380b3e355b # v0.0.4
with:
build-name: ${{ vars.COMMERCIAL && format('spring-boot-commercial-{0}', '4.1.x') || format('spring-boot-{0}', '4.1.x') }}
build-name: ${{ vars.COMMERCIAL && format('spring-boot-commercial-{0}', '4.2.x') || format('spring-boot-{0}', '4.2.x') }}
folder: 'deployment-repository'
password: ${{ vars.COMMERCIAL && secrets.COMMERCIAL_ARTIFACTORY_PASSWORD || secrets.ARTIFACTORY_PASSWORD }}
project: ${{ vars.COMMERCIAL && 'spring' }}
+2 -2
View File
@@ -2,8 +2,8 @@ name: Release Milestone
on:
push:
tags:
- v4.1.0-M[0-9]
- v4.1.0-RC[0-9]
- v4.2.0-M[0-9]
- v4.2.0-RC[0-9]
permissions:
contents: read
concurrency:
+1 -1
View File
@@ -2,7 +2,7 @@ name: Release
on:
push:
tags:
- v4.1.[0-9]+
- v4.2.[0-9]+
permissions:
contents: read
concurrency: