Skip to content

Commit

Permalink
MSLRES-4940 Switch back to git (SSH) protocol instead of https for scm
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav committed May 23, 2022
1 parent ecf1c91 commit 05eac60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@

<scm>
<url>https://github.com/sinch/sinch-java-sms</url>
<connection>scm:git:https://github.com/sinch/sinch-java-sms.git</connection>
<developerConnection>scm:git:https://github.com/sinch/sinch-java-sms.git</developerConnection>
<connection>scm:git:git://github.com/sinch/sinch-java-sms.git</connection>
<developerConnection>scm:git:git@github.com:sinch/sinch-java-sms.git</developerConnection>
<tag>HEAD</tag>
</scm>

Expand Down

0 comments on commit 05eac60

Please sign in to comment.