Skip to content

Commit

Permalink
Merge pull request #243 from basil/scm
Browse files Browse the repository at this point in the history
Use HTTPS SCM URL
  • Loading branch information
alecharp committed Apr 24, 2023
2 parents a460b7c + ff1737b commit f1f416e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</developers>

<scm>
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
Expand Down

0 comments on commit f1f416e

Please sign in to comment.