Skip to content

Commit 685519a

Browse files
committed
Next development version
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
1 parent b948d6a commit 685519a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ To use the MCP Annotations core module in your project, add the following depend
419419
<dependency>
420420
<groupId>com.logaritex.mcp</groupId>
421421
<artifactId>mcp-annotations</artifactId>
422-
<version>0.1.0-SNAPSHOT</version>
422+
<version>0.2.0-SNAPSHOT</version>
423423
</dependency>
424424
```
425425

@@ -431,7 +431,7 @@ To use the Spring integration module, add the following dependency:
431431
<dependency>
432432
<groupId>com.logaritex.mcp</groupId>
433433
<artifactId>spring-ai-mcp-annotations</artifactId>
434-
<version>0.1.0-SNAPSHOT</version>
434+
<version>0.2.0-SNAPSHOT</version>
435435
</dependency>
436436
```
437437

mcp-annotations-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.logaritex.mcp</groupId>
99
<artifactId>mcp-annotations-parent</artifactId>
10-
<version>0.1.0-SNAPSHOT</version>
10+
<version>0.2.0-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

mcp-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.logaritex.mcp</groupId>
99
<artifactId>mcp-annotations-parent</artifactId>
10-
<version>0.1.0-SNAPSHOT</version>
10+
<version>0.2.0-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.logaritex.mcp</groupId>
88
<artifactId>mcp-annotations-parent</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>0.2.0-SNAPSHOT</version>
1010

1111
<packaging>pom</packaging>
1212
<url>https://github.com/spring-ai-community/mcp-annotations</url>

0 commit comments

Comments
 (0)