Skip to content

Commit

Permalink
Merge pull request #182 from basil/scm
Browse files Browse the repository at this point in the history
Use HTTPS SCM URL
  • Loading branch information
jtnord authored Nov 10, 2022
2 parents f0853f9 + 83ba07c commit 72c5ecd
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 @@ -135,7 +135,7 @@
</pluginRepositories>

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

0 comments on commit 72c5ecd

Please sign in to comment.