Skip to content

Commit 2852376

Browse files
Use public Github links i.e. not requiring an SSH user
1 parent 3fadecb commit 2852376

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
</license>
2121
</licenses>
2222
<scm>
23-
<connection>scm:git:git@github.com:ably/ably-java</connection>
24-
<developerConnection>scm:git:git@github.com:ably/ably-java&lt;/developerConnection</developerConnection>
25-
<url>scm:git:git@github.com:ably/ably-java</url>
23+
<connection>scm:git:https://github.com/ably/ably-java</connection>
24+
<developerConnection>scm:git:git@github.com:ably/ably-java</developerConnection>
25+
<url>scm:git:https://github.com/ably/ably-java</url>
2626
</scm>
2727
<issueManagement>
2828
<system>Github</system>

0 commit comments

Comments
 (0)