Skip to content

Commit

Permalink
Merge pull request #75 from basil/scm
Browse files Browse the repository at this point in the history
Use HTTPS SCM URLs
  • Loading branch information
Steve Arch authored Mar 13, 2023
2 parents 862c6e5 + cb20a64 commit c236af5
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 @@ -51,8 +51,8 @@
</properties>

<scm>
<connection>scm:git:ssh://git@github.com/jenkinsci/kubernetes-credentials-provider-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/kubernetes-credentials-provider-plugin.git</developerConnection>
<connection>scm:git:https://github.com/jenkinsci/kubernetes-credentials-provider-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/kubernetes-credentials-provider-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/kubernetes-credentials-provider-plugin</url>
<tag>${scmTag}</tag>
</scm>
Expand Down

0 comments on commit c236af5

Please sign in to comment.