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::[]
}