File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
spring-ai-docs/src/main/antora/modules/ROOT/pages Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,18 @@ NOTE: Spring AI supports Spring Boot 3.2.x and 3.3.x
1212
1313Head 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
1828If you prefer to add the dependency snippets by hand, follow the directions in the following sections.
1929
You can’t perform that action at this time.
0 commit comments