Skip to content

Commit 4c845c9

Browse files
committed
chore(release): Update version to 0.1.0
1 parent 5d8b9fd commit 4c845c9

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Add the following Maven dependency to your project:
7676
<dependency>
7777
<groupId>io.github.codeboyzhou</groupId>
7878
<artifactId>mcp-declarative-java-sdk</artifactId>
79-
<version>0.1.0-SNAPSHOT</version>
79+
<version>0.1.0</version>
8080
</dependency>
8181
----
8282

pom.xml

+29-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,35 @@
77

88
<groupId>io.github.codeboyzhou</groupId>
99
<artifactId>mcp-declarative-java-sdk</artifactId>
10-
<version>0.1.0-SNAPSHOT</version>
10+
<version>0.1.0</version>
11+
12+
<name>MCP Declarative Java SDK</name>
13+
<description>Annotation-driven MCP (Model Context Protocol) Development with Java - Zero Spring Framework Dependencies</description>
14+
<url>https://github.com/codeboyzhou/mcp-declarative-java-sdk</url>
15+
16+
<licenses>
17+
<license>
18+
<name>MIT License</name>
19+
<url>https://opensource.org/license/mit</url>
20+
<distribution>repo</distribution>
21+
</license>
22+
</licenses>
23+
24+
<developers>
25+
<developer>
26+
<name>codeboyzhou</name>
27+
<email>[email protected]</email>
28+
</developer>
29+
</developers>
30+
31+
<scm>
32+
<url>https://github.com/codeboyzhou/mcp-declarative-java-sdk</url>
33+
</scm>
34+
35+
<issueManagement>
36+
<system>GitHub</system>
37+
<url>https://github.com/codeboyzhou/mcp-declarative-java-sdk/issues</url>
38+
</issueManagement>
1139

1240
<properties>
1341
<java.version>17</java.version>

0 commit comments

Comments
 (0)