diff --git a/agentic-patterns/chain-workflow/pom.xml b/agentic-patterns/chain-workflow/pom.xml index 9d56f35..63cf763 100644 --- a/agentic-patterns/chain-workflow/pom.xml +++ b/agentic-patterns/chain-workflow/pom.xml @@ -16,7 +16,7 @@ Demo project for Spring Boot 17 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/agentic-patterns/evaluator-optimizer/pom.xml b/agentic-patterns/evaluator-optimizer/pom.xml index 93a8839..f32bf8b 100644 --- a/agentic-patterns/evaluator-optimizer/pom.xml +++ b/agentic-patterns/evaluator-optimizer/pom.xml @@ -16,7 +16,7 @@ Demo project for Spring Boot 17 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/agentic-patterns/orchestrator-workers/pom.xml b/agentic-patterns/orchestrator-workers/pom.xml index 6086ade..b3a9ba2 100644 --- a/agentic-patterns/orchestrator-workers/pom.xml +++ b/agentic-patterns/orchestrator-workers/pom.xml @@ -16,7 +16,7 @@ Demo project for Spring Boot 17 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/agentic-patterns/parallelization-worflow/pom.xml b/agentic-patterns/parallelization-worflow/pom.xml index e14182a..6b9b789 100644 --- a/agentic-patterns/parallelization-worflow/pom.xml +++ b/agentic-patterns/parallelization-worflow/pom.xml @@ -19,7 +19,7 @@ 17 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/agentic-patterns/routing-workflow/pom.xml b/agentic-patterns/routing-workflow/pom.xml index 3147292..38367da 100644 --- a/agentic-patterns/routing-workflow/pom.xml +++ b/agentic-patterns/routing-workflow/pom.xml @@ -19,7 +19,7 @@ 17 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/agents/reflection/pom.xml b/agents/reflection/pom.xml index 4e24db6..948918f 100644 --- a/agents/reflection/pom.xml +++ b/agents/reflection/pom.xml @@ -22,7 +22,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom import diff --git a/kotlin/kotlin-function-callback/pom.xml b/kotlin/kotlin-function-callback/pom.xml index ea5da94..48702c1 100644 --- a/kotlin/kotlin-function-callback/pom.xml +++ b/kotlin/kotlin-function-callback/pom.xml @@ -29,7 +29,7 @@ 17 1.9.25 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/kotlin/kotlin-hello-world/pom.xml b/kotlin/kotlin-hello-world/pom.xml index 2dc9700..7c734b9 100644 --- a/kotlin/kotlin-hello-world/pom.xml +++ b/kotlin/kotlin-hello-world/pom.xml @@ -29,7 +29,7 @@ 17 1.9.25 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT @@ -65,7 +65,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom import diff --git a/kotlin/rag-with-kotlin/pom.xml b/kotlin/rag-with-kotlin/pom.xml index 78413f7..4b1796d 100644 --- a/kotlin/rag-with-kotlin/pom.xml +++ b/kotlin/rag-with-kotlin/pom.xml @@ -29,7 +29,7 @@ 17 1.9.25 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/misc/openai-streaming-response/pom.xml b/misc/openai-streaming-response/pom.xml index 79d7f07..14eacef 100644 --- a/misc/openai-streaming-response/pom.xml +++ b/misc/openai-streaming-response/pom.xml @@ -28,7 +28,7 @@ 17 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT @@ -60,7 +60,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom import diff --git a/misc/spring-ai-java-function-callback/pom.xml b/misc/spring-ai-java-function-callback/pom.xml index a3f8e7a..c535040 100644 --- a/misc/spring-ai-java-function-callback/pom.xml +++ b/misc/spring-ai-java-function-callback/pom.xml @@ -28,7 +28,7 @@ 17 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT @@ -51,7 +51,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom import diff --git a/model-context-protocol/brave/README.md b/model-context-protocol/brave/README.md index 12b8b46..680bd02 100644 --- a/model-context-protocol/brave/README.md +++ b/model-context-protocol/brave/README.md @@ -104,6 +104,6 @@ This setup allows the AI model to: The project uses: - Spring Boot 3.3.6 -- Spring AI 1.0.0-SNAPSHOT +- Spring AI 1.1.0-SNAPSHOT - spring-ai-starter-model-openai - spring-ai-starter-mcp-client diff --git a/model-context-protocol/brave/pom.xml b/model-context-protocol/brave/pom.xml index b8c5101..ec8866f 100644 --- a/model-context-protocol/brave/pom.xml +++ b/model-context-protocol/brave/pom.xml @@ -17,7 +17,7 @@ 17 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/model-context-protocol/client-starter/starter-default-client/README.md b/model-context-protocol/client-starter/starter-default-client/README.md index 80c8e71..caa64cc 100644 --- a/model-context-protocol/client-starter/starter-default-client/README.md +++ b/model-context-protocol/client-starter/starter-default-client/README.md @@ -6,7 +6,7 @@ Follow the [MCP Client Boot Starter](https://docs.spring.io/spring-ai/reference/ ## Overview -The project uses Spring Boot 3.3.6 and Spring AI 1.0.0-SNAPSHOT to create a command-line application that demonstrates MCP server integration. The application: +The project uses Spring Boot 3.3.6 and Spring AI 1.1.0-SNAPSHOT to create a command-line application that demonstrates MCP server integration. The application: - Connects to MCP servers using STDIO and/or SSE (HttpClient-based) transports - Integrates with Spring AI's chat capabilities - Demonstrates tool execution through MCP servers diff --git a/model-context-protocol/client-starter/starter-default-client/pom.xml b/model-context-protocol/client-starter/starter-default-client/pom.xml index 8a57f60..cfff329 100644 --- a/model-context-protocol/client-starter/starter-default-client/pom.xml +++ b/model-context-protocol/client-starter/starter-default-client/pom.xml @@ -17,7 +17,7 @@ 17 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/model-context-protocol/client-starter/starter-webflux-client/README.md b/model-context-protocol/client-starter/starter-webflux-client/README.md index 555b488..31e4e08 100644 --- a/model-context-protocol/client-starter/starter-webflux-client/README.md +++ b/model-context-protocol/client-starter/starter-webflux-client/README.md @@ -6,7 +6,7 @@ Follow the [MCP Client Boot Starter](https://docs.spring.io/spring-ai/reference/ ## Overview -The project uses Spring Boot 3.3.6 and Spring AI 1.0.0-SNAPSHOT to create a command-line application that demonstrates MCP server integration with WebFlux. The application: +The project uses Spring Boot 3.3.6 and Spring AI 1.1.0-SNAPSHOT to create a command-line application that demonstrates MCP server integration with WebFlux. The application: - Connects to MCP servers using STDIO and/or SSE (WebFlux-based) transports - Integrates with Spring AI's chat capabilities - Demonstrates tool execution through MCP servers diff --git a/model-context-protocol/client-starter/starter-webflux-client/pom.xml b/model-context-protocol/client-starter/starter-webflux-client/pom.xml index 2a6c4ef..805ff7b 100644 --- a/model-context-protocol/client-starter/starter-webflux-client/pom.xml +++ b/model-context-protocol/client-starter/starter-webflux-client/pom.xml @@ -17,7 +17,7 @@ 17 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/model-context-protocol/dynamic-tool-update/client/pom.xml b/model-context-protocol/dynamic-tool-update/client/pom.xml index 52bad05..bd01ef2 100644 --- a/model-context-protocol/dynamic-tool-update/client/pom.xml +++ b/model-context-protocol/dynamic-tool-update/client/pom.xml @@ -17,7 +17,7 @@ 17 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/model-context-protocol/dynamic-tool-update/server/pom.xml b/model-context-protocol/dynamic-tool-update/server/pom.xml index 5d311c7..f09bee1 100644 --- a/model-context-protocol/dynamic-tool-update/server/pom.xml +++ b/model-context-protocol/dynamic-tool-update/server/pom.xml @@ -23,7 +23,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom import diff --git a/model-context-protocol/filesystem/pom.xml b/model-context-protocol/filesystem/pom.xml index fa3b60e..94d6565 100644 --- a/model-context-protocol/filesystem/pom.xml +++ b/model-context-protocol/filesystem/pom.xml @@ -22,7 +22,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom import diff --git a/model-context-protocol/mcp-annotations-server/pom.xml b/model-context-protocol/mcp-annotations-server/pom.xml index 52e2d9c..c8ee4c4 100644 --- a/model-context-protocol/mcp-annotations-server/pom.xml +++ b/model-context-protocol/mcp-annotations-server/pom.xml @@ -23,7 +23,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom import diff --git a/model-context-protocol/sampling/mcp-sampling-client/pom.xml b/model-context-protocol/sampling/mcp-sampling-client/pom.xml index d77cfb4..2dd5734 100644 --- a/model-context-protocol/sampling/mcp-sampling-client/pom.xml +++ b/model-context-protocol/sampling/mcp-sampling-client/pom.xml @@ -17,7 +17,7 @@ 17 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/model-context-protocol/sampling/mcp-weather-webmvc-server/pom.xml b/model-context-protocol/sampling/mcp-weather-webmvc-server/pom.xml index 879ff1b..c7a3b3c 100644 --- a/model-context-protocol/sampling/mcp-weather-webmvc-server/pom.xml +++ b/model-context-protocol/sampling/mcp-weather-webmvc-server/pom.xml @@ -23,7 +23,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom import diff --git a/model-context-protocol/sqlite/chatbot/pom.xml b/model-context-protocol/sqlite/chatbot/pom.xml index 9961456..81c4f62 100644 --- a/model-context-protocol/sqlite/chatbot/pom.xml +++ b/model-context-protocol/sqlite/chatbot/pom.xml @@ -22,7 +22,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom import diff --git a/model-context-protocol/sqlite/simple/pom.xml b/model-context-protocol/sqlite/simple/pom.xml index 787d2d8..54196fe 100644 --- a/model-context-protocol/sqlite/simple/pom.xml +++ b/model-context-protocol/sqlite/simple/pom.xml @@ -22,7 +22,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom import diff --git a/model-context-protocol/weather/manual-webflux-server/pom.xml b/model-context-protocol/weather/manual-webflux-server/pom.xml index f431cb2..19a7ed7 100644 --- a/model-context-protocol/weather/manual-webflux-server/pom.xml +++ b/model-context-protocol/weather/manual-webflux-server/pom.xml @@ -27,7 +27,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT 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 e3b2e4b..ebb8deb 100644 --- a/model-context-protocol/weather/starter-stdio-server/pom.xml +++ b/model-context-protocol/weather/starter-stdio-server/pom.xml @@ -24,7 +24,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT 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 053d499..581ce67 100644 --- a/model-context-protocol/weather/starter-webflux-server/pom.xml +++ b/model-context-protocol/weather/starter-webflux-server/pom.xml @@ -23,7 +23,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT 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 8bc8dd0..04f3d31 100644 --- a/model-context-protocol/weather/starter-webmvc-oauth2-server/pom.xml +++ b/model-context-protocol/weather/starter-webmvc-oauth2-server/pom.xml @@ -23,7 +23,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT 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 bb92754..4b9b4a3 100644 --- a/model-context-protocol/weather/starter-webmvc-server/pom.xml +++ b/model-context-protocol/weather/starter-webmvc-server/pom.xml @@ -23,7 +23,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom import diff --git a/model-context-protocol/web-search/brave-chatbot/pom.xml b/model-context-protocol/web-search/brave-chatbot/pom.xml index fa57bdb..ba12d82 100644 --- a/model-context-protocol/web-search/brave-chatbot/pom.xml +++ b/model-context-protocol/web-search/brave-chatbot/pom.xml @@ -24,7 +24,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom import diff --git a/model-context-protocol/web-search/brave-starter/pom.xml b/model-context-protocol/web-search/brave-starter/pom.xml index 60b4e74..2fbbf0a 100644 --- a/model-context-protocol/web-search/brave-starter/pom.xml +++ b/model-context-protocol/web-search/brave-starter/pom.xml @@ -23,7 +23,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom import diff --git a/models/chat/helloworld/pom.xml b/models/chat/helloworld/pom.xml index 56ce5a3..259d464 100644 --- a/models/chat/helloworld/pom.xml +++ b/models/chat/helloworld/pom.xml @@ -22,7 +22,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom import diff --git a/prompt-engineering/prompt-engineering-patterns/pom.xml b/prompt-engineering/prompt-engineering-patterns/pom.xml index 0c6cca5..00fbb80 100644 --- a/prompt-engineering/prompt-engineering-patterns/pom.xml +++ b/prompt-engineering/prompt-engineering-patterns/pom.xml @@ -16,7 +16,7 @@ 17 - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT