We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b26be5 commit 64fa699Copy full SHA for 64fa699
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>jira</artifactId>
12
- <version>${revision}${changelist}</version>
+ <version>3.7</version>
13
<packaging>hpi</packaging>
14
<name>Jenkins Jira plugin</name>
15
<description>Integrates Jenkins to Jira</description>
@@ -32,7 +32,7 @@
32
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
33
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
34
<url>https://github.com/${gitHubRepo}</url>
35
- <tag>${scmTag}</tag>
+ <tag>jira-3.7</tag>
36
</scm>
37
38
<licenses>
0 commit comments