From a95bfd2b6b32b252bd9ac40bde7937e94d103fa0 Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Thu, 11 Jul 2024 15:25:28 +0200 Subject: [PATCH] Upgrade to 4.1.4-SNAPSHOT. --- .github/workflows/deploy-docs.yml | 2 +- pom.xml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 2438c114c..51b0f34f1 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:antora - 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 6aef3e152..7320f5031 100644 --- a/pom.xml +++ b/pom.xml @@ -34,4 +34,21 @@ + + + + spring-snapshot + https://repo.spring.io/snapshot + + true + + + false + + + + spring-milestone + https://repo.spring.io/milestone + +