Skip to content

Commit 853d478

Browse files
committed
Add SCM URL to the chat memory POM files
Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>
1 parent 442b2e9 commit 853d478

File tree

3 files changed

+18
-0
lines changed
  • memory
    • spring-ai-model-chat-memory-cassandra
    • spring-ai-model-chat-memory-jdbc
    • spring-ai-model-chat-memory-neo4j

3 files changed

+18
-0
lines changed

memory/spring-ai-model-chat-memory-cassandra/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232

3333
<url>https://github.com/spring-projects/spring-ai</url>
3434

35+
<scm>
36+
<url>https://github.com/spring-projects/spring-ai</url>
37+
<connection>git://github.com/spring-projects/spring-ai.git</connection>
38+
<developerConnection>git@github.com:spring-projects/spring-ai.git</developerConnection>
39+
</scm>
40+
3541
<dependencies>
3642
<dependency>
3743
<groupId>org.springframework.ai</groupId>

memory/spring-ai-model-chat-memory-jdbc/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232

3333
<url>https://github.com/spring-projects/spring-ai</url>
3434

35+
<scm>
36+
<url>https://github.com/spring-projects/spring-ai</url>
37+
<connection>git://github.com/spring-projects/spring-ai.git</connection>
38+
<developerConnection>git@github.com:spring-projects/spring-ai.git</developerConnection>
39+
</scm>
40+
3541
<dependencies>
3642
<dependency>
3743
<groupId>org.springframework.ai</groupId>

memory/spring-ai-model-chat-memory-neo4j/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232

3333
<url>https://github.com/spring-projects/spring-ai</url>
3434

35+
<scm>
36+
<url>https://github.com/spring-projects/spring-ai</url>
37+
<connection>git://github.com/spring-projects/spring-ai.git</connection>
38+
<developerConnection>git@github.com:spring-projects/spring-ai.git</developerConnection>
39+
</scm>
40+
3541
<dependencies>
3642
<dependency>
3743
<groupId>org.springframework.ai</groupId>

0 commit comments

Comments
 (0)