Skip to content

Commit 3510622

Browse files
committed
prefix groupId to avoid conflicts
1 parent 749d375 commit 3510622

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

mcp-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
1010
<version>0.12.0-SNAPSHOT</version>
1111
</parent>
@@ -95,4 +95,4 @@
9595
</plugins>
9696
</build>
9797

98-
</project>
98+
</project>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
99
<version>0.12.0-SNAPSHOT</version>
1010
<relativePath>../../pom.xml</relativePath>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
99
<version>0.12.0-SNAPSHOT</version>
1010
<relativePath>../../pom.xml</relativePath>

mcp-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
99
<version>0.12.0-SNAPSHOT</version>
1010
</parent>
@@ -101,4 +101,4 @@
101101
</dependencies>
102102

103103

104-
</project>
104+
</project>

mcp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
99
<version>0.12.0-SNAPSHOT</version>
1010
</parent>
@@ -220,4 +220,4 @@
220220
</dependencies>
221221

222222

223-
</project>
223+
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
99
<version>0.12.0-SNAPSHOT</version>
1010

0 commit comments

Comments
 (0)