Skip to content

Commit

Permalink
Merge pull request #256 from basil/scm
Browse files Browse the repository at this point in the history
Use HTTPS SCM URL
  • Loading branch information
TobiX authored Nov 9, 2022
2 parents dfefd95 + 38ee4ea commit 8ce3933
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 @@ -33,7 +33,7 @@
</developers>

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

0 comments on commit 8ce3933

Please sign in to comment.