Update the build name now that we're working on 3.4

This commit is contained in:
Andy Wilkinson 2024-06-21 16:38:34 +01:00
parent 28a887ad0f
commit e722200876

View File

@ -27,7 +27,7 @@ jobs:
uri: 'https://repo.spring.io'
username: ${{ secrets.ARTIFACTORY_USERNAME }}
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
build-name: 'spring-boot-3.3.x'
build-name: 'spring-boot-3.4.x'
repository: 'libs-snapshot-local'
folder: 'deployment-repository'
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}