From 569fa5fd7dcf6820aef6cbe64abb5e31b33a0a63 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 29 Sep 2025 15:24:44 +0100 Subject: [PATCH] Remove milestone repository from Maven and Gradle examples Closes gh-47341 --- .../pages/first-application/index.adoc | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/documentation/spring-boot-docs/src/docs/antora/modules/tutorial/pages/first-application/index.adoc b/documentation/spring-boot-docs/src/docs/antora/modules/tutorial/pages/first-application/index.adoc index 153ee420f89..e47b2e57742 100644 --- a/documentation/spring-boot-docs/src/docs/antora/modules/tutorial/pages/first-application/index.adoc +++ b/documentation/spring-boot-docs/src/docs/antora/modules/tutorial/pages/first-application/index.adoc @@ -100,21 +100,6 @@ Open your favorite text editor and add the following: -ifeval::["{build-and-artifact-release-type}" == "opensource-milestone"] - - - - spring-milestones - https://repo.spring.io/milestone - - - - - spring-milestones - https://repo.spring.io/milestone - - -endif::[] ifeval::["{build-and-artifact-release-type}" == "opensource-snapshot"] @@ -187,8 +172,7 @@ java { repositories { mavenCentral() -ifeval::["{artifact-release-type}" != "release"] - maven { url 'https://repo.spring.io/milestone' } +ifeval::["{build-and-artifact-release-type}" == "opensource-snapshot"] maven { url 'https://repo.spring.io/snapshot' } endif::[] }