Skip to content

Commit 55f7a53

Browse files
committed
Refine project metadata.
Add name and description to distribution project, add SCM and issue management. See #1580
1 parent e8d8f24 commit 55f7a53

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,20 @@
7777
</developer>
7878
</developers>
7979

80+
<scm>
81+
<connection>scm:git:https://github.com/spring-projects/spring-data-cassandra.git
82+
</connection>
83+
<developerConnection>
84+
scm:git:[email protected]:spring-projects/spring-data-cassandra.git
85+
</developerConnection>
86+
<url>https://github.com/spring-projects/spring-data-cassandra</url>
87+
</scm>
88+
89+
<issueManagement>
90+
<system>GitHub</system>
91+
<url>https://github.com/spring-projects/spring-data-cassandra/issues</url>
92+
</issueManagement>
93+
8094
<modules>
8195
<module>spring-data-cassandra</module>
8296
<module>spring-data-cassandra-distribution</module>

spring-data-cassandra-distribution/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
<artifactId>spring-data-cassandra-distribution</artifactId>
1616
<packaging>pom</packaging>
1717

18+
<name>Spring Data for Apache Cassandra Distribution</name>
19+
<description>Distribution build for Spring Data Cassandra</description>
20+
1821
<properties>
1922
<project.root>${basedir}/..</project.root>
2023
<antora.playbook>${project.basedir}/../src/main/antora/antora-playbook.yml</antora.playbook>

spring-data-cassandra/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
<name>Spring Data for Apache Cassandra Core</name>
1818
<description>Cassandra support for Spring Data</description>
19-
<url>
20-
https://github.com/spring-projects/spring-data-cassandra/tree/master/spring-data-cassandra
21-
</url>
2219

2320
<properties>
2421
<java-module-name>spring.data.cassandra</java-module-name>

0 commit comments

Comments
 (0)