Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mcp-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
<artifactId>mcp-parent</artifactId>
<version>0.12.0-sprout</version>
<version>0.13.0-sprout</version>
</parent>

<artifactId>mcp-bom</artifactId>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
<artifactId>mcp</artifactId>
<version>0.12.0-sprout</version>
<version>0.13.0-sprout</version>
</dependency>

<!-- MCP Test -->
Expand Down
6 changes: 3 additions & 3 deletions mcp-spring/mcp-spring-webflux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
<artifactId>mcp-parent</artifactId>
<version>0.12.0-sprout</version>
<version>0.13.0-sprout</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>mcp-spring-webflux</artifactId>
Expand All @@ -25,13 +25,13 @@
<dependency>
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
<artifactId>mcp</artifactId>
<version>0.12.0-sprout</version>
<version>0.13.0-sprout</version>
</dependency>

<dependency>
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
<artifactId>mcp-test</artifactId>
<version>0.12.0-sprout</version>
<version>0.13.0-sprout</version>
<scope>test</scope>
</dependency>

Expand Down
8 changes: 4 additions & 4 deletions mcp-spring/mcp-spring-webmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
<artifactId>mcp-parent</artifactId>
<version>0.12.0-sprout</version>
<version>0.13.0-sprout</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>mcp-spring-webmvc</artifactId>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
<artifactId>mcp</artifactId>
<version>0.12.0-sprout</version>
<version>0.13.0-sprout</version>
</dependency>

<dependency>
Expand All @@ -37,14 +37,14 @@
<dependency>
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
<artifactId>mcp-test</artifactId>
<version>0.12.0-sprout</version>
<version>0.13.0-sprout</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
<artifactId>mcp-spring-webflux</artifactId>
<version>0.12.0-sprout</version>
<version>0.13.0-sprout</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions mcp-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
<artifactId>mcp-parent</artifactId>
<version>0.12.0-sprout</version>
<version>0.13.0-sprout</version>
</parent>
<artifactId>mcp-test</artifactId>
<packaging>jar</packaging>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
<artifactId>mcp</artifactId>
<version>0.12.0-sprout</version>
<version>0.13.0-sprout</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion mcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
<artifactId>mcp-parent</artifactId>
<version>0.12.0-sprout</version>
<version>0.13.0-sprout</version>
</parent>
<artifactId>mcp</artifactId>
<packaging>jar</packaging>
Expand Down
25 changes: 24 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
<artifactId>mcp-parent</artifactId>
<version>0.12.0-sprout</version>
<version>0.13.0-sprout</version>

<packaging>pom</packaging>
<url>https://github.com/modelcontextprotocol/java-sdk</url>
Expand Down Expand Up @@ -255,10 +255,23 @@
</execution>
</executions>
</plugin>
<!-- Deploy to US CodeArtifact -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version>
<executions>
<execution>
<id>us-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
<configuration>
<altDeploymentRepository>sproutsocial-us-releases::https://sproutsocial-412335208158.d.codeartifact.us-east-1.amazonaws.com/maven/mvn_releases/</altDeploymentRepository>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.github.eirslett</groupId>
Expand Down Expand Up @@ -388,6 +401,16 @@
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>sproutsocial-us-releases</id>
<url>https://sproutsocial-412335208158.d.codeartifact.us-east-1.amazonaws.com/maven/mvn_releases/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

<distributionManagement>
Expand Down
Loading