Skip to content

Commit 66c0661

Browse files
committed
build: Update version numbers in pom.xml and documentation
- Bump project version from 0.6.0-SNAPSHOT to 0.6.0 in pom.xml - Update mcp-sdk version from 0.11.0 to 0.11.1 in pom.xml - Reflect version changes in README.md and getting-started.md documentation
1 parent 0947de8 commit 66c0661

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ Now it's all set, run your MCP server, choose one MCP client you like and start
133133
Add the following Maven dependency to your project:
134134

135135
```xml
136-
<!-- Internally relies on native MCP Java SDK 0.10.0 -->
136+
<!-- Internally relies on native MCP Java SDK 0.11.1 -->
137137
<dependency>
138138
<groupId>io.github.codeboyzhou</groupId>
139139
<artifactId>mcp-declarative-java-sdk</artifactId>
140-
<version>0.5.0</version>
140+
<version>0.6.0</version>
141141
</dependency>
142142
```
143143

docs/docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ hide:
1414
Add the following Maven dependency to your project:
1515

1616
```xml
17-
<!-- Internally relies on native MCP Java SDK 0.11.0-SNAPSHOT -->
17+
<!-- Internally relies on native MCP Java SDK 0.11.1 -->
1818
<dependency>
1919
<groupId>io.github.codeboyzhou</groupId>
2020
<artifactId>mcp-declarative-java-sdk</artifactId>
21-
<version>0.6.0-SNAPSHOT</version>
21+
<version>0.6.0</version>
2222
</dependency>
2323
```
2424

pom.xml

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

77
<groupId>io.github.codeboyzhou</groupId>
88
<artifactId>mcp-declarative-java-sdk</artifactId>
9-
<version>0.6.0-SNAPSHOT</version>
9+
<version>0.6.0</version>
1010

1111
<name>MCP Declarative Java SDK</name>
1212
<description>Annotation-driven MCP (Model Context Protocol) Development with Java - No Spring Framework Required</description>
@@ -59,7 +59,7 @@
5959
<jetty.version>12.0.18</jetty.version>
6060
<junit5.version>5.10.2</junit5.version>
6161
<logback.version>1.5.18</logback.version>
62-
<mcp-sdk.version>0.11.0</mcp-sdk.version>
62+
<mcp-sdk.version>0.11.1</mcp-sdk.version>
6363
<mockito.version>5.18.0</mockito.version>
6464
<reflections.version>0.10.2</reflections.version>
6565
</properties>
@@ -179,7 +179,6 @@
179179
<configuration>
180180
<compilerArgs>
181181
<arg>-Xlint:deprecation</arg>
182-
<arg>-Werror</arg>
183182
</compilerArgs>
184183
</configuration>
185184
</plugin>

0 commit comments

Comments
 (0)