diff --git a/.github/workflows/build-and-deploy-snapshot.yml b/.github/workflows/build-and-deploy-snapshot.yml index 3f47abc5..e5e0bff5 100644 --- a/.github/workflows/build-and-deploy-snapshot.yml +++ b/.github/workflows/build-and-deploy-snapshot.yml @@ -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.0.x' + build-name: 'spring-ws-4.1.x' folder: 'deployment-repository' password: ${{ secrets.ARTIFACTORY_PASSWORD }} repository: 'libs-snapshot-local' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7867cd13..9d343051 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release on: push: tags: - - v4.0.[0-9]+ + - v4.1.[0-9]+ concurrency: group: ${{ github.workflow }}-${{ github.ref }} jobs: diff --git a/README.adoc b/README.adoc index ef8c8a90..f1457cbe 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = 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"] -:docs: https://docs.spring.io/spring-ws/docs/4.0.x +:docs: https://docs.spring.io/spring-ws/docs/4.1.x :github: https://github.com/spring-projects/spring-ws Spring Web Services is a product of the Spring community focused on creating document-driven Web services. diff --git a/gradle.properties b/gradle.properties index 09151836..d498b3e0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=4.0.12-SNAPSHOT +version=4.1.0-SNAPSHOT org.gradle.caching=true org.gradle.parallel=true