Skip to content

Commit e0ba343

Browse files
authored
Update spring-ai version to 1.0.0-M7 (#22)
Signed-off-by: Soby Chacko <[email protected]>
1 parent e8a2664 commit e0ba343

File tree

27 files changed

+30
-30
lines changed

27 files changed

+30
-30
lines changed

agentic-patterns/chain-workflow/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<description>Demo project for Spring Boot</description>
1717
<properties>
1818
<java.version>17</java.version>
19-
<spring-ai.version>1.0.0-SNAPSHOT</spring-ai.version>
19+
<spring-ai.version>1.0.0-M7</spring-ai.version>
2020
</properties>
2121
<dependencies>
2222
<dependency>

agentic-patterns/evaluator-optimizer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<description>Demo project for Spring Boot</description>
1717
<properties>
1818
<java.version>17</java.version>
19-
<spring-ai.version>1.0.0-SNAPSHOT</spring-ai.version>
19+
<spring-ai.version>1.0.0-M7</spring-ai.version>
2020
</properties>
2121
<dependencies>
2222
<dependency>

agentic-patterns/orchestrator-workers/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<description>Demo project for Spring Boot</description>
1717
<properties>
1818
<java.version>17</java.version>
19-
<spring-ai.version>1.0.0-SNAPSHOT</spring-ai.version>
19+
<spring-ai.version>1.0.0-M7</spring-ai.version>
2020
</properties>
2121
<dependencies>
2222
<dependency>

agentic-patterns/parallelization-worflow/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<properties>
2121
<java.version>17</java.version>
22-
<spring-ai.version>1.0.0-SNAPSHOT</spring-ai.version>
22+
<spring-ai.version>1.0.0-M7</spring-ai.version>
2323
</properties>
2424

2525
<dependencies>

agentic-patterns/routing-workflow/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<properties>
2121
<java.version>17</java.version>
22-
<spring-ai.version>1.0.0-SNAPSHOT</spring-ai.version>
22+
<spring-ai.version>1.0.0-M7</spring-ai.version>
2323
</properties>
2424

2525
<dependencies>

agents/reflection/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.springframework.ai</groupId>
2424
<artifactId>spring-ai-bom</artifactId>
25-
<version>1.0.0-SNAPSHOT</version>
25+
<version>1.0.0-M7</version>
2626
<type>pom</type>
2727
<scope>import</scope>
2828
</dependency>

kotlin/kotlin-function-callback/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<properties>
3030
<java.version>17</java.version>
3131
<kotlin.version>1.9.25</kotlin.version>
32-
<spring-ai.version>1.0.0-SNAPSHOT</spring-ai.version>
32+
<spring-ai.version>1.0.0-M7</spring-ai.version>
3333
</properties>
3434
<dependencies>
3535
<dependency>

kotlin/kotlin-hello-world/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<properties>
3030
<java.version>17</java.version>
3131
<kotlin.version>1.9.25</kotlin.version>
32-
<spring-ai.version>1.0.0-SNAPSHOT</spring-ai.version>
32+
<spring-ai.version>1.0.0-M7</spring-ai.version>
3333
</properties>
3434
<dependencies>
3535
<dependency>
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>org.springframework.ai</groupId>
6767
<artifactId>spring-ai-bom</artifactId>
68-
<version>1.0.0-SNAPSHOT</version>
68+
<version>1.0.0-M7</version>
6969
<type>pom</type>
7070
<scope>import</scope>
7171
</dependency>

kotlin/rag-with-kotlin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<properties>
3030
<java.version>17</java.version>
3131
<kotlin.version>1.9.25</kotlin.version>
32-
<spring-ai.version>1.0.0-SNAPSHOT</spring-ai.version>
32+
<spring-ai.version>1.0.0-M7</spring-ai.version>
3333
</properties>
3434
<dependencies>
3535
<dependency>

misc/openai-streaming-response/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</scm>
2929
<properties>
3030
<java.version>17</java.version>
31-
<spring-ai.version>1.0.0-SNAPSHOT</spring-ai.version>
31+
<spring-ai.version>1.0.0-M7</spring-ai.version>
3232
</properties>
3333
<dependencies>
3434
<dependency>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.springframework.ai</groupId>
6262
<artifactId>spring-ai-bom</artifactId>
63-
<version>1.0.0-SNAPSHOT</version>
63+
<version>1.0.0-M7</version>
6464
<type>pom</type>
6565
<scope>import</scope>
6666
</dependency>

misc/spring-ai-java-function-callback/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</scm>
2929
<properties>
3030
<java.version>17</java.version>
31-
<spring-ai.version>1.0.0-SNAPSHOT</spring-ai.version>
31+
<spring-ai.version>1.0.0-M7</spring-ai.version>
3232
</properties>
3333
<dependencies>
3434
<dependency>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.springframework.ai</groupId>
5353
<artifactId>spring-ai-bom</artifactId>
54-
<version>1.0.0-SNAPSHOT</version>
54+
<version>1.0.0-M7</version>
5555
<type>pom</type>
5656
<scope>import</scope>
5757
</dependency>

model-context-protocol/brave/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<java.version>17</java.version>
20-
<spring-ai.version>1.0.0-SNAPSHOT</spring-ai.version>
20+
<spring-ai.version>1.0.0-M7</spring-ai.version>
2121
</properties>
2222

2323
<dependencyManagement>

model-context-protocol/client-starter/starter-default-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<java.version>17</java.version>
20-
<spring-ai.version>1.0.0-SNAPSHOT</spring-ai.version>
20+
<spring-ai.version>1.0.0-M7</spring-ai.version>
2121
</properties>
2222

2323
<dependencyManagement>

model-context-protocol/client-starter/starter-webflux-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<java.version>17</java.version>
20-
<spring-ai.version>1.0.0-SNAPSHOT</spring-ai.version>
20+
<spring-ai.version>1.0.0-M7</spring-ai.version>
2121
</properties>
2222

2323
<dependencyManagement>

model-context-protocol/filesystem/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.springframework.ai</groupId>
2424
<artifactId>spring-ai-bom</artifactId>
25-
<version>1.0.0-SNAPSHOT</version>
25+
<version>1.0.0-M7</version>
2626
<type>pom</type>
2727
<scope>import</scope>
2828
</dependency>

model-context-protocol/sampling/mcp-sampling-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<java.version>17</java.version>
20-
<spring-ai.version>1.0.0-SNAPSHOT</spring-ai.version>
20+
<spring-ai.version>1.0.0-M7</spring-ai.version>
2121
</properties>
2222

2323
<dependencyManagement>

model-context-protocol/sampling/mcp-weather-webmvc-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.springframework.ai</groupId>
2525
<artifactId>spring-ai-bom</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0-M7</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>

model-context-protocol/sqlite/chatbot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.springframework.ai</groupId>
2424
<artifactId>spring-ai-bom</artifactId>
25-
<version>1.0.0-SNAPSHOT</version>
25+
<version>1.0.0-M7</version>
2626
<type>pom</type>
2727
<scope>import</scope>
2828
</dependency>

model-context-protocol/sqlite/simple/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.springframework.ai</groupId>
2424
<artifactId>spring-ai-bom</artifactId>
25-
<version>1.0.0-SNAPSHOT</version>
25+
<version>1.0.0-M7</version>
2626
<type>pom</type>
2727
<scope>import</scope>
2828
</dependency>

model-context-protocol/weather/manual-webflux-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.springframework.ai</groupId>
2929
<artifactId>spring-ai-bom</artifactId>
30-
<version>1.0.0-SNAPSHOT</version>
30+
<version>1.0.0-M7</version>
3131
<type>pom</type>
3232
<scope>import</scope>
3333
</dependency>

model-context-protocol/weather/starter-stdio-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>org.springframework.ai</groupId>
2626
<artifactId>spring-ai-bom</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0-M7</version>
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</dependency>

model-context-protocol/weather/starter-webflux-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.springframework.ai</groupId>
2525
<artifactId>spring-ai-bom</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0-M7</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>

model-context-protocol/weather/starter-webmvc-oauth2-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.springframework.ai</groupId>
2525
<artifactId>spring-ai-bom</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0-M7</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>

model-context-protocol/weather/starter-webmvc-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.springframework.ai</groupId>
2525
<artifactId>spring-ai-bom</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0-M7</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>

model-context-protocol/web-search/brave-chatbot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>org.springframework.ai</groupId>
2626
<artifactId>spring-ai-bom</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0-M7</version>
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</dependency>

model-context-protocol/web-search/brave-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.springframework.ai</groupId>
2525
<artifactId>spring-ai-bom</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0-M7</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>

models/chat/helloworld/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.springframework.ai</groupId>
2424
<artifactId>spring-ai-bom</artifactId>
25-
<version>1.0.0-SNAPSHOT</version>
25+
<version>1.0.0-M7</version>
2626
<type>pom</type>
2727
<scope>import</scope>
2828
</dependency>

0 commit comments

Comments
 (0)