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 2727 uses : spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1
2828 with :
2929 should-deploy-artifacts : ${{ needs.build.outputs.should-deploy-artifacts }}
30+ default-publish-milestones-central : true
3031 secrets : inherit
3132 deploy-docs :
3233 name : Deploy Docs
4243 with :
4344 should-perform-release : ${{ needs.deploy-artifacts.outputs.artifacts-deployed }}
4445 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
4647 release-repo-url : https://repo1.maven.org/maven2
4748 artifact-path : org/springframework/session/spring-session-core
4849 slack-announcing-id : spring-session-announcing
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx4g -XX:MaxMetaspaceSize =512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding =UTF-8
22org.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