Skip to content

Commit c32d47f

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 0397ba7 commit c32d47f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
<scm>
2828
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
2929
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
30-
<tag>git-client-6.6.0</tag>
30+
<tag>${scmTag}</tag>
3131
<url>https://github.com/${gitHubRepo}</url>
3232
</scm>
3333

3434
<properties>
35-
<revision>6.6.0</revision>
36-
<changelist></changelist>
35+
<revision>6.6.1</revision>
36+
<changelist>-SNAPSHOT</changelist>
3737
<!-- Character set tests fail unless file.encoding is set -->
3838
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>
3939
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>

0 commit comments

Comments
 (0)