Skip to content

Commit b337650

Browse files
Provide additional meta information via pom.xml
Add description, url, scm and issueManagement. Closes: spring-projects#2318
1 parent e593009 commit b337650

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

+13
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<version>2.6.5-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>
@@ -29,6 +31,17 @@
2931
<java-module-name>spring.data.redis</java-module-name>
3032
</properties>
3133

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

0 commit comments

Comments
 (0)