Start working on Spring Web Services 5.0
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
with:
|
||||
artifact-properties: |
|
||||
/**/spring-ws-docs-*.zip::zip.type=docs,zip.name=spring-ws,zip.deployed=false
|
||||
build-name: 'spring-ws-4.1.x'
|
||||
build-name: 'spring-ws-5.0.x'
|
||||
folder: 'deployment-repository'
|
||||
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
|
||||
repository: 'libs-snapshot-local'
|
||||
|
||||
@@ -4,7 +4,7 @@ require 'net/http'
|
||||
require 'yaml'
|
||||
require 'logger'
|
||||
|
||||
$main_branch = "4.1.x"
|
||||
$main_branch = "5.0.x"
|
||||
|
||||
$log = Logger.new(STDOUT)
|
||||
$log.level = Logger::WARN
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version=4.1.0-SNAPSHOT
|
||||
version=5.0.0-SNAPSHOT
|
||||
|
||||
org.gradle.caching=true
|
||||
org.gradle.parallel=true
|
||||
|
||||
Reference in New Issue
Block a user