We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232eedc commit 1e4414bCopy full SHA for 1e4414b
1 file changed
pom.xml
@@ -10,11 +10,11 @@
10
</parent>
11
12
<artifactId>parameterized-scheduler</artifactId>
13
- <version>1.2</version>
+ <version>${revision}${changelist}</version>
14
<packaging>hpi</packaging>
15
16
<properties>
17
- <revision>1.2</revision>
+ <revision>1.3</revision>
18
<changelist>-SNAPSHOT</changelist>
19
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
20
<jenkins.version>2.375.1</jenkins.version>
@@ -44,7 +44,7 @@
44
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
45
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
46
<url>https://github.com/${gitHubRepo}</url>
47
- <tag>parameterized-scheduler-1.2</tag>
+ <tag>${scmTag}</tag>
48
</scm>
49
50
<repositories>
0 commit comments