From 33ca0cc9ac8b98c2ab341d43239c08217190af5b Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Thu, 13 Feb 2025 12:28:16 -0500 Subject: [PATCH] Update docs to show artifacts for M6 and later are in Maven Central --- .../antora/modules/ROOT/pages/getting-started.adoc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc index af1e14898..b4b6f8412 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc @@ -12,8 +12,18 @@ NOTE: Spring AI supports Spring Boot 3.2.x and 3.3.x Head on over to https://start.spring.io/[start.spring.io] and select the AI Models and Vector Stores that you want to use in your new applications. -[[repositories]] -== Add Milestone and Snapshot Repositories +[[artifact-repositories]] +== Artifact Repositories + +=== 1.0 M6 and after - Use Maven Central + +As of 1.0 M6, releases are available in Maven Central. +No changes to your build file are required. + + +=== Pre 1.0 M6 - Add Spring Repositories + +You will need to add Spring milestone and snapshot repositories to your build system. If you prefer to add the dependency snippets by hand, follow the directions in the following sections.