Skip to content

Commit 83d170b

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 4d163d9 commit 83d170b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<relativePath />
99
</parent>
1010
<artifactId>sse-gateway</artifactId>
11-
<version>1.27</version>
11+
<version>${revision}${changelist}</version>
1212
<packaging>hpi</packaging>
1313

1414
<properties>
15-
<revision>1.27</revision>
15+
<revision>1.28</revision>
1616
<changelist>-SNAPSHOT</changelist>
1717
<jenkins.version>2.387.3</jenkins.version>
1818
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
3232
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
3333
<url>https://github.com/${gitHubRepo}</url>
34-
<tag>sse-gateway-1.27</tag>
34+
<tag>${scmTag}</tag>
3535
</scm>
3636

3737
<licenses>

0 commit comments

Comments
 (0)