Skip to content

Commit 5701bf9

Browse files
committed
bumped version
1 parent 5f3cf63 commit 5701bf9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

mcp-resilience4j/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ MCP tool calls cross a network. Without resilience:
1919
<dependency>
2020
<groupId>io.modelcontextprotocol.sdk</groupId>
2121
<artifactId>mcp-resilience4j</artifactId>
22-
<version>2.0.1-SNAPSHOT</version>
22+
<version>2.1.1-SNAPSHOT</version>
2323
</dependency>
2424
```
2525

@@ -31,7 +31,7 @@ Or via the BOM:
3131
<dependency>
3232
<groupId>io.modelcontextprotocol.sdk</groupId>
3333
<artifactId>mcp-bom</artifactId>
34-
<version>2.0.1-SNAPSHOT</version>
34+
<version>2.1.1-SNAPSHOT</version>
3535
<type>pom</type>
3636
<scope>import</scope>
3737
</dependency>

mcp-resilience4j/pom.xml

Lines changed: 4 additions & 4 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>2.0.1-SNAPSHOT</version>
9+
<version>2.1.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>mcp-resilience4j</artifactId>
1212
<packaging>jar</packaging>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>io.modelcontextprotocol.sdk</groupId>
3030
<artifactId>mcp-core</artifactId>
31-
<version>2.0.5-SNAPSHOT</version>
31+
<version>2.1.1-SNAPSHOT</version>
3232
<scope>provided</scope>
3333
</dependency>
3434

@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>io.modelcontextprotocol.sdk</groupId>
174174
<artifactId>mcp-json-jackson3</artifactId>
175-
<version>2.0.5-SNAPSHOT</version>
175+
<version>2.1.1-SNAPSHOT</version>
176176
<scope>test</scope>
177177
</dependency>
178178
</dependencies>
@@ -183,7 +183,7 @@
183183
<dependency>
184184
<groupId>io.modelcontextprotocol.sdk</groupId>
185185
<artifactId>mcp-json-jackson2</artifactId>
186-
<version>2.0.5-SNAPSHOT</version>
186+
<version>2.1.1-SNAPSHOT</version>
187187
<scope>test</scope>
188188
</dependency>
189189
</dependencies>

0 commit comments

Comments
 (0)