Skip to content

Commit 4b4a6e6

Browse files
Fix developer connection for deployments to use HTTPs and GitHub tokens
1 parent b8f922c commit 4b4a6e6

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
@@ -148,7 +148,7 @@
148148

149149
<scm>
150150
<connection>scm:git:git://github.com/wiremock/wiremock-testcontainers-java.git</connection>
151-
<developerConnection>scm:git:git@github.com:wiremock/wiremock-testcontainers-java.git</developerConnection>
151+
<developerConnection>scm:git:https://github.com/wiremock/wiremock-testcontainers-java.git</developerConnection>
152152
<url>https://github.com/wiremock/wiremock-testcontainers-java</url>
153153
<tag>${scmTag}</tag>
154154
</scm>

0 commit comments

Comments
 (0)