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 Feb 5, 2021
1 parent 246ffce commit 5d04e02
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 Next Generation Plugin</name>
<version>8.9.0</version>
<version>${revision}${changelist}</version>

<description>Jenkins Warnings Next Generation plugin collects compiler warnings or issues reported by static
analysis tools and visualizes the results. It has built-in support for numerous static analysis tools
Expand All @@ -21,7 +21,7 @@
<url>https://github.com/jenkinsci/warnings-ng-plugin</url>

<properties>
<revision>8.9.0</revision>
<revision>8.10.0</revision>
<changelist>-SNAPSHOT</changelist>

<module.name>${project.groupId}.warnings.ng</module.name>
Expand Down Expand Up @@ -748,7 +748,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>v8.9.0</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 5d04e02

Please sign in to comment.