Skip to content

Upgrade io.modelcontextprotocol 0.10.0 -> 0.11.0-SNAPSHOT - #3781

Merged
ilayaperumalg merged 1 commit into
spring-projects:mainfrom
Kehrlann:dgarnier/mcp-0.11.0-SNAPSHOT
Jul 10, 2025
Merged

Upgrade io.modelcontextprotocol 0.10.0 -> 0.11.0-SNAPSHOT#3781
ilayaperumalg merged 1 commit into
spring-projects:mainfrom
Kehrlann:dgarnier/mcp-0.11.0-SNAPSHOT

Conversation

@Kehrlann

@Kehrlann Kehrlann commented Jul 10, 2025

Copy link
Copy Markdown
Contributor

For the next development version, we use MCP v0.11.0-SNAPSHOT.

Since this is a SNAPSHOT, it will be the Central Portal Snapshots repo, which you can add to your build file:

<repositories>
	<repository>
		<name>Central Portal Snapshots</name>
		<id>central-portal-snapshots</id>
		<url>https://central.sonatype.com/repository/maven-snapshots/</url>
		<releases>
			<enabled>false</enabled>
		</releases>
		<snapshots>
			<enabled>true</enabled>
		</snapshots>
	</repository>
	<!-- Spring snapshots & milestones repo ... -->
</repositories>

Signed-off-by: Daniel Garnier-Moiroux <git@garnier.wf>
@ilayaperumalg ilayaperumalg added this to the 1.1.x milestone Jul 10, 2025
@ilayaperumalg

Copy link
Copy Markdown
Member

@Kehrlann Thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants