We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d163d9 commit 83d170bCopy full SHA for 83d170b
pom.xml
@@ -8,11 +8,11 @@
8
<relativePath />
9
</parent>
10
<artifactId>sse-gateway</artifactId>
11
- <version>1.27</version>
+ <version>${revision}${changelist}</version>
12
<packaging>hpi</packaging>
13
14
<properties>
15
- <revision>1.27</revision>
+ <revision>1.28</revision>
16
<changelist>-SNAPSHOT</changelist>
17
<jenkins.version>2.387.3</jenkins.version>
18
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
@@ -31,7 +31,7 @@
31
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
32
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
33
<url>https://github.com/${gitHubRepo}</url>
34
- <tag>sse-gateway-1.27</tag>
+ <tag>${scmTag}</tag>
35
</scm>
36
37
<licenses>
0 commit comments