Skip to content

Commit 2fcef05

Browse files
committed
Build 7.1.0-SNAPSHOT
1 parent 877825b commit 2fcef05

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-and-deploy-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
/**/framework-api-*.zip::zip.name=spring-framework,zip.deployed=false
2828
/**/framework-api-*-docs.zip::zip.type=docs
2929
/**/framework-api-*-schema.zip::zip.type=schema
30-
build-name: 'spring-framework-7.0.x'
30+
build-name: 'spring-framework-7.1.x'
3131
folder: 'deployment-repository'
3232
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
3333
repository: 'libs-snapshot-local'

.github/workflows/release-milestone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Release Milestone
22
on:
33
push:
44
tags:
5-
- v7.0.0-M[1-9]
6-
- v7.0.0-RC[1-9]
5+
- v7.1.0-M[1-9]
6+
- v7.1.0-RC[1-9]
77
concurrency:
88
group: ${{ github.workflow }}-${{ github.ref }}
99
jobs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
tags:
5-
- v7.0.[0-9]+
5+
- v7.1.[0-9]+
66
concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}
88
jobs:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=7.0.7-SNAPSHOT
1+
version=7.1.0-SNAPSHOT
22

33
org.gradle.caching=true
44
org.gradle.jvmargs=-Xmx2048m

0 commit comments

Comments
 (0)