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

Commit

Permalink
Next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
tzolov committed Jan 24, 2025
1 parent e7505ba commit dd64cd8
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion mcp-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>mcp-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>mcp-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mcp-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>mcp-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
</parent>
<artifactId>mcp-docs</artifactId>
<name>Spring AI MCP Docs</name>
Expand Down
4 changes: 2 additions & 2 deletions mcp-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>mcp-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
</parent>
<artifactId>mcp-test</artifactId>
<packaging>jar</packaging>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>mcp</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions mcp-transport/mcp-webflux-sse-transport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>mcp-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>mcp-webflux-sse-transport</artifactId>
Expand All @@ -25,13 +25,13 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>mcp</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>mcp-test</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions mcp-transport/mcp-webmvc-sse-transport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>mcp-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>mcp-webmvc-sse-transport</artifactId>
Expand All @@ -25,13 +25,13 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>mcp</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>mcp-test</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion mcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>mcp-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
</parent>
<artifactId>mcp</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.springframework.experimental</groupId>
<artifactId>mcp-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>

<packaging>pom</packaging>
<url>https://github.com/spring-projects-experimental/spring-ai-mcp</url>
Expand Down
2 changes: 1 addition & 1 deletion spring-ai-mcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>mcp-parent</artifactId>
<version>0.6.0</version>
<version>0.7.0-SNAPSHOT</version>
</parent>
<artifactId>spring-ai-mcp</artifactId>
<name>Spring AI MCP</name>
Expand Down

0 comments on commit dd64cd8

Please sign in to comment.