Skip to content

Commit 36fd4cb

Browse files
committed
Release version 0.18.1
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
1 parent 8491769 commit 36fd4cb

File tree

12 files changed

+28
-28
lines changed

12 files changed

+28
-28
lines changed

conformance-tests/client-jdk-http-client/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>conformance-tests</artifactId>
9-
<version>0.18.1-SNAPSHOT</version>
9+
<version>0.18.1</version>
1010
</parent>
1111
<artifactId>client-jdk-http-client</artifactId>
1212
<packaging>jar</packaging>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>io.modelcontextprotocol.sdk</groupId>
2626
<artifactId>mcp</artifactId>
27-
<version>0.18.1-SNAPSHOT</version>
27+
<version>0.18.1</version>
2828
</dependency>
2929

3030
<!-- Logging -->

conformance-tests/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.18.1-SNAPSHOT</version>
9+
<version>0.18.1</version>
1010
</parent>
1111
<artifactId>conformance-tests</artifactId>
1212
<packaging>pom</packaging>

conformance-tests/server-servlet/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>conformance-tests</artifactId>
9-
<version>0.18.1-SNAPSHOT</version>
9+
<version>0.18.1</version>
1010
</parent>
1111
<artifactId>server-servlet</artifactId>
1212
<packaging>jar</packaging>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>io.modelcontextprotocol.sdk</groupId>
2626
<artifactId>mcp</artifactId>
27-
<version>0.18.1-SNAPSHOT</version>
27+
<version>0.18.1</version>
2828
</dependency>
2929

3030
<dependency>

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.18.1-SNAPSHOT</version>
10+
<version>0.18.1</version>
1111
</parent>
1212

1313
<artifactId>mcp-bom</artifactId>

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>io.modelcontextprotocol.sdk</groupId>
88
<artifactId>mcp-parent</artifactId>
9-
<version>0.18.1-SNAPSHOT</version>
9+
<version>0.18.1</version>
1010
</parent>
1111
<artifactId>mcp-core</artifactId>
1212
<packaging>jar</packaging>

mcp-json-jackson2/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.18.1-SNAPSHOT</version>
9+
<version>0.18.1</version>
1010
</parent>
1111
<artifactId>mcp-json-jackson2</artifactId>
1212
<packaging>jar</packaging>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>io.modelcontextprotocol.sdk</groupId>
7272
<artifactId>mcp-core</artifactId>
73-
<version>0.18.1-SNAPSHOT</version>
73+
<version>0.18.1</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>com.networknt</groupId>

mcp-json-jackson3/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.18.1-SNAPSHOT</version>
9+
<version>0.18.1</version>
1010
</parent>
1111
<artifactId>mcp-json-jackson3</artifactId>
1212
<packaging>jar</packaging>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>io.modelcontextprotocol.sdk</groupId>
6666
<artifactId>mcp-core</artifactId>
67-
<version>0.18.1-SNAPSHOT</version>
67+
<version>0.18.1</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>tools.jackson.core</groupId>

mcp-spring/mcp-spring-webflux/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.18.1-SNAPSHOT</version>
9+
<version>0.18.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>mcp-spring-webflux</artifactId>
@@ -26,13 +26,13 @@
2626
<dependency>
2727
<groupId>io.modelcontextprotocol.sdk</groupId>
2828
<artifactId>mcp-core</artifactId>
29-
<version>0.18.1-SNAPSHOT</version>
29+
<version>0.18.1</version>
3030
</dependency>
3131

3232
<dependency>
3333
<groupId>io.modelcontextprotocol.sdk</groupId>
3434
<artifactId>mcp-test</artifactId>
35-
<version>0.18.1-SNAPSHOT</version>
35+
<version>0.18.1</version>
3636
<scope>test</scope>
3737
</dependency>
3838

@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>io.modelcontextprotocol.sdk</groupId>
4747
<artifactId>mcp-json-jackson2</artifactId>
48-
<version>0.18.1-SNAPSHOT</version>
48+
<version>0.18.1</version>
4949
<scope>test</scope>
5050
</dependency>
5151

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

Lines changed: 5 additions & 5 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.18.1-SNAPSHOT</version>
9+
<version>0.18.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>mcp-spring-webmvc</artifactId>
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>io.modelcontextprotocol.sdk</groupId>
2828
<artifactId>mcp-core</artifactId>
29-
<version>0.18.1-SNAPSHOT</version>
29+
<version>0.18.1</version>
3030
</dependency>
3131

3232
<dependency>
@@ -38,21 +38,21 @@
3838
<dependency>
3939
<groupId>io.modelcontextprotocol.sdk</groupId>
4040
<artifactId>mcp-test</artifactId>
41-
<version>0.18.1-SNAPSHOT</version>
41+
<version>0.18.1</version>
4242
<scope>test</scope>
4343
</dependency>
4444

4545
<dependency>
4646
<groupId>io.modelcontextprotocol.sdk</groupId>
4747
<artifactId>mcp-spring-webflux</artifactId>
48-
<version>0.18.1-SNAPSHOT</version>
48+
<version>0.18.1</version>
4949
<scope>test</scope>
5050
</dependency>
5151

5252
<dependency>
5353
<groupId>io.modelcontextprotocol.sdk</groupId>
5454
<artifactId>mcp-json-jackson2</artifactId>
55-
<version>0.18.1-SNAPSHOT</version>
55+
<version>0.18.1</version>
5656
<scope>test</scope>
5757
</dependency>
5858

mcp-test/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.18.1-SNAPSHOT</version>
9+
<version>0.18.1</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-core</artifactId>
27-
<version>0.18.1-SNAPSHOT</version>
27+
<version>0.18.1</version>
2828
</dependency>
2929

3030
<dependency>
@@ -156,7 +156,7 @@
156156
<dependency>
157157
<groupId>io.modelcontextprotocol.sdk</groupId>
158158
<artifactId>mcp-json-jackson3</artifactId>
159-
<version>0.18.1-SNAPSHOT</version>
159+
<version>0.18.1</version>
160160
<scope>test</scope>
161161
</dependency>
162162
</dependencies>
@@ -170,7 +170,7 @@
170170
<dependency>
171171
<groupId>io.modelcontextprotocol.sdk</groupId>
172172
<artifactId>mcp-json-jackson2</artifactId>
173-
<version>0.18.1-SNAPSHOT</version>
173+
<version>0.18.1</version>
174174
<scope>test</scope>
175175
</dependency>
176176
</dependencies>

0 commit comments

Comments
 (0)