Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit dd64cd8

Browse files
committed
Next development version
1 parent e7505ba commit dd64cd8

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

mcp-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.experimental</groupId>
99
<artifactId>mcp-parent</artifactId>
10-
<version>0.6.0</version>
10+
<version>0.7.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>mcp-bom</artifactId>

mcp-docs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.springframework.experimental</groupId>
2222
<artifactId>mcp-parent</artifactId>
23-
<version>0.6.0</version>
23+
<version>0.7.0-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>mcp-docs</artifactId>
2626
<name>Spring AI MCP Docs</name>

mcp-test/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.experimental</groupId>
88
<artifactId>mcp-parent</artifactId>
9-
<version>0.6.0</version>
9+
<version>0.7.0-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>mcp-test</artifactId>
1212
<packaging>jar</packaging>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>org.springframework.experimental</groupId>
2626
<artifactId>mcp</artifactId>
27-
<version>0.6.0</version>
27+
<version>0.7.0-SNAPSHOT</version>
2828
</dependency>
2929

3030
<dependency>

mcp-transport/mcp-webflux-sse-transport/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.experimental</groupId>
88
<artifactId>mcp-parent</artifactId>
9-
<version>0.6.0</version>
9+
<version>0.7.0-SNAPSHOT</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>mcp-webflux-sse-transport</artifactId>
@@ -25,13 +25,13 @@
2525
<dependency>
2626
<groupId>org.springframework.experimental</groupId>
2727
<artifactId>mcp</artifactId>
28-
<version>0.6.0</version>
28+
<version>0.7.0-SNAPSHOT</version>
2929
</dependency>
3030

3131
<dependency>
3232
<groupId>org.springframework.experimental</groupId>
3333
<artifactId>mcp-test</artifactId>
34-
<version>0.6.0</version>
34+
<version>0.7.0-SNAPSHOT</version>
3535
<scope>test</scope>
3636
</dependency>
3737

mcp-transport/mcp-webmvc-sse-transport/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.experimental</groupId>
88
<artifactId>mcp-parent</artifactId>
9-
<version>0.6.0</version>
9+
<version>0.7.0-SNAPSHOT</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>mcp-webmvc-sse-transport</artifactId>
@@ -25,13 +25,13 @@
2525
<dependency>
2626
<groupId>org.springframework.experimental</groupId>
2727
<artifactId>mcp</artifactId>
28-
<version>0.6.0</version>
28+
<version>0.7.0-SNAPSHOT</version>
2929
</dependency>
3030

3131
<dependency>
3232
<groupId>org.springframework.experimental</groupId>
3333
<artifactId>mcp-test</artifactId>
34-
<version>0.6.0</version>
34+
<version>0.7.0-SNAPSHOT</version>
3535
<scope>test</scope>
3636
</dependency>
3737

mcp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.experimental</groupId>
88
<artifactId>mcp-parent</artifactId>
9-
<version>0.6.0</version>
9+
<version>0.7.0-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>mcp</artifactId>
1212
<packaging>jar</packaging>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.springframework.experimental</groupId>
88
<artifactId>mcp-parent</artifactId>
9-
<version>0.6.0</version>
9+
<version>0.7.0-SNAPSHOT</version>
1010

1111
<packaging>pom</packaging>
1212
<url>https://github.com/spring-projects-experimental/spring-ai-mcp</url>

spring-ai-mcp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.experimental</groupId>
88
<artifactId>mcp-parent</artifactId>
9-
<version>0.6.0</version>
9+
<version>0.7.0-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>spring-ai-mcp</artifactId>
1212
<name>Spring AI MCP</name>

0 commit comments

Comments
 (0)