From 099323de74edaa0f17d6a73247850d0a4d6bbc6b Mon Sep 17 00:00:00 2001
From: Tommy Ludwig <8924140+shakuzen@users.noreply.github.com>
Date: Wed, 29 Jan 2025 16:44:33 +0900
Subject: [PATCH] Document milestone releases in Maven Central

No need to mention the milestone repository if the release is available from Maven Central so this also removes mention of that.

Signed-off-by: Tommy Ludwig <8924140+shakuzen@users.noreply.github.com>
---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3c72ace562..42c32ec262 100644
--- a/README.md
+++ b/README.md
@@ -39,8 +39,7 @@ dependencies {
 
 ## Milestone releases
 
-Milestone releases are published to https://repo.spring.io/milestone.
-Include that as a maven repository in your build configuration to use milestone releases.
+Starting with the 1.15.0-M2 release, milestone releases and release candidates will be publish to Maven Central.
 Note that milestone releases are for testing purposes and are not intended for production use.
 
 ## Documentation