From 41274c9fcd9324cc0d956a6d442df5c1c9fa499f Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Thu, 10 Apr 2025 21:29:20 +0100 Subject: [PATCH] Add SCM URL to the chat memory POM files Signed-off-by: Ilayaperumal Gopinathan --- memory/spring-ai-model-chat-memory-cassandra/pom.xml | 6 ++++++ memory/spring-ai-model-chat-memory-jdbc/pom.xml | 6 ++++++ memory/spring-ai-model-chat-memory-neo4j/pom.xml | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/memory/spring-ai-model-chat-memory-cassandra/pom.xml b/memory/spring-ai-model-chat-memory-cassandra/pom.xml index 879ec7fcf..b516e16d4 100644 --- a/memory/spring-ai-model-chat-memory-cassandra/pom.xml +++ b/memory/spring-ai-model-chat-memory-cassandra/pom.xml @@ -32,6 +32,12 @@ https://github.com/spring-projects/spring-ai + + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git + + 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 be2079a6a..d22c92b6e 100644 --- a/memory/spring-ai-model-chat-memory-jdbc/pom.xml +++ b/memory/spring-ai-model-chat-memory-jdbc/pom.xml @@ -32,6 +32,12 @@ https://github.com/spring-projects/spring-ai + + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git + + 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 409a10043..53056d55c 100644 --- a/memory/spring-ai-model-chat-memory-neo4j/pom.xml +++ b/memory/spring-ai-model-chat-memory-neo4j/pom.xml @@ -32,6 +32,12 @@ https://github.com/spring-projects/spring-ai + + https://github.com/spring-projects/spring-ai + git://github.com/spring-projects/spring-ai.git + git@github.com:spring-projects/spring-ai.git + + org.springframework.ai