Skip to content

Commit ef064fc

Browse files
committed
Update SCM connection URLs in pom.xml to use HTTPS
1 parent 73e7c36 commit ef064fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
</developers>
3333

3434
<scm>
35-
<connection>scm:git:git://github.com/copilot-community-sdk/copilot-sdk-java.git</connection>
36-
<developerConnection>scm:git:ssh://github.com:copilot-community-sdk/copilot-sdk-java.git</developerConnection>
35+
<connection>scm:git:https://github.com/copilot-community-sdk/copilot-sdk-java.git</connection>
36+
<developerConnection>scm:git:https://github.com/copilot-community-sdk/copilot-sdk-java.git</developerConnection>
3737
<url>https://github.com/copilot-community-sdk/copilot-sdk-java</url>
3838
</scm>
3939

0 commit comments

Comments
 (0)