Skip to content

Commit 948ad97

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 3c878f9 commit 948ad97

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
@@ -8,11 +8,11 @@
88
<relativePath />
99
</parent>
1010
<artifactId>sse-gateway</artifactId>
11-
<version>1.29</version>
11+
<version>${revision}${changelist}</version>
1212
<packaging>hpi</packaging>
1313

1414
<properties>
15-
<revision>1.29</revision>
15+
<revision>1.30</revision>
1616
<changelist>-SNAPSHOT</changelist>
1717
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
1818
<jenkins.baseline>2.479</jenkins.baseline>
@@ -33,7 +33,7 @@
3333
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
3434
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
3535
<url>https://github.com/${gitHubRepo}</url>
36-
<tag>sse-gateway-1.29</tag>
36+
<tag>${scmTag}</tag>
3737
</scm>
3838

3939
<licenses>

0 commit comments

Comments
 (0)