Skip to content

Commit b08c2c3

Browse files
committed
Start working on Spring WebFlow 4.0.0 snapshots
1 parent 866863c commit b08c2c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
/**/webflow-*-docs.zip::zip.type=docs
2929
/**/webflow-*-dist.zip::zip.type=dist
3030
/**/webflow-*-schema.zip::zip.type=schema
31-
build-name: 'spring-webflow-3.0.x'
31+
build-name: 'spring-webflow-4.0.x'
3232
folder: 'deployment-repository'
3333
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
3434
repository: 'libs-snapshot-local'

.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-
- v3.0.[0-9]+
5+
- v4.0.[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=3.0.2-SNAPSHOT
1+
version=4.0.0-SNAPSHOT
22
org.gradle.caching=true
33

44
springFrameworkVersion=6.0.23

0 commit comments

Comments
 (0)