Skip to content

Commit 53a7f37

Browse files
committed
docs: add release-please version annotations
1 parent 13f517e commit 53a7f37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Add the dependency to your `pom.xml`:
9696
<dependency>
9797
<groupId>com.google.cloud.mcp</groupId>
9898
<artifactId>mcp-toolbox-sdk-java</artifactId>
99-
<version>0.1.1</version>
99+
<version>0.1.1</version> <!-- x-release-please-version -->
100100
<scope>compile</scope>
101101
</dependency>
102102
```
@@ -106,7 +106,7 @@ Add the dependency to your `pom.xml`:
106106
```
107107
dependencies {
108108
// Source: https://mvnrepository.com/artifact/com.google.cloud.mcp/mcp-toolbox-sdk-java
109-
implementation("com.google.cloud.mcp:mcp-toolbox-sdk-java:0.1.1")
109+
implementation("com.google.cloud.mcp:mcp-toolbox-sdk-java:0.1.1") // x-release-please-version
110110
}
111111
```
112112

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In any case remember to change the `YOUR_TOOLBOX_SERVICE_ENDPOINT` placeholder i
4545
<dependency>
4646
<groupId>com.google.cloud.mcp</groupId>
4747
<artifactId>mcp-toolbox-sdk-java</artifactId>
48-
<version>0.1.1</version>
48+
<version>0.1.1</version> <!-- x-release-please-version -->
4949
</dependency>
5050
```
5151

0 commit comments

Comments
 (0)