Skip to content

Commit

Permalink
Merge pull request #285 from basil/scm
Browse files Browse the repository at this point in the history
Use HTTPS SCM URL
  • Loading branch information
jglick authored Nov 22, 2022
2 parents 8cca711 + 87fcc69 commit 786198e
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 @@ -22,7 +22,7 @@

<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<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 786198e

Please sign in to comment.