We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c578b2 commit 6ed1491Copy full SHA for 6ed1491
1 file changed
pom.xml
@@ -205,7 +205,8 @@
205
206
<scm>
207
<connection>scm:git:git@github.com:atlassian/commonmark-java.git</connection>
208
- <developerConnection>scm:git:git@github.com:atlassian/commonmark-java.git</developerConnection>
+ <!-- Push URL is used for pushing commits and tag when doing a release on internal systems, see https://maven.apache.org/scm/git.html -->
209
+ <developerConnection>scm:git:[fetch=]git@github.com:atlassian/commonmark-java.git[push=]git@bitbucket.org:atlassian/commonmark-java.git</developerConnection>
210
<url>https://github.com/atlassian/commonmark-java</url>
211
<tag>HEAD</tag>
212
</scm>
0 commit comments