Skip to content

Commit

Permalink
Merge pull request #174 from basil/scm
Browse files Browse the repository at this point in the history
Use non-deprecated SCM URL
  • Loading branch information
rsandell authored Sep 25, 2023
2 parents c8237f7 + 5bba96a commit de48348
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,8 @@
</plugins>
</build>
<scm>
<connection>scm:git:ssh://github.com/jenkinsci/build-failure-analyzer-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/build-failure-analyzer-plugin.git
</developerConnection>
<connection>scm:git:https://github.com/jenkinsci/build-failure-analyzer-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/build-failure-analyzer-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/build-failure-analyzer-plugin</url>
<tag>${scmTag}</tag>
</scm>
Expand Down

0 comments on commit de48348

Please sign in to comment.