Change scm connection to use ssh instead of https

This commit is contained in:
Martin Grotzke 2014-07-21 18:39:14 +02:00
parent 55b14d2a69
commit 900abe45ce

View File

@ -26,8 +26,8 @@
<scm>
<url>https://github.com/EsotericSoftware/reflectasm</url>
<connection>scm:git:https://github.com/EsotericSoftware/reflectasm.git</connection>
<developerConnection>scm:git:https://github.com/EsotericSoftware/reflectasm.git</developerConnection>
<connection>scm:git:git@github.com:EsotericSoftware/reflectasm.git</connection>
<developerConnection>scm:git:git@github.com:EsotericSoftware/reflectasm.git</developerConnection>
</scm>
<developers>