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 Aug 17, 2022
1 parent 1977a36 commit 314db37
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.4.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.3.1</revision>
<revision>2.4.1</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.289.3</jenkins.version>
<java.level>8</java.level>
Expand Down Expand Up @@ -441,7 +441,7 @@
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/build-failure-analyzer-plugin.git
</developerConnection>
<url>https://github.com/jenkinsci/build-failure-analyzer-plugin</url>
<tag>build-failure-analyzer-2.4.0</tag>
<tag>${scmTag}</tag>
</scm>
<reporting>
<plugins>
Expand Down

0 comments on commit 314db37

Please sign in to comment.