Skip to content

Commit 5e65ce9

Browse files
committed
Start development on 4.1.0 snapshots
1 parent c0859cb commit 5e65ce9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

+1-1
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.0.x'
28+
build-name: 'spring-ws-4.1.x'
2929
folder: 'deployment-repository'
3030
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
3131
repository: 'libs-snapshot-local'

.github/workflows/release.yml

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

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Spring Web Services image:https://github.com/spring-projects/spring-ws/actions/workflows/build-and-deploy-snapshot.yml/badge.svg?branch=main["Build Status", link="https://github.com/spring-projects/spring-ws/actions/workflows/build-and-deploy-snapshot.yml?query=branch%3Amain"] image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Develocity", link="https://ge.spring.io/scans?&search.rootProjectNames=Spring%20WS&search.rootProjectNames=spring-ws"]
22

3-
:docs: https://docs.spring.io/spring-ws/docs/4.0.x
3+
:docs: https://docs.spring.io/spring-ws/docs/4.1.x
44
:github: https://github.com/spring-projects/spring-ws
55

66
Spring Web Services is a product of the Spring community focused on creating document-driven Web services.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=4.0.12-SNAPSHOT
1+
version=4.1.0-SNAPSHOT
22

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

0 commit comments

Comments
 (0)