Skip to content

Commit

Permalink
Bump version to 11.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Sep 20, 2024
1 parent f6bf93f commit 31f5adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>warnings-ng</artifactId>
<packaging>hpi</packaging>
<name>Warnings Plugin</name>
<version>11.5.0</version>
<version>${revision}${changelist}</version>

<description>Collects compiler warnings or issues reported by static analysis
tools and visualizes the results. It has built-in support for more than one hundred static analysis tools
Expand All @@ -21,7 +21,7 @@
<url>https://github.com/jenkinsci/warnings-ng-plugin</url>

<properties>
<revision>11.5.0</revision>
<revision>11.7.0</revision>
<changelist>-SNAPSHOT</changelist>
<module.name>${project.groupId}.warnings.ng</module.name>

Expand Down

0 comments on commit 31f5adb

Please sign in to comment.