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
TWestling committed Apr 9, 2024
1 parent 81677dc commit e5d67f3
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.1</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.5.1</revision>
<revision>2.5.2</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:git@github.com:jenkinsci/build-failure-analyzer-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/build-failure-analyzer-plugin</url>
<tag>build-failure-analyzer-2.5.1</tag>
<tag>${scmTag}</tag>
</scm>
<reporting>
<plugins>
Expand Down

0 comments on commit e5d67f3

Please sign in to comment.