Skip to content

Commit fa8b821

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 37e481f commit fa8b821

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>jira</artifactId>
12-
<version>3.13</version>
12+
<version>${revision}${changelist}</version>
1313
<packaging>hpi</packaging>
1414
<name>Jenkins Jira plugin</name>
1515
<description>Integrates Jenkins to Jira</description>
@@ -37,7 +37,7 @@
3737
<scm>
3838
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
3939
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
40-
<tag>jira-3.13</tag>
40+
<tag>${scmTag}</tag>
4141
<url>https://github.com/${gitHubRepo}</url>
4242
</scm>
4343

@@ -47,7 +47,7 @@
4747
</issueManagement>
4848

4949
<properties>
50-
<revision>3.13</revision>
50+
<revision>3.14</revision>
5151
<changelist>-SNAPSHOT</changelist>
5252
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
5353
<jira-rest-client.version>5.2.7</jira-rest-client.version>

0 commit comments

Comments
 (0)