Skip to content

Commit 3c87155

Browse files
committed
Release version 1.0.0
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
1 parent 27c859c commit 3c87155

File tree

14 files changed

+20
-101
lines changed

14 files changed

+20
-101
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</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</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</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</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</version>
3232
</dependency>
3333

3434
<dependency>

docs/blog/.authors.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/blog/index.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/blog/posts/mcp-server-performance-benchmark.md

Lines changed: 0 additions & 72 deletions
This file was deleted.

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</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</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</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</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</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</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>tools.jackson.core</groupId>

0 commit comments

Comments
 (0)