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

Commit b2082a0

Browse files
committed
Next development version
1 parent 30c8fc3 commit b2082a0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

mcp-docs/pom.xml

Lines changed: 1 addition & 1 deletion
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.4.0</version>
23+
<version>0.5.0-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>mcp-docs</artifactId>
2626
<name>Spring AI MCP Docs</name>

mcp/pom.xml

Lines changed: 1 addition & 1 deletion
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.4.0</version>
9+
<version>0.5.0-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>mcp</artifactId>
1212
<packaging>jar</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
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.4.0</version>
9+
<version>0.5.0-SNAPSHOT</version>
1010

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

spring-ai-mcp-sample/pom.xml

Lines changed: 1 addition & 1 deletion
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.4.0</version>
9+
<version>0.5.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>spring-ai-mcp-sample</artifactId>

spring-ai-mcp/pom.xml

Lines changed: 1 addition & 1 deletion
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.4.0</version>
9+
<version>0.5.0-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>spring-ai-mcp</artifactId>
1212
<name>Spring AI MCP</name>

0 commit comments

Comments
 (0)