Skip to content

Commit e04019a

Browse files
authored
[trigger release] Use https for the developerConnection over ssh (#763)
1 parent 7b49039 commit e04019a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<description>Java client library for Datadog API</description>
1010
<scm>
1111
<connection>scm:git:git://github.com/DataDog/datadog-api-client-java.git</connection>
12-
<developerConnection>scm:git:git@github.com:DataDog/datadog-api-client-java.git</developerConnection>
12+
<developerConnection>scm:git:https://github.com/DataDog/datadog-api-client-java.git</developerConnection>
1313
<url>https://github.com/DataDog/datadog-api-client-java</url>
1414
<tag>HEAD</tag>
1515
</scm>

0 commit comments

Comments
 (0)