Prepare branch for early modularization work on 4.0

Issue: 46071
This commit is contained in:
Andy Wilkinson 2025-01-28 15:35:02 +00:00 committed by Phillip Webb
parent b6b570ebeb
commit dead6d00d5
4 changed files with 5 additions and 16 deletions

View File

@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- 'main'
- 4.0.x-restructure
permissions:
contents: read
concurrency:
@ -30,7 +30,7 @@ jobs:
- name: Deploy
uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
with:
build-name: ${{ vars.COMMERCIAL && format('spring-boot-commercial-{0}', '4.0.x') || format('spring-boot-{0}', '4.0.x') }}
build-name: ${{ vars.COMMERCIAL && format('spring-boot-commercial-{0}', '4.0.x-restructure') || format('spring-boot-{0}', '4.0.x-restructure') }}
folder: 'deployment-repository'
password: ${{ vars.COMMERCIAL && secrets.COMMERCIAL_ARTIFACTORY_PASSWORD || secrets.ARTIFACTORY_PASSWORD }}
project: ${{ vars.COMMERCIAL && 'spring' }}
@ -49,17 +49,6 @@ jobs:
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
outputs:
version: ${{ steps.build-and-publish.outputs.version }}
trigger-docs-build:
name: Trigger Docs Build
needs: build-and-deploy-snapshot
permissions:
actions: write
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
steps:
- name: Run Deploy Docs Workflow
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh workflow run deploy-docs.yml --repo ${{ github.repository }} -r docs-build -f build-refname=${{ github.ref_name }} -f build-version=${{ needs.build-and-deploy-snapshot.outputs.version }}
verify:
name: Verify
needs: build-and-deploy-snapshot

View File

@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- 'main'
- 4.0.x-restructure
permissions:
contents: read
jobs:

View File

@ -2,7 +2,7 @@ name: Run System Tests
on:
push:
branches:
- 'main'
- 4.0.x-restructure
permissions:
contents: read
jobs:

View File

@ -1,4 +1,4 @@
version=4.0.0-SNAPSHOT
version=4.0.0-restructure-SNAPSHOT
latestVersion=true
spring.build-type=oss