Skip to content

Commit 6bb118f

Browse files
committed
Release Milestones & RCs to Maven Central
1 parent 081ceaa commit 6bb118f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
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
@@ -42,7 +43,7 @@ jobs:
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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
22
org.gradle.parallel=true
3-
version=4.0.0-SNAPSHOT
3+
version=4.0.0-M1

0 commit comments

Comments
 (0)