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 77d49db commit e550e39Copy full SHA for e550e39
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
10
<artifactId>jira</artifactId>
11
- <version>2.3-SNAPSHOT</version>
+ <version>2.3</version>
12
<packaging>hpi</packaging>
13
<name>Jenkins JIRA plugin</name>
14
<description>Integrates Jenkins to JIRA</description>
@@ -61,7 +61,7 @@
61
<connection>scm:git:git://github.com/jenkinsci/jira-plugin.git</connection>
62
<developerConnection>scm:git:[email protected]:jenkinsci/jira-plugin.git</developerConnection>
63
<url>https://github.com/jenkinsci/jira-plugin</url>
64
- <tag>HEAD</tag>
+ <tag>jira-2.3</tag>
65
</scm>
66
67
<issueManagement>
0 commit comments