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
uhafner committed Oct 11, 2023
1 parent 72d877f commit 5a937de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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>10.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 numerous static analysis tools (including several
Expand All @@ -21,7 +21,7 @@
<url>https://github.com/jenkinsci/warnings-ng-plugin</url>

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

Expand Down Expand Up @@ -642,7 +642,7 @@
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>v10.5.0</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 5a937de

Please sign in to comment.