File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments