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 8b4906c commit 1037e2aCopy full SHA for 1037e2a
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>jira</artifactId>
12
- <version>3.0.14</version>
+ <version>${revision}${changelist}</version>
13
<packaging>hpi</packaging>
14
<name>Jenkins Jira plugin</name>
15
<description>Integrates Jenkins to Jira</description>
@@ -62,7 +62,7 @@
62
<connection>scm:git:git://github.com/jenkinsci/jira-plugin.git</connection>
63
<developerConnection>scm:git:git@github.com:jenkinsci/jira-plugin.git</developerConnection>
64
<url>https://github.com/jenkinsci/jira-plugin</url>
65
- <tag>jira-3.0.14</tag>
+ <tag>${scmTag}</tag>
66
</scm>
67
68
<licenses>
0 commit comments