Skip to content

Commit 6cbd317

Browse files
committed
Next development version
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
1 parent d82a928 commit 6cbd317

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.0</version>
9+
<version>0.18.1-SNAPSHOT</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.0</version>
27+
<version>0.18.1-SNAPSHOT</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.0</version>
9+
<version>0.18.1-SNAPSHOT</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.0</version>
9+
<version>0.18.1-SNAPSHOT</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.0</version>
27+
<version>0.18.1-SNAPSHOT</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.0</version>
10+
<version>0.18.1-SNAPSHOT</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.0</version>
9+
<version>0.18.1-SNAPSHOT</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.0</version>
9+
<version>0.18.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>mcp-json-jackson2</artifactId>
1212
<packaging>jar</packaging>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>io.modelcontextprotocol.sdk</groupId>
7373
<artifactId>mcp-core</artifactId>
74-
<version>0.18.0</version>
74+
<version>0.18.1-SNAPSHOT</version>
7575
</dependency>
7676
<dependency>
7777
<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.0</version>
9+
<version>0.18.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>mcp-json-jackson3</artifactId>
1212
<packaging>jar</packaging>
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>io.modelcontextprotocol.sdk</groupId>
6767
<artifactId>mcp-core</artifactId>
68-
<version>0.18.0</version>
68+
<version>0.18.1-SNAPSHOT</version>
6969
</dependency>
7070
<dependency>
7171
<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.0</version>
9+
<version>0.18.1-SNAPSHOT</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.0</version>
29+
<version>0.18.1-SNAPSHOT</version>
3030
</dependency>
3131

3232
<dependency>
3333
<groupId>io.modelcontextprotocol.sdk</groupId>
3434
<artifactId>mcp-test</artifactId>
35-
<version>0.18.0</version>
35+
<version>0.18.1-SNAPSHOT</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.0</version>
48+
<version>0.18.1-SNAPSHOT</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.0</version>
9+
<version>0.18.1-SNAPSHOT</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.0</version>
29+
<version>0.18.1-SNAPSHOT</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.0</version>
41+
<version>0.18.1-SNAPSHOT</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.0</version>
48+
<version>0.18.1-SNAPSHOT</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.0</version>
55+
<version>0.18.1-SNAPSHOT</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.0</version>
9+
<version>0.18.1-SNAPSHOT</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.0</version>
27+
<version>0.18.1-SNAPSHOT</version>
2828
</dependency>
2929

3030
<dependency>
@@ -159,7 +159,7 @@
159159
<dependency>
160160
<groupId>io.modelcontextprotocol.sdk</groupId>
161161
<artifactId>mcp-json-jackson3</artifactId>
162-
<version>0.18.0</version>
162+
<version>0.18.1-SNAPSHOT</version>
163163
<scope>test</scope>
164164
</dependency>
165165
</dependencies>
@@ -170,7 +170,7 @@
170170
<dependency>
171171
<groupId>io.modelcontextprotocol.sdk</groupId>
172172
<artifactId>mcp-json-jackson2</artifactId>
173-
<version>0.18.0</version>
173+
<version>0.18.1-SNAPSHOT</version>
174174
<scope>test</scope>
175175
</dependency>
176176
</dependencies>

0 commit comments

Comments
 (0)