Skip to content

Commit 33ca0cc

Browse files
committed
Update docs to show artifacts for M6 and later are in Maven Central
1 parent 48ee123 commit 33ca0cc

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,18 @@ NOTE: Spring AI supports Spring Boot 3.2.x and 3.3.x
1212

1313
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.
1414

15-
[[repositories]]
16-
== Add Milestone and Snapshot Repositories
15+
[[artifact-repositories]]
16+
== Artifact Repositories
17+
18+
=== 1.0 M6 and after - Use Maven Central
19+
20+
As of 1.0 M6, releases are available in Maven Central.
21+
No changes to your build file are required.
22+
23+
24+
=== Pre 1.0 M6 - Add Spring Repositories
25+
26+
You will need to add Spring milestone and snapshot repositories to your build system.
1727

1828
If you prefer to add the dependency snippets by hand, follow the directions in the following sections.
1929

0 commit comments

Comments
 (0)