Skip to content

Commit 1d3defa

Browse files
committed
ci: use https for scm information to enable token authentication
1 parent d8f893b commit 1d3defa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
<scm>
1313
<url>https://github.com/danubetech/verifiable-credentials-java</url>
14-
<connection>scm:git:git://github.com/danubetech/verifiable-credentials-java.git</connection>
15-
<developerConnection>scm:git:git@github.com:danubetech/verifiable-credentials-java.git</developerConnection>
14+
<connection>scm:git:https://github.com/danubetech/verifiable-credentials-java.git</connection>
15+
<developerConnection>scm:git:https://github.com/danubetech/verifiable-credentials-java.git</developerConnection>
1616
</scm>
1717

1818
<issueManagement>

0 commit comments

Comments
 (0)