From 56cbb2221a689c9fbd79ce5ab332c82d4b0482a5 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Sat, 24 Feb 2024 21:19:52 +0100 Subject: [PATCH] Update pom version in docs to 0.8.1-SNAPSHOT --- .../src/main/antora/modules/ROOT/pages/getting-started.adoc | 4 ++-- 1 file changed, 2 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 2075dd8d3..a286b0f59 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 @@ -98,7 +98,7 @@ If you’re a Maven user, you can use the BOM by adding the following to your po org.springframework.ai spring-ai-bom - 0.8.0 + 0.8.1-SNAPSHOT pom import @@ -113,7 +113,7 @@ As shown in the snippet below this can then be followed by version-less declarat [source,gradle] ---- dependencies { - implementation platform("org.springframework.ai:spring-ai-bom:0.8.0") + implementation platform("org.springframework.ai:spring-ai-bom:0.8.1-SNAPSHOT") // Replace the following with the starter dependencies of specific modules you wish to use implementation 'org.springframework.ai:spring-ai-openai' }