Skip to content

Commit c1cb7d5

Browse files
committed
chore(release): Bump version to 0.2.0-SNAPSHOT
1 parent b4cfe8c commit c1cb7d5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Add the following Maven dependency to your project:
7878

7979
[source,xml]
8080
----
81+
<!-- Internally relies on native MCP Java SDK 0.8.1 -->
8182
<dependency>
8283
<groupId>io.github.codeboyzhou</groupId>
8384
<artifactId>mcp-declarative-java-sdk</artifactId>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>io.github.codeboyzhou</groupId>
99
<artifactId>mcp-declarative-java-sdk</artifactId>
10-
<version>0.1.0</version>
10+
<version>0.2.0-SNAPSHOT</version>
1111

1212
<name>MCP Declarative Java SDK</name>
1313
<description>Annotation-driven MCP (Model Context Protocol) Development with Java - Zero Spring Framework Dependencies</description>
@@ -49,13 +49,14 @@
4949
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
5050
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
5151
<!--==================== dependency versions ======================-->
52-
<mcp-sdk.version>0.8.1</mcp-sdk.version>
52+
<mcp-sdk.version>0.9.0-SNAPSHOT</mcp-sdk.version>
5353
<jetty.version>12.0.18</jetty.version>
5454
<reflections.version>0.10.2</reflections.version>
5555
</properties>
5656

5757
<dependencyManagement>
5858
<dependencies>
59+
<!-- Note: local installation is required if the mcp-sdk.version is SNAPSHOT -->
5960
<dependency>
6061
<groupId>io.modelcontextprotocol.sdk</groupId>
6162
<artifactId>mcp-bom</artifactId>

0 commit comments

Comments
 (0)