Skip to content

Commit 93ef80d

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

File tree

4 files changed

+113
-6
lines changed

4 files changed

+113
-6
lines changed

mcp-authorization-server/pom.xml

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

1956
<dependencies>
2057
<dependency>

mcp-client-security/pom.xml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,43 @@
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+
<url>https://github.com/spring-ai-community/mcp-security</url>
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>
1754

1855
<dependencies>
1956
<dependency>

mcp-server-security/pom.xml

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

1956
<dependencies>
2057
<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)