We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0397ba7 commit c32d47fCopy full SHA for c32d47f
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>git-client-6.6.0</tag>
+ <tag>${scmTag}</tag>
31
<url>https://github.com/${gitHubRepo}</url>
32
</scm>
33
34
<properties>
35
- <revision>6.6.0</revision>
36
- <changelist></changelist>
+ <revision>6.6.1</revision>
+ <changelist>-SNAPSHOT</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