Provide additional meta information via pom.xml
Add description, url, scm and issueManagement. Closes: #2318
This commit is contained in:
13
pom.xml
13
pom.xml
@@ -8,6 +8,8 @@
|
||||
<version>2.6.5-SNAPSHOT</version>
|
||||
|
||||
<name>Spring Data Redis</name>
|
||||
<description>Spring Data module for Redis</description>
|
||||
<url>https://spring.io/projects/spring-data-redis</url>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
@@ -29,6 +31,17 @@
|
||||
<java-module-name>spring.data.redis</java-module-name>
|
||||
</properties>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:https://github.com/spring-projects/spring-data-redis.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:spring-projects/spring-data-redis.git</developerConnection>
|
||||
<url>https://github.com/spring-projects/spring-data-redis</url>
|
||||
</scm>
|
||||
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/spring-projects/spring-data-redis/issues</url>
|
||||
</issueManagement>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user