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

Commit 9bbf9d9

Browse files
committed
Next development version
1 parent dce530e commit 9bbf9d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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>spring-ai-mcp</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.2.0-SNAPSHOT</version>
1010

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

spring-ai-mcp-core/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>spring-ai-mcp</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.2.0-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>spring-ai-mcp-core</artifactId>
1212
<packaging>jar</packaging>

spring-ai-mcp-spring/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>spring-ai-mcp</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.2.0-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>spring-ai-mcp-spring</artifactId>
1212
<name>Spring AI MCP Spring</name>

0 commit comments

Comments
 (0)