Skip to content

Commit bc0bda3

Browse files
committed
ci: prepare all poms for publishing
Signed-off-by: Daniel Garnier-Moiroux <[email protected]>
1 parent fcdaa0c commit bc0bda3

File tree

4 files changed

+110
-6
lines changed

4 files changed

+110
-6
lines changed

mcp-authorization-server/pom.xml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,42 @@
1515
to provide support for the MCP authorization spec, including
1616
OAuth2 dynamic client registration and resource identifiers.
1717
</description>
18+
<name>Spring AI Community - MCP-compatible authorization server</name>
19+
20+
<scm>
21+
<url>https://github.com/spring-ai-community/mcp-security</url>
22+
<connection>git://github.com/spring-ai-community/mcp-security.git</connection>
23+
<developerConnection>[email protected]/spring-ai-community/mcp-security.git</developerConnection>
24+
</scm>
25+
26+
<organization>
27+
<name>Spring AI Community</name>
28+
<url>https://github.com/spring-ai-community</url>
29+
</organization>
30+
31+
<licenses>
32+
<license>
33+
<name>Apache License</name>
34+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
35+
</license>
36+
</licenses>
37+
38+
<developers>
39+
<developer>
40+
<name>Daniel Garnier-Moiroux</name>
41+
<email>[email protected]</email>
42+
<id>kehrlann</id>
43+
</developer>
44+
</developers>
45+
46+
<issueManagement>
47+
<system>Github Issues</system>
48+
<url>https://github.com/spring-ai-community/mcp-security/issues</url>
49+
</issueManagement>
50+
<ciManagement>
51+
<system>Github Actions</system>
52+
<url>https://github.com/spring-ai-community/mcp-security/actions</url>
53+
</ciManagement>
1854

1955
<dependencies>
2056
<dependency>

mcp-client-security/pom.xml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,42 @@
1414
Security extras for Spring AI MCP Clients, enabling
1515
OAuth2 authorization flows.
1616
</description>
17+
<name>Spring AI Community - MCP Client Security</name>
18+
19+
<scm>
20+
<url>https://github.com/spring-ai-community/mcp-security</url>
21+
<connection>git://github.com/spring-ai-community/mcp-security.git</connection>
22+
<developerConnection>[email protected]/spring-ai-community/mcp-security.git</developerConnection>
23+
</scm>
24+
25+
<organization>
26+
<name>Spring AI Community</name>
27+
<url>https://github.com/spring-ai-community</url>
28+
</organization>
29+
30+
<licenses>
31+
<license>
32+
<name>Apache License</name>
33+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
34+
</license>
35+
</licenses>
36+
37+
<developers>
38+
<developer>
39+
<name>Daniel Garnier-Moiroux</name>
40+
<email>[email protected]</email>
41+
<id>kehrlann</id>
42+
</developer>
43+
</developers>
44+
45+
<issueManagement>
46+
<system>Github Issues</system>
47+
<url>https://github.com/spring-ai-community/mcp-security/issues</url>
48+
</issueManagement>
49+
<ciManagement>
50+
<system>Github Actions</system>
51+
<url>https://github.com/spring-ai-community/mcp-security/actions</url>
52+
</ciManagement>
1753

1854
<dependencies>
1955
<dependency>

mcp-server-security/pom.xml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,42 @@
1515
protected resource metadata, and resource identifier
1616
validation.
1717
</description>
18+
<name>Spring AI Community - MCP Server Security</name>
19+
20+
<scm>
21+
<url>https://github.com/spring-ai-community/mcp-security</url>
22+
<connection>git://github.com/spring-ai-community/mcp-security.git</connection>
23+
<developerConnection>[email protected]/spring-ai-community/mcp-security.git</developerConnection>
24+
</scm>
25+
26+
<organization>
27+
<name>Spring AI Community</name>
28+
<url>https://github.com/spring-ai-community</url>
29+
</organization>
30+
31+
<licenses>
32+
<license>
33+
<name>Apache License</name>
34+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
35+
</license>
36+
</licenses>
37+
38+
<developers>
39+
<developer>
40+
<name>Daniel Garnier-Moiroux</name>
41+
<email>[email protected]</email>
42+
<id>kehrlann</id>
43+
</developer>
44+
</developers>
45+
46+
<issueManagement>
47+
<system>Github Issues</system>
48+
<url>https://github.com/spring-ai-community/mcp-security/issues</url>
49+
</issueManagement>
50+
<ciManagement>
51+
<system>Github Actions</system>
52+
<url>https://github.com/spring-ai-community/mcp-security/actions</url>
53+
</ciManagement>
1854

1955
<dependencies>
2056
<dependency>

pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,13 @@
3131
<developerConnection>[email protected]/spring-ai-community/mcp-security.git</developerConnection>
3232
</scm>
3333

34-
<name>MCP Java SDK - Security Parent</name>
34+
<name>Spring AI Community - MCP-Security parent</name>
3535
<description>This module enables developers to integrate Security and Authorization into their Spring AI MCP client
3636
and server projects
3737
</description>
3838

39-
4039
<organization>
41-
<name>Spring AI Communnity</name>
40+
<name>Spring AI Community</name>
4241
<url>https://github.com/spring-ai-community</url>
4342
</organization>
4443

@@ -55,9 +54,6 @@
5554
<email>[email protected]</email>
5655
<id>kehrlann</id>
5756
</developer>
58-
<developer>
59-
<name>Joe Grandja</name>
60-
</developer>
6157
</developers>
6258

6359
<issueManagement>

0 commit comments

Comments
 (0)