Skip to content

Commit

Permalink
Use HTTPS instead of git
Browse files Browse the repository at this point in the history
Use HTTPS protocol instead of git protocol because Github is deprecating
git protocol
  • Loading branch information
froque committed Dec 23, 2022
1 parent 4bac9e9 commit 50547cd
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 @@ -132,7 +132,7 @@
</pluginRepositories>

<scm>
<connection>scm:git:git@github.com:jenkinsci/plugin-usage-plugin.git</connection>
<connection>scm:git:https://github.com/jenkinsci/plugin-usage-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/plugin-usage-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/plugin-usage-plugin</url>
<tag>HEAD</tag>
Expand Down

0 comments on commit 50547cd

Please sign in to comment.