We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866863c commit b08c2c3Copy full SHA for b08c2c3
.github/workflows/build-and-deploy-snapshot.yml
@@ -28,7 +28,7 @@ jobs:
28
/**/webflow-*-docs.zip::zip.type=docs
29
/**/webflow-*-dist.zip::zip.type=dist
30
/**/webflow-*-schema.zip::zip.type=schema
31
- build-name: 'spring-webflow-3.0.x'
+ build-name: 'spring-webflow-4.0.x'
32
folder: 'deployment-repository'
33
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
34
repository: 'libs-snapshot-local'
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: Release
2
on:
3
push:
4
tags:
5
- - v3.0.[0-9]+
+ - v4.0.[0-9]+
6
concurrency:
7
group: ${{ github.workflow }}-${{ github.ref }}
8
jobs:
gradle.properties
@@ -1,4 +1,4 @@
1
-version=3.0.2-SNAPSHOT
+version=4.0.0-SNAPSHOT
org.gradle.caching=true
springFrameworkVersion=6.0.23
0 commit comments