Skip to content

Commit 68ad742

Browse files
committed
Update Maven Central reference
Spring AI milestones are now published to Maven Central. This PR updates all the places where we used to reference Spring Milestones repository. Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
1 parent 33ca0cc commit 68ad742

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+58
-44
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/anthropic-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export SPRING_AI_ANTHROPIC_API_KEY=<INSERT KEY HERE>
2222

2323
=== Add Repositories and BOM
2424

25-
Spring AI artifacts are published in Spring Milestone and Snapshot repositories.
25+
Spring AI artifacts are published in Maven Central and Spring Snapshot repositories.
2626
Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
2727

2828
To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system.

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/azure-openai-chat.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ For this you need to set the `spring.ai.azure.openai.openai-api-key=<Your OpenAI
7676

7777
=== Add Repositories and BOM
7878

79-
Spring AI artifacts are published in Spring Milestone and Snapshot repositories. Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
79+
Spring AI artifacts are published in Maven Central and Spring Snapshot repositories.
80+
Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
8081

8182
To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system.
8283

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/deepseek-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export SPRING_AI_OPENAI_CHAT_MODEL=deepseek-chat
3333

3434
=== Add Repositories and BOM
3535

36-
Spring AI artifacts are published in Spring Milestone and Snapshot repositories.
36+
Spring AI artifacts are published in Maven Central and Spring Snapshot repositories.
3737
Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
3838

3939
To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system.

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/groq-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export SPRING_AI_OPENAI_CHAT_MODEL=llama3-70b-8192
3737

3838
=== Add Repositories and BOM
3939

40-
Spring AI artifacts are published in Spring Milestone and Snapshot repositories.
40+
Spring AI artifacts are published in Maven Central and Spring Snapshot repositories.
4141
Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
4242

4343
To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system.

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/huggingface.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export SPRING_AI_HUGGINGFACE_CHAT_URL=<INSERT INFERENCE ENDPOINT URL HERE>
2323

2424
=== Add Repositories and BOM
2525

26-
Spring AI artifacts are published in Spring Milestone and Snapshot repositories.
26+
Spring AI artifacts are published in Maven Central and Spring Snapshot repositories.
2727
Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
2828

2929
To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system.

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/minimax-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export SPRING_AI_MINIMAX_API_KEY=<INSERT KEY HERE>
1717

1818
=== Add Repositories and BOM
1919

20-
Spring AI artifacts are published in Spring Milestone and Snapshot repositories.
20+
Spring AI artifacts are published in Maven Central and Spring Snapshot repositories.
2121
Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
2222

2323
To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system.

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/mistralai-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export SPRING_AI_MISTRALAI_API_KEY=<INSERT KEY HERE>
1919

2020
=== Add Repositories and BOM
2121

22-
Spring AI artifacts are published in Spring Milestone and Snapshot repositories.
22+
Spring AI artifacts are published in Maven Central and Spring Snapshot repositories.
2323
Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
2424

2525
To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system.

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/moonshot-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export SPRING_AI_MOONSHOT_API_KEY=<INSERT KEY HERE>
1616

1717
=== Add Repositories and BOM
1818

19-
Spring AI artifacts are published in Spring Milestone and Snapshot repositories.
19+
Spring AI artifacts are published in Maven Central and Spring Snapshot repositories.
2020
Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
2121

2222
To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system.

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/oci-genai/cohere-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You will need an active https://signup.oraclecloud.com/[Oracle Cloud Infrastruct
1010

1111
=== Add Repositories and BOM
1212

13-
Spring AI artifacts are published in Spring Milestone and Snapshot repositories.
13+
Spring AI artifacts are published in Maven Central and Spring Snapshot repositories.
1414
Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
1515

1616
To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system.

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/openai-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export SPRING_AI_OPENAI_API_KEY=<INSERT KEY HERE>
1616

1717
=== Add Repositories and BOM
1818

19-
Spring AI artifacts are published in Spring Milestone and Snapshot repositories.
19+
Spring AI artifacts are published in Maven Central and Spring Snapshot repositories.
2020
Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
2121

2222
To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system.

0 commit comments

Comments
 (0)