Skip to content

Commit 4b48244

Browse files
Switch to using ssh based authentication to GiHub (#72)
The current method of using application keys is an additional step to upload using ssh keys avoids the need to generate application keys.
1 parent ebf89b0 commit 4b48244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@
340340
</developers>
341341

342342
<scm>
343-
<connection>scm:git:https://github.com/salesforce/mirus.git</connection>
344-
<developerConnection>scm:git:https://github.com/salesforce/mirus.git</developerConnection>
343+
<connection>scm:git:ssh://git@github.com/salesforce/mirus.git</connection>
344+
<developerConnection>scm:git:ssh://git@github.com/salesforce/mirus.git</developerConnection>
345345
<url>http://github.com/salesforce/mirus</url>
346346
<tag>HEAD</tag>
347347
</scm>

0 commit comments

Comments
 (0)