File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 27
27
uses : spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1
28
28
with :
29
29
should-deploy-artifacts : ${{ needs.build.outputs.should-deploy-artifacts }}
30
+ default-publish-milestones-central : true
30
31
secrets : inherit
31
32
deploy-docs :
32
33
name : Deploy Docs
42
43
with :
43
44
should-perform-release : ${{ needs.deploy-artifacts.outputs.artifacts-deployed }}
44
45
project-version : ${{ needs.deploy-artifacts.outputs.project-version }}
45
- milestone-repo-url : https://repo.spring.io/artifactory/milestone
46
+ milestone-repo-url : https://repo1.maven.org/maven2
46
47
release-repo-url : https://repo1.maven.org/maven2
47
48
artifact-path : org/springframework/session/spring-session-core
48
49
slack-announcing-id : spring-session-announcing
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx4g -XX:MaxMetaspaceSize =512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding =UTF-8
2
2
org.gradle.parallel =true
3
- version =4.0.0-SNAPSHOT
3
+ version =4.0.0-M1
You can’t perform that action at this time.
0 commit comments