Skip to content

Commit f73a4b2

Browse files
committed
Add url and scm to claude-code-sdk module for Maven Central
1 parent 5bd643a commit f73a4b2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

claude-code-sdk/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616

1717
<name>Claude Code SDK</name>
1818
<description>Java SDK for interacting with Claude Code CLI - Low-level binding with resilience features</description>
19+
<url>https://github.com/spring-ai-community/claude-agent-sdk-java</url>
20+
21+
<scm>
22+
<url>https://github.com/spring-ai-community/claude-agent-sdk-java</url>
23+
<connection>git://github.com/spring-ai-community/claude-agent-sdk-java.git</connection>
24+
<developerConnection>git@github.com:spring-ai-community/claude-agent-sdk-java.git</developerConnection>
25+
</scm>
1926

2027
<dependencies>
2128
<!-- Core process execution -->

0 commit comments

Comments
 (0)