We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2069c commit 53dfb86Copy full SHA for 53dfb86
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>jira</artifactId>
12
- <version>3.19</version>
+ <version>${revision}${changelist}</version>
13
<packaging>hpi</packaging>
14
<name>Jenkins Jira plugin</name>
15
<description>Integrates Jenkins to Jira</description>
@@ -47,7 +47,7 @@
47
</issueManagement>
48
49
<properties>
50
- <revision>3.19</revision>
+ <revision>3.20</revision>
51
<changelist>-SNAPSHOT</changelist>
52
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
53
<jira-rest-client.version>6.0.2</jira-rest-client.version>
0 commit comments