Skip to content

Commit

Permalink
fix-scm-connection (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
jandroav authored Feb 16, 2024
1 parent 150757d commit 49718db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@
</developers>

<scm>
<connection>scm:git:git://github.com/liquibase/liquibase-databricks.git</connection>
<url>https://github.com/liquibase/liquibase-databricks</url>
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>https://github.com/liquibase/liquibase-databricks.git</url>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down

0 comments on commit 49718db

Please sign in to comment.