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