Skip to content

Commit

Permalink
Fix invalid use of gitHubRepo
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Kosegi <[email protected]>
  • Loading branch information
rkosegi committed Feb 9, 2022
1 parent b5fc968 commit d59db8b
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 @@ -44,7 +44,7 @@
<scm>
<connection>scm:git:[email protected]:${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>git@github.com:jenkinsci/${gitHubRepo}.git</url>
<url>https://github.com:${gitHubRepo}</url>
<tag>${scmTag}</tag>
</scm>
<properties>
Expand Down

0 comments on commit d59db8b

Please sign in to comment.