We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440a289 commit 14c265fCopy full SHA for 14c265f
pom.xml
@@ -113,6 +113,17 @@
113
</developer>
114
</developers>
115
116
+ <scm>
117
+ <connection>scm:git:https://github.com/spring-projects/spring-data-mongodb.git</connection>
118
+ <developerConnection>scm:git:git@github.com: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
127
<profiles>
128
<profile>
129
<id>benchmarks</id>
0 commit comments