We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3c7c3 commit e5d55ffCopy full SHA for e5d55ff
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>jira</artifactId>
12
- <version>${revision}${changelist}</version>
+ <version>3.14</version>
13
<packaging>hpi</packaging>
14
<name>Jenkins Jira plugin</name>
15
<description>Integrates Jenkins to Jira</description>
@@ -37,7 +37,7 @@
37
<scm>
38
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
39
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
40
- <tag>${scmTag}</tag>
+ <tag>jira-3.14</tag>
41
<url>https://github.com/${gitHubRepo}</url>
42
</scm>
43
0 commit comments