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