Skip to content

Commit 8296ab7

Browse files
committed
chore: Rename mcp-schema.version property in POM to mcp.version
1 parent 48cfb3d commit 8296ab7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)