From 94ff3d4110dc53289bb3a3d742895ee1350c5610 Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Thu, 10 Apr 2025 21:05:36 +0100 Subject: [PATCH] Update project URL in the POM files for chat memory modules Signed-off-by: Ilayaperumal Gopinathan --- memory/spring-ai-model-chat-memory-cassandra/pom.xml | 2 ++ memory/spring-ai-model-chat-memory-jdbc/pom.xml | 2 ++ memory/spring-ai-model-chat-memory-neo4j/pom.xml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/memory/spring-ai-model-chat-memory-cassandra/pom.xml b/memory/spring-ai-model-chat-memory-cassandra/pom.xml index cb7323171..879ec7fcf 100644 --- a/memory/spring-ai-model-chat-memory-cassandra/pom.xml +++ b/memory/spring-ai-model-chat-memory-cassandra/pom.xml @@ -30,6 +30,8 @@ Spring AI Cassandra Chat Memory Spring AI Cassandra Chat Memory implementation + https://github.com/spring-projects/spring-ai + org.springframework.ai diff --git a/memory/spring-ai-model-chat-memory-jdbc/pom.xml b/memory/spring-ai-model-chat-memory-jdbc/pom.xml index 6ae307ba4..be2079a6a 100644 --- a/memory/spring-ai-model-chat-memory-jdbc/pom.xml +++ b/memory/spring-ai-model-chat-memory-jdbc/pom.xml @@ -30,6 +30,8 @@ Spring AI JDBC Chat Memory Spring AI JDBC Chat Memory implementation + https://github.com/spring-projects/spring-ai + org.springframework.ai diff --git a/memory/spring-ai-model-chat-memory-neo4j/pom.xml b/memory/spring-ai-model-chat-memory-neo4j/pom.xml index 43b1201b7..409a10043 100644 --- a/memory/spring-ai-model-chat-memory-neo4j/pom.xml +++ b/memory/spring-ai-model-chat-memory-neo4j/pom.xml @@ -30,6 +30,8 @@ Spring AI Neo4j Chat Memory Spring AI Neo4j Chat Memory implementation + https://github.com/spring-projects/spring-ai + org.springframework.ai