Skip to content

Commit 8a6c453

Browse files
Provide additional meta information via pom.xml
Add description, url, scm and issueManagement. Closes: #2318
1 parent 35e44f6 commit 8a6c453

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<version>3.0.0-SNAPSHOT</version>
99

1010
<name>Spring Data Redis</name>
11+
<description>Spring Data module for Redis</description>
12+
<url>https://spring.io/projects/spring-data-redis</url>
1113

1214
<parent>
1315
<groupId>org.springframework.data.build</groupId>
@@ -28,6 +30,17 @@
2830
<java-module-name>spring.data.redis</java-module-name>
2931
</properties>
3032

33+
<scm>
34+
<connection>scm:git:https://github.com/spring-projects/spring-data-redis.git</connection>
35+
<developerConnection>scm:git:[email protected]:spring-projects/spring-data-redis.git</developerConnection>
36+
<url>https://github.com/spring-projects/spring-data-redis</url>
37+
</scm>
38+
39+
<issueManagement>
40+
<system>GitHub</system>
41+
<url>https://github.com/spring-projects/spring-data-redis/issues</url>
42+
</issueManagement>
43+
3144
<dependencyManagement>
3245
<dependencies>
3346

0 commit comments

Comments
 (0)