Skip to content

Commit f429262

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent a1e6682 commit f429262

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
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.sonyericsson.jenkins.plugins.bfa</groupId>
55
<artifactId>build-failure-analyzer</artifactId>
6-
<version>2.5.5</version>
6+
<version>${revision}${changelist}</version>
77
<packaging>hpi</packaging>
88
<name>Build Failure Analyzer</name>
99
<url>https://github.com/jenkinsci/build-failure-analyzer-plugin/blob/master/docs/README.md</url>
@@ -15,7 +15,7 @@
1515
</parent>
1616

1717
<properties>
18-
<revision>2.5.5</revision>
18+
<revision>2.5.6</revision>
1919
<changelist>-SNAPSHOT</changelist>
2020
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
2121
<jenkins.baseline>2.479</jenkins.baseline>
@@ -338,7 +338,7 @@
338338
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
339339
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
340340
<url>https://github.com/${gitHubRepo}</url>
341-
<tag>build-failure-analyzer-2.5.5</tag>
341+
<tag>${scmTag}</tag>
342342
</scm>
343343
<reporting>
344344
<plugins>

0 commit comments

Comments
 (0)