Skip to content

Commit 4d3dbb2

Browse files
committed
[maven-release-plugin] prepare release v9.0.0
1 parent 802eae7 commit 4d3dbb2

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

plugin/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
@@ -13,7 +12,7 @@
1312
<artifactId>warnings-ng</artifactId>
1413
<packaging>hpi</packaging>
1514
<name>Warnings Next Generation Plugin</name>
16-
<version>${revision}${changelist}</version>
15+
<version>9.0.0</version>
1716

1817
<description>Jenkins Warnings Next Generation plugin collects compiler warnings or issues reported by static
1918
analysis tools and visualizes the results. It has built-in support for numerous static analysis tools
@@ -736,7 +735,7 @@
736735
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
737736
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
738737
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
739-
<tag>${scmTag}</tag>
738+
<tag>v9.0.0</tag>
740739
</scm>
741740

742741
<repositories>

0 commit comments

Comments
 (0)