Skip to content

Commit d07c091

Browse files
committed
Start working on Spring Web Services 5.0
1 parent e0ea904 commit d07c091

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
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
artifact-properties: |
2727
/**/spring-ws-docs-*.zip::zip.type=docs,zip.name=spring-ws,zip.deployed=false
28-
build-name: 'spring-ws-4.1.x'
28+
build-name: 'spring-ws-5.0.x'
2929
folder: 'deployment-repository'
3030
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
3131
repository: 'libs-snapshot-local'

git/hooks/prepare-forward-merge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require 'net/http'
44
require 'yaml'
55
require 'logger'
66

7-
$main_branch = "4.1.x"
7+
$main_branch = "5.0.x"
88

99
$log = Logger.new(STDOUT)
1010
$log.level = Logger::WARN

gradle.properties

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

33
org.gradle.caching=true
44
org.gradle.parallel=true

0 commit comments

Comments
 (0)