Skip to content

Commit

Permalink
change scm connection to using ssh instead of https
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianGWE committed Jan 24, 2024
1 parent 603e803 commit fb537ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flyway-test-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<scm>
<!-- TODO SCM must be corrected for github -->
<url>https://github.com/flyway/flyway-test-extensions</url>
<connection>scm:git:ssh://flyway.github.com:flyway/flyway-test-extensions.git</connection>
<developerConnection>scm:git:ssh://flyway.github.com:flyway/flyway-test-extensions.git</developerConnection>
<connection>scm:git:ssh://github.com:flyway/flyway-test-extensions.git</connection>
<developerConnection>scm:git:ssh://github.com:flyway/flyway-test-extensions.git</developerConnection>

<tag>HEAD</tag>
</scm>
Expand Down

0 comments on commit fb537ca

Please sign in to comment.