Skip to content

Commit 6022f66

Browse files
committed
change groupId and add internal nexus
1 parent 747df94 commit 6022f66

File tree

6 files changed

+41
-28
lines changed

6 files changed

+41
-28
lines changed

mcp-bom/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
8-
<groupId>io.modelcontextprotocol.sdk</groupId>
8+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
99
<artifactId>mcp-parent</artifactId>
10-
<version>0.11.0</version>
10+
<version>0.11.0-sproutsocial-rc1</version>
1111
</parent>
1212

1313
<artifactId>mcp-bom</artifactId>
@@ -28,28 +28,28 @@
2828
<dependencies>
2929
<!-- Core MCP -->
3030
<dependency>
31-
<groupId>io.modelcontextprotocol.sdk</groupId>
31+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
3232
<artifactId>mcp</artifactId>
3333
<version>${project.version}</version>
3434
</dependency>
3535

3636
<!-- MCP Test -->
3737
<dependency>
38-
<groupId>io.modelcontextprotocol.sdk</groupId>
38+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
3939
<artifactId>mcp-test</artifactId>
4040
<version>${project.version}</version>
4141
</dependency>
4242

4343
<!-- MCP Transport - WebFlux SSE -->
4444
<dependency>
45-
<groupId>io.modelcontextprotocol.sdk</groupId>
45+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
4646
<artifactId>mcp-spring-webflux</artifactId>
4747
<version>${project.version}</version>
4848
</dependency>
4949

5050
<!-- MCP Transport - WebMVC SSE -->
5151
<dependency>
52-
<groupId>io.modelcontextprotocol.sdk</groupId>
52+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
5353
<artifactId>mcp-spring-webmvc</artifactId>
5454
<version>${project.version}</version>
5555
</dependency>

mcp-spring/mcp-spring-webflux/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>io.modelcontextprotocol.sdk</groupId>
7+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
88
<artifactId>mcp-parent</artifactId>
9-
<version>0.11.0</version>
9+
<version>0.11.0-sproutsocial-rc1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>mcp-spring-webflux</artifactId>
@@ -23,15 +23,15 @@
2323

2424
<dependencies>
2525
<dependency>
26-
<groupId>io.modelcontextprotocol.sdk</groupId>
26+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
2727
<artifactId>mcp</artifactId>
28-
<version>0.11.0</version>
28+
<version>0.11.0-sproutsocial-rc1</version>
2929
</dependency>
3030

3131
<dependency>
32-
<groupId>io.modelcontextprotocol.sdk</groupId>
32+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
3333
<artifactId>mcp-test</artifactId>
34-
<version>0.11.0</version>
34+
<version>0.11.0-sproutsocial-rc1</version>
3535
<scope>test</scope>
3636
</dependency>
3737

mcp-spring/mcp-spring-webmvc/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>io.modelcontextprotocol.sdk</groupId>
7+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
88
<artifactId>mcp-parent</artifactId>
9-
<version>0.11.0</version>
9+
<version>0.11.0-sproutsocial-rc1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>mcp-spring-webmvc</artifactId>
@@ -23,9 +23,9 @@
2323

2424
<dependencies>
2525
<dependency>
26-
<groupId>io.modelcontextprotocol.sdk</groupId>
26+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
2727
<artifactId>mcp</artifactId>
28-
<version>0.11.0</version>
28+
<version>0.11.0-sproutsocial-rc1</version>
2929
</dependency>
3030

3131
<dependency>
@@ -35,16 +35,16 @@
3535
</dependency>
3636

3737
<dependency>
38-
<groupId>io.modelcontextprotocol.sdk</groupId>
38+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
3939
<artifactId>mcp-test</artifactId>
40-
<version>0.11.0</version>
40+
<version>0.11.0-sproutsocial-rc1</version>
4141
<scope>test</scope>
4242
</dependency>
4343

4444
<dependency>
45-
<groupId>io.modelcontextprotocol.sdk</groupId>
45+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
4646
<artifactId>mcp-spring-webflux</artifactId>
47-
<version>0.11.0</version>
47+
<version>0.11.0-sproutsocial-rc1</version>
4848
<scope>test</scope>
4949
</dependency>
5050

mcp-test/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>io.modelcontextprotocol.sdk</groupId>
7+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
88
<artifactId>mcp-parent</artifactId>
9-
<version>0.11.0</version>
9+
<version>0.11.0-sproutsocial-rc1</version>
1010
</parent>
1111
<artifactId>mcp-test</artifactId>
1212
<packaging>jar</packaging>
@@ -22,9 +22,9 @@
2222

2323
<dependencies>
2424
<dependency>
25-
<groupId>io.modelcontextprotocol.sdk</groupId>
25+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
2626
<artifactId>mcp</artifactId>
27-
<version>0.11.0</version>
27+
<version>0.11.0-sproutsocial-rc1</version>
2828
</dependency>
2929

3030
<dependency>

mcp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>io.modelcontextprotocol.sdk</groupId>
7+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
88
<artifactId>mcp-parent</artifactId>
9-
<version>0.11.0</version>
9+
<version>0.11.0-sproutsocial-rc1</version>
1010
</parent>
1111
<artifactId>mcp</artifactId>
1212
<packaging>jar</packaging>

pom.xml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>io.modelcontextprotocol.sdk</groupId>
7+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
88
<artifactId>mcp-parent</artifactId>
9-
<version>0.11.0</version>
9+
<version>0.11.0-sproutsocial-rc1</version>
1010

1111
<packaging>pom</packaging>
1212
<url>https://github.com/modelcontextprotocol/java-sdk</url>
@@ -357,6 +357,7 @@
357357
</dependencyManagement>
358358

359359

360+
<!--
360361
<repositories>
361362
<repository>
362363
<id>maven-central</id>
@@ -369,5 +370,17 @@
369370
</releases>
370371
</repository>
371372
</repositories>
373+
-->
374+
375+
<distributionManagement>
376+
<repository>
377+
<id>internal</id>
378+
<url>https://nexus.int.sproutsocial.com/nexus/content/repositories/releases/</url>
379+
</repository>
380+
<snapshotRepository>
381+
<id>snapshots</id>
382+
<url>https://nexus.int.sproutsocial.com/nexus/content/repositories/snapshots/</url>
383+
</snapshotRepository>
384+
</distributionManagement>
372385

373386
</project>

0 commit comments

Comments
 (0)