Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
rsandell committed Dec 18, 2023
1 parent 4102658 commit 378db52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sonyericsson.jenkins.plugins.bfa</groupId>
<artifactId>build-failure-analyzer</artifactId>
<version>2.5.0</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Build Failure Analyzer</name>
<url>https://github.com/jenkinsci/build-failure-analyzer-plugin/blob/master/docs/README.md</url>
Expand All @@ -14,7 +14,7 @@
</parent>

<properties>
<revision>2.4.3</revision>
<revision>2.5.1</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.375.3</jenkins.version>
<checkstyle.version>3.1.1</checkstyle.version>
Expand Down Expand Up @@ -343,7 +343,7 @@
<connection>scm:git:https://github.com/jenkinsci/build-failure-analyzer-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/build-failure-analyzer-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/build-failure-analyzer-plugin</url>
<tag>build-failure-analyzer-2.5.0</tag>
<tag>${scmTag}</tag>
</scm>
<reporting>
<plugins>
Expand Down

0 comments on commit 378db52

Please sign in to comment.