Skip to content

Commit

Permalink
Update scm git connection to use ssh.
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Grigoriadi <roman.grigoriadi@oracle.com>
  • Loading branch information
Roman Grigoriadi committed Nov 3, 2017
1 parent b51a1bc commit 75a2d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</licenses>

<scm>
<connection>scm:git:git://git@github.com:eclipse/yasson.git</connection>
<connection>scm:git:ssh://git@github.com:eclipse/yasson.git</connection>
<developerConnection>scm:git:ssh://git@github.com:eclipse/yasson.git</developerConnection>
<url>https://github.com/eclipse/yasson.git</url>
<tag>HEAD</tag>
Expand Down

0 comments on commit 75a2d81

Please sign in to comment.