We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1ac6f commit 03e9c9cCopy full SHA for 03e9c9c
pom.xml
@@ -31,10 +31,10 @@
31
</developers>
32
33
<scm>
34
- <connection>scm:git:ssh://git@github.com/jenkinsci/github-pr-coverage-status-plugin.git</connection>
35
- <developerConnection>scm:git:ssh://git@github.com/jenkinsci/github-pr-coverage-status-plugin.git</developerConnection>
36
- <url>https://github.com/jenkinsci/github-pr-coverage-status-plugin</url>
37
- <tag>HEAD</tag>
+ <connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
+ <developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
+ <url>https://github.com/${gitHubRepo}</url>
+ <tag>${scmTag}</tag>
38
</scm>
39
40
<licenses>
0 commit comments