Skip to content

Commit 56cbb22

Browse files
committed
Update pom version in docs to 0.8.1-SNAPSHOT
1 parent 433f820 commit 56cbb22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ If you’re a Maven user, you can use the BOM by adding the following to your po
9898
<dependency>
9999
<groupId>org.springframework.ai</groupId>
100100
<artifactId>spring-ai-bom</artifactId>
101-
<version>0.8.0</version>
101+
<version>0.8.1-SNAPSHOT</version>
102102
<type>pom</type>
103103
<scope>import</scope>
104104
</dependency>
@@ -113,7 +113,7 @@ As shown in the snippet below this can then be followed by version-less declarat
113113
[source,gradle]
114114
----
115115
dependencies {
116-
implementation platform("org.springframework.ai:spring-ai-bom:0.8.0")
116+
implementation platform("org.springframework.ai:spring-ai-bom:0.8.1-SNAPSHOT")
117117
// Replace the following with the starter dependencies of specific modules you wish to use
118118
implementation 'org.springframework.ai:spring-ai-openai'
119119
}

0 commit comments

Comments
 (0)