Skip to content

Commit 442b2e9

Browse files
committed
Update project URL in the POM files for chat memory modules
Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>
1 parent bda702e commit 442b2e9

File tree

3 files changed

+6
-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

+6
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<name>Spring AI Cassandra Chat Memory</name>
3131
<description>Spring AI Cassandra Chat Memory implementation</description>
3232

33+
<url>https://github.com/spring-projects/spring-ai</url>
34+
3335
<dependencies>
3436
<dependency>
3537
<groupId>org.springframework.ai</groupId>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<name>Spring AI JDBC Chat Memory</name>
3131
<description>Spring AI JDBC Chat Memory implementation</description>
3232

33+
<url>https://github.com/spring-projects/spring-ai</url>
34+
3335
<dependencies>
3436
<dependency>
3537
<groupId>org.springframework.ai</groupId>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<name>Spring AI Neo4j Chat Memory</name>
3131
<description>Spring AI Neo4j Chat Memory implementation</description>
3232

33+
<url>https://github.com/spring-projects/spring-ai</url>
34+
3335
<dependencies>
3436
<dependency>
3537
<groupId>org.springframework.ai</groupId>

0 commit comments

Comments
 (0)