Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v9.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jun 18, 2022
1 parent ea3fac9 commit 2e07af8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>analysis-pom</artifactId>
<version>5.28.0</version>
<relativePath/>
<relativePath />
</parent>

<groupId>io.jenkins.plugins</groupId>
<artifactId>warnings-ng</artifactId>
<packaging>hpi</packaging>
<name>Warnings Next Generation Plugin</name>
<version>${revision}${changelist}</version>
<version>9.13.0</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 Down Expand Up @@ -661,7 +660,7 @@
<connection>scm:git:git://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>${scmTag}</tag>
<tag>v9.13.0</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 2e07af8

Please sign in to comment.