Skip to content

Commit cff976c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 682d2c8 commit cff976c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
<scm>
2525
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
2626
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
27-
<tag>version-number-1.13</tag>
27+
<tag>${scmTag}</tag>
2828
<url>https://github.com/${gitHubRepo}</url>
2929
</scm>
3030

3131
<properties>
32-
<revision>1.13</revision>
33-
<changelist></changelist>
32+
<revision>1.14</revision>
33+
<changelist>-SNAPSHOT</changelist>
3434
<gitHubRepo>jenkinsci/lib-${project.artifactId}</gitHubRepo>
3535
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
3636
</properties>

0 commit comments

Comments
 (0)