File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
spring-data-cassandra-distribution Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 77
77
</developer >
78
78
</developers >
79
79
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
+
80
94
<modules >
81
95
<module >spring-data-cassandra</module >
82
96
<module >spring-data-cassandra-distribution</module >
Original file line number Diff line number Diff line change 15
15
<artifactId >spring-data-cassandra-distribution</artifactId >
16
16
<packaging >pom</packaging >
17
17
18
+ <name >Spring Data for Apache Cassandra Distribution</name >
19
+ <description >Distribution build for Spring Data Cassandra</description >
20
+
18
21
<properties >
19
22
<project .root>${basedir} /..</project .root>
20
23
<antora .playbook>${project.basedir} /../src/main/antora/antora-playbook.yml</antora .playbook>
Original file line number Diff line number Diff line change 16
16
17
17
<name >Spring Data for Apache Cassandra Core</name >
18
18
<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 >
22
19
23
20
<properties >
24
21
<java-module-name >spring.data.cassandra</java-module-name >
You can’t perform that action at this time.
0 commit comments