Skip to content

Commit

Permalink
Merge pull request #11 from basil/scm
Browse files Browse the repository at this point in the history
Use HTTPS SCM URL
  • Loading branch information
jtnord authored Oct 23, 2023
2 parents 1763dad + 3d7e21f commit 4649079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
</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>http://github.com/${gitHubRepo}</url>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
</scm>

Expand Down

0 comments on commit 4649079

Please sign in to comment.