Browse Source

Provide additional meta information via pom.xml

Add scm & issueManagement.

Closes: #4048
pull/4125/head
Christoph Strobl 4 years ago
parent
commit
0d4b5de2a5
No known key found for this signature in database
GPG Key ID: 8CC1AB53391458C8
  1. 11
      pom.xml

11
pom.xml

@ -112,6 +112,17 @@
</developer> </developer>
</developers> </developers>
<scm>
<connection>scm:git:https://github.com/spring-projects/spring-data-mongodb.git</connection>
<developerConnection>scm:git:git@github.com:spring-projects/spring-data-mongodb.git</developerConnection>
<url>https://github.com/spring-projects/spring-data-mongodb</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/spring-projects/spring-data-mongodb/issues</url>
</issueManagement>
<profiles> <profiles>
<profile> <profile>
<id>benchmarks</id> <id>benchmarks</id>

Loading…
Cancel
Save