diff --git a/kotlin/kotlin-function-callback/pom.xml b/kotlin/kotlin-function-callback/pom.xml
index 48702c1..d4a4849 100644
--- a/kotlin/kotlin-function-callback/pom.xml
+++ b/kotlin/kotlin-function-callback/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.4.5
+ 3.5.0
com.example
@@ -29,7 +29,7 @@
17
1.9.25
- 1.1.0-SNAPSHOT
+ 1.0.0
diff --git a/kotlin/kotlin-hello-world/pom.xml b/kotlin/kotlin-hello-world/pom.xml
index 7c734b9..f6ee9b2 100644
--- a/kotlin/kotlin-hello-world/pom.xml
+++ b/kotlin/kotlin-hello-world/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.4.5
+ 3.5.0
com.example
@@ -29,7 +29,7 @@
17
1.9.25
- 1.1.0-SNAPSHOT
+ 1.0.0
diff --git a/kotlin/rag-with-kotlin/pom.xml b/kotlin/rag-with-kotlin/pom.xml
index 4b1796d..d6493ba 100644
--- a/kotlin/rag-with-kotlin/pom.xml
+++ b/kotlin/rag-with-kotlin/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.4.5
+ 3.5.0
com.example
@@ -29,7 +29,7 @@
17
1.9.25
- 1.1.0-SNAPSHOT
+ 1.0.0
diff --git a/misc/openai-streaming-response/pom.xml b/misc/openai-streaming-response/pom.xml
index 14eacef..560b18d 100644
--- a/misc/openai-streaming-response/pom.xml
+++ b/misc/openai-streaming-response/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.4.5
+ 3.5.0
com.example
@@ -28,7 +28,7 @@
17
- 1.1.0-SNAPSHOT
+ 1.0.0
diff --git a/misc/spring-ai-java-function-callback/pom.xml b/misc/spring-ai-java-function-callback/pom.xml
index c535040..fb087fe 100644
--- a/misc/spring-ai-java-function-callback/pom.xml
+++ b/misc/spring-ai-java-function-callback/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.4.5
+ 3.5.0
com.example
@@ -28,7 +28,7 @@
17
- 1.1.0-SNAPSHOT
+ 1.0.0
diff --git a/model-context-protocol/weather/manual-webflux-server/pom.xml b/model-context-protocol/weather/manual-webflux-server/pom.xml
index 19a7ed7..b8c6ff5 100644
--- a/model-context-protocol/weather/manual-webflux-server/pom.xml
+++ b/model-context-protocol/weather/manual-webflux-server/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.4.5
+ 3.5.0
@@ -20,6 +20,7 @@
0.10.0
+ 1.0.0
@@ -27,7 +28,7 @@
org.springframework.ai
spring-ai-bom
- 1.1.0-SNAPSHOT
+ ${spring-ai.version}
pom
import
diff --git a/model-context-protocol/weather/starter-stdio-server/pom.xml b/model-context-protocol/weather/starter-stdio-server/pom.xml
index ebb8deb..4e17e2a 100644
--- a/model-context-protocol/weather/starter-stdio-server/pom.xml
+++ b/model-context-protocol/weather/starter-stdio-server/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.4.5
+ 3.5.0
@@ -18,13 +18,16 @@
Spring AI MCP Weather STDIO server
Sample Spring Boot application demonstrating MCP stdio server usage
+
+ 1.0.0
+
org.springframework.ai
spring-ai-bom
- 1.1.0-SNAPSHOT
+ ${spring-ai.version}
pom
import
diff --git a/model-context-protocol/weather/starter-webflux-server/pom.xml b/model-context-protocol/weather/starter-webflux-server/pom.xml
index 581ce67..fb6a55a 100644
--- a/model-context-protocol/weather/starter-webflux-server/pom.xml
+++ b/model-context-protocol/weather/starter-webflux-server/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.4.5
+ 3.5.0
@@ -18,12 +18,16 @@
Spring AI MCP Weather Sample
Sample Spring Boot application demonstrating MCP client and server usage
+
+ 1.0.0
+
+
org.springframework.ai
spring-ai-bom
- 1.1.0-SNAPSHOT
+ ${spring-ai.version}
pom
import
diff --git a/model-context-protocol/weather/starter-webmvc-oauth2-server/pom.xml b/model-context-protocol/weather/starter-webmvc-oauth2-server/pom.xml
index 04f3d31..01d3784 100644
--- a/model-context-protocol/weather/starter-webmvc-oauth2-server/pom.xml
+++ b/model-context-protocol/weather/starter-webmvc-oauth2-server/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.4.5
+ 3.5.0
@@ -18,12 +18,16 @@
Spring AI MCP Weather Sample
Sample Spring Boot application demonstrating MCP Server usage with OAuth2 authorization
+
+ 1.0.0
+
+
org.springframework.ai
spring-ai-bom
- 1.1.0-SNAPSHOT
+ ${spring-ai.version}
pom
import
diff --git a/model-context-protocol/weather/starter-webmvc-server/pom.xml b/model-context-protocol/weather/starter-webmvc-server/pom.xml
index 4b9b4a3..1e997d1 100644
--- a/model-context-protocol/weather/starter-webmvc-server/pom.xml
+++ b/model-context-protocol/weather/starter-webmvc-server/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.4.5
+ 3.5.0
@@ -18,12 +18,16 @@
Spring AI MCP Weather Sample
Sample Spring Boot application demonstrating MCP client and server usage
+
+ 1.0.0
+
+
org.springframework.ai
spring-ai-bom
- 1.1.0-SNAPSHOT
+ ${spring-ai.version}
pom
import