Skip to content

Commit d8496e7

Browse files
committed
fix failing release
Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent 4d6e93e commit d8496e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>jira</artifactId>
12-
<version>3.8</version>
12+
<version>${revision}${changelist}</version>
1313
<packaging>hpi</packaging>
1414
<name>Jenkins Jira plugin</name>
1515
<description>Integrates Jenkins to Jira</description>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
3232
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
3333
<url>https://github.com/${gitHubRepo}</url>
34-
<tag>jira-3.8</tag>
34+
<tag>${scmTag}</tag>
3535
</scm>
3636

3737
<licenses>
@@ -306,7 +306,7 @@
306306
<groupId>org.jenkins-ci.plugins</groupId>
307307
<artifactId>command-launcher</artifactId>
308308
<version>1.4</version>
309-
<scope />
309+
<scope>test</scope>
310310
</dependency>
311311
<dependency>
312312
<groupId>io.jenkins.configuration-as-code</groupId>

0 commit comments

Comments
 (0)