Skip to content

Commit 3652c16

Browse files
committed
Release version 1.0.0-RC3
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
1 parent 29dc250 commit 3652c16

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
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>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0-RC3</version>
1010
</parent>
1111
<artifactId>client-jdk-http-client</artifactId>
1212
<packaging>jar</packaging>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>io.modelcontextprotocol.sdk</groupId>
3030
<artifactId>mcp</artifactId>
31-
<version>1.0.0-SNAPSHOT</version>
31+
<version>1.0.0-RC3</version>
3232
</dependency>
3333

3434
<!-- 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>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0-RC3</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>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0-RC3</version>
1010
</parent>
1111
<artifactId>server-servlet</artifactId>
1212
<packaging>jar</packaging>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>io.modelcontextprotocol.sdk</groupId>
3030
<artifactId>mcp</artifactId>
31-
<version>1.0.0-SNAPSHOT</version>
31+
<version>1.0.0-RC3</version>
3232
</dependency>
3333

3434
<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>1.0.0-SNAPSHOT</version>
10+
<version>1.0.0-RC3</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>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0-RC3</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>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0-RC3</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>1.0.0-SNAPSHOT</version>
73+
<version>1.0.0-RC3</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>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0-RC3</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>1.0.0-SNAPSHOT</version>
67+
<version>1.0.0-RC3</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>tools.jackson.core</groupId>

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>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0-RC3</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>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0-RC3</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>1.0.0-SNAPSHOT</version>
162+
<version>1.0.0-RC3</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>1.0.0-SNAPSHOT</version>
173+
<version>1.0.0-RC3</version>
174174
<scope>test</scope>
175175
</dependency>
176176
</dependencies>

mcp/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>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0-RC3</version>
1010
</parent>
1111
<artifactId>mcp</artifactId>
1212
<packaging>jar</packaging>
@@ -25,13 +25,13 @@
2525
<dependency>
2626
<groupId>io.modelcontextprotocol.sdk</groupId>
2727
<artifactId>mcp-json-jackson3</artifactId>
28-
<version>1.0.0-SNAPSHOT</version>
28+
<version>1.0.0-RC3</version>
2929
</dependency>
3030

3131
<dependency>
3232
<groupId>io.modelcontextprotocol.sdk</groupId>
3333
<artifactId>mcp-core</artifactId>
34-
<version>1.0.0-SNAPSHOT</version>
34+
<version>1.0.0-RC3</version>
3535
</dependency>
3636
</dependencies>
3737

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>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0-RC3</version>
1010

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

0 commit comments

Comments
 (0)