From e722200876cb721cc002f3a01f61049bbccd51c1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 21 Jun 2024 16:38:34 +0100 Subject: [PATCH] Update the build name now that we're working on 3.4 --- .github/workflows/build-and-deploy-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy-snapshot.yml b/.github/workflows/build-and-deploy-snapshot.yml index 5a6d4086ccb..0f5e3673fcc 100644 --- a/.github/workflows/build-and-deploy-snapshot.yml +++ b/.github/workflows/build-and-deploy-snapshot.yml @@ -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 }}