From b337650cecfdf5fe0e5a5b691e08effee38ae25d Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Tue, 10 May 2022 12:46:54 +0200 Subject: [PATCH] Provide additional meta information via pom.xml Add description, url, scm and issueManagement. Closes: #2318 --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 0c5e152d5..af2b06a2e 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,8 @@ 2.6.5-SNAPSHOT Spring Data Redis + Spring Data module for Redis + https://spring.io/projects/spring-data-redis org.springframework.data.build @@ -29,6 +31,17 @@ spring.data.redis + + scm:git:https://github.com/spring-projects/spring-data-redis.git + scm:git:git@github.com:spring-projects/spring-data-redis.git + https://github.com/spring-projects/spring-data-redis + + + + GitHub + https://github.com/spring-projects/spring-data-redis/issues + +