diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml
index 5e62ee80..5775c3a0 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -36,7 +36,7 @@ jobs:
echo BUILD_VERSION=$BUILD_VERSION >> $GITHUB_ENV
- name: Run Antora
run: |
- ./mvnw --no-transfer-progress -B antora
+ ./mvnw --no-transfer-progress -B antora -Pdocs
- name: Publish Docs
uses: spring-io/spring-doc-actions/rsync-antora-reference@v0.0.13
with:
diff --git a/pom.xml b/pom.xml
index 4cf9e457..514e8adf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
org.springframework.cloud
spring-cloud-starter-build
- 2023.0.3-SNAPSHOT
+ 2023.0.4-SNAPSHOT
Spring Cloud Release Docs Build
@@ -34,4 +34,21 @@
+
+
+
+ spring-snapshot
+ https://repo.spring.io/snapshot
+
+ true
+
+
+ false
+
+
+
+ spring-milestone
+ https://repo.spring.io/milestone
+
+