Skip to content

Commit 2345fce

Browse files
committed
change scm connection to using ssh instead of https
1 parent fb537ca commit 2345fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flyway-test-extensions/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<scm>
4444
<!-- TODO SCM must be corrected for github -->
4545
<url>https://github.com/flyway/flyway-test-extensions</url>
46-
<connection>scm:git:ssh://github.com:flyway/flyway-test-extensions.git</connection>
47-
<developerConnection>scm:git:ssh://github.com:flyway/flyway-test-extensions.git</developerConnection>
46+
<connection>scm:git:ssh://git@github.com/flyway/flyway-test-extensions.git</connection>
47+
<developerConnection>scm:git:ssh://git@github.com/flyway/flyway-test-extensions.git</developerConnection>
4848

4949
<tag>HEAD</tag>
5050
</scm>

0 commit comments

Comments
 (0)