Skip to content

Commit 2464ad2

Browse files
committed
Release version 0.11.2
Signed-off-by: Christian Tzolov <[email protected]>
1 parent ea50838 commit 2464ad2

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

mcp-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.modelcontextprotocol.sdk</groupId>
99
<artifactId>mcp-parent</artifactId>
10-
<version>0.11.2-SNAPSHOT</version>
10+
<version>0.11.2</version>
1111
</parent>
1212

1313
<artifactId>mcp-bom</artifactId>

mcp-spring/mcp-spring-webflux/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.modelcontextprotocol.sdk</groupId>
88
<artifactId>mcp-parent</artifactId>
9-
<version>0.11.2-SNAPSHOT</version>
9+
<version>0.11.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>mcp-spring-webflux</artifactId>
@@ -25,13 +25,13 @@
2525
<dependency>
2626
<groupId>io.modelcontextprotocol.sdk</groupId>
2727
<artifactId>mcp</artifactId>
28-
<version>0.11.2-SNAPSHOT</version>
28+
<version>0.11.2</version>
2929
</dependency>
3030

3131
<dependency>
3232
<groupId>io.modelcontextprotocol.sdk</groupId>
3333
<artifactId>mcp-test</artifactId>
34-
<version>0.11.2-SNAPSHOT</version>
34+
<version>0.11.2</version>
3535
<scope>test</scope>
3636
</dependency>
3737

mcp-spring/mcp-spring-webmvc/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.modelcontextprotocol.sdk</groupId>
88
<artifactId>mcp-parent</artifactId>
9-
<version>0.11.2-SNAPSHOT</version>
9+
<version>0.11.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>mcp-spring-webmvc</artifactId>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>io.modelcontextprotocol.sdk</groupId>
2727
<artifactId>mcp</artifactId>
28-
<version>0.11.2-SNAPSHOT</version>
28+
<version>0.11.2</version>
2929
</dependency>
3030

3131
<dependency>
@@ -37,14 +37,14 @@
3737
<dependency>
3838
<groupId>io.modelcontextprotocol.sdk</groupId>
3939
<artifactId>mcp-test</artifactId>
40-
<version>0.11.2-SNAPSHOT</version>
40+
<version>0.11.2</version>
4141
<scope>test</scope>
4242
</dependency>
4343

4444
<dependency>
4545
<groupId>io.modelcontextprotocol.sdk</groupId>
4646
<artifactId>mcp-spring-webflux</artifactId>
47-
<version>0.11.2-SNAPSHOT</version>
47+
<version>0.11.2</version>
4848
<scope>test</scope>
4949
</dependency>
5050

mcp-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.modelcontextprotocol.sdk</groupId>
88
<artifactId>mcp-parent</artifactId>
9-
<version>0.11.2-SNAPSHOT</version>
9+
<version>0.11.2</version>
1010
</parent>
1111
<artifactId>mcp-test</artifactId>
1212
<packaging>jar</packaging>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>io.modelcontextprotocol.sdk</groupId>
2626
<artifactId>mcp</artifactId>
27-
<version>0.11.2-SNAPSHOT</version>
27+
<version>0.11.2</version>
2828
</dependency>
2929

3030
<dependency>

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>io.modelcontextprotocol.sdk</groupId>
88
<artifactId>mcp-parent</artifactId>
9-
<version>0.11.2-SNAPSHOT</version>
9+
<version>0.11.2</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>io.modelcontextprotocol.sdk</groupId>
88
<artifactId>mcp-parent</artifactId>
9-
<version>0.11.2-SNAPSHOT</version>
9+
<version>0.11.2</version>
1010

1111
<packaging>pom</packaging>
1212
<url>https://github.com/modelcontextprotocol/java-sdk</url>

0 commit comments

Comments
 (0)