From 853d478bcaec0361e7bc1cdd85f836f65c139280 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 3e1d4c2ae..717edc5be 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 4e5741bb4..c8a734d38 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 b669518e4..8f8248d7a 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