Skip to content

Commit 6ed1491

Browse files
committed
Configure separate push URL in developerConnection
This is needed for releasing on internal build server until we have a better way to push to Maven Central.
1 parent 7c578b2 commit 6ed1491

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@
205205

206206
<scm>
207207
<connection>scm:git:git@github.com:atlassian/commonmark-java.git</connection>
208-
<developerConnection>scm:git:git@github.com:atlassian/commonmark-java.git</developerConnection>
208+
<!-- 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>
209210
<url>https://github.com/atlassian/commonmark-java</url>
210211
<tag>HEAD</tag>
211212
</scm>

0 commit comments

Comments
 (0)