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 5f8cd22 commit 0397ba7Copy full SHA for 0397ba7
1 file changed
pom.xml
@@ -27,13 +27,13 @@
27
<scm>
28
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
29
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
30
- <tag>${scmTag}</tag>
+ <tag>git-client-6.6.0</tag>
31
<url>https://github.com/${gitHubRepo}</url>
32
</scm>
33
34
<properties>
35
<revision>6.6.0</revision>
36
- <changelist>-SNAPSHOT</changelist>
+ <changelist></changelist>
37
<!-- Character set tests fail unless file.encoding is set -->
38
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>
39
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
0 commit comments