Skip to content

Commit

Permalink
Silence warning about repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Aug 5, 2023
1 parent aa8b48e commit 289ff28
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 @@ -19,7 +19,7 @@
<url>https://plugins.jenkins.io/conditional-buildstep/</url>
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:ssh://[email protected]/${gitHubRepo}.git</developerConnection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
</scm>
Expand Down

0 comments on commit 289ff28

Please sign in to comment.