Skip to content

Commit 72e219c

Browse files
Merge pull request #363 from vorburger:mcp-pom-version
PiperOrigin-RevId: 798255286
2 parents eb232ee + 275bc43 commit 72e219c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

contrib/langchain4j/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<description>LangChain4j integration for the Agent Development Kit.</description>
3131

3232
<properties>
33-
<mcp-schema.version>0.10.0</mcp-schema.version>
33+
<mcp.version>0.10.0</mcp.version>
3434
<google.genai.version>1.8.0</google.genai.version>
3535
<junit.version>5.11.4</junit.version>
3636
<mockito.version>5.17.0</mockito.version>
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>io.modelcontextprotocol.sdk</groupId>
8080
<artifactId>mcp</artifactId>
81-
<version>${mcp-schema.version}</version>
81+
<version>${mcp.version}</version>
8282
</dependency>
8383

8484
<!-- Test dependencies -->

core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<description>Agent Development Kit: an open-source, code-first toolkit designed to simplify building, evaluating, and deploying advanced AI agents anywhere.</description>
3131

3232
<properties>
33-
<mcp-schema.version>0.10.0</mcp-schema.version>
33+
<mcp.version>0.10.0</mcp.version>
3434
<errorprone.version>2.38.0</errorprone.version>
3535
<google.auth.version>1.33.1</google.auth.version>
3636
<google.cloud.storage.version>2.28.0</google.cloud.storage.version>
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId> io.modelcontextprotocol.sdk</groupId>
7878
<artifactId>mcp</artifactId>
79-
<version>${mcp-schema.version}</version>
79+
<version>${mcp.version}</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>com.google.auth</groupId>
@@ -229,4 +229,4 @@
229229
</resource>
230230
</resources>
231231
</build>
232-
</project>
232+
</project>

0 commit comments

Comments
 (0)