Skip to content

Commit 491a85a

Browse files
committed
[maven-release-plugin] prepare release warnings-ng-8.2.0
1 parent 9505ef2 commit 491a85a

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

plugin/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
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>
65
<groupId>org.jvnet.hudson.plugins</groupId>
76
<artifactId>analysis-pom</artifactId>
87
<version>4.0.0</version>
9-
<relativePath/>
8+
<relativePath />
109
</parent>
1110

1211
<groupId>io.jenkins.plugins</groupId>
1312
<artifactId>warnings-ng</artifactId>
1413
<packaging>hpi</packaging>
1514
<name>Warnings Next Generation Plugin</name>
16-
<version>${revision}${changelist}</version>
15+
<version>8.2.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
@@ -632,7 +631,7 @@
632631
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
633632
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
634633
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
635-
<tag>${scmTag}</tag>
634+
<tag>warnings-ng-8.2.0</tag>
636635
</scm>
637636

638637
<repositories>

0 commit comments

Comments
 (0)