Skip to content

Commit 14c265f

Browse files
Provide additional meta information via pom.xml
Add scm & issueManagement. Closes: #4048
1 parent 440a289 commit 14c265f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

+11
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,17 @@
113113
</developer>
114114
</developers>
115115

116+
<scm>
117+
<connection>scm:git:https://github.com/spring-projects/spring-data-mongodb.git</connection>
118+
<developerConnection>scm:git:[email protected]:spring-projects/spring-data-mongodb.git</developerConnection>
119+
<url>https://github.com/spring-projects/spring-data-mongodb</url>
120+
</scm>
121+
122+
<issueManagement>
123+
<system>GitHub</system>
124+
<url>https://github.com/spring-projects/spring-data-mongodb/issues</url>
125+
</issueManagement>
126+
116127
<profiles>
117128
<profile>
118129
<id>benchmarks</id>

0 commit comments

Comments
 (0)