Skip to content

Commit db16f27

Browse files
committed
Begin work on 4.0
1 parent 58c9c2e commit db16f27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .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-restdocs-*.zip::zip.type=docs,zip.deployed=false
28-
build-name: 'spring-restdocs-3.0.x'
28+
build-name: 'spring-restdocs-4.0.x'
2929
folder: 'deployment-repository'
3030
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
3131
repository: ${{ 'libs-snapshot-local' }}

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.0.4-SNAPSHOT
1+
version=4.0.0-SNAPSHOT
22

33
org.gradle.caching=true
44
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)