Skip to content

Commit

Permalink
change git connection URL to use HTTPS instead of HTTP to improve sec…
Browse files Browse the repository at this point in the history
…urity (#47)
  • Loading branch information
sayaliM0412 authored Oct 2, 2023
1 parent 0658217 commit 7454671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
</developers>

<scm>
<connection>scm:git:git://github.com/liquibase/liquibase-databricks.git</connection>
<connection>scm:git:https://github.com/liquibase/liquibase-databricks.git</connection>
<url>https://github.com/liquibase/liquibase-databricks</url>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down

0 comments on commit 7454671

Please sign in to comment.