Skip to content

Commit 6e8eb89

Browse files
committed
[maven-release-plugin] prepare release dependency-check-jenkins-plugin-5.3.0
1 parent deffb5c commit 6e8eb89

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/maven-v4_0_0.xsd">
42

53
<modelVersion>4.0.0</modelVersion>
64
<parent>
@@ -10,7 +8,7 @@
108
</parent>
119
<artifactId>dependency-check-jenkins-plugin</artifactId>
1210
<name>OWASP Dependency-Check Plugin</name>
13-
<version>${revision}${changelist}</version>
11+
<version>5.3.0</version>
1412
<packaging>hpi</packaging>
1513
<description>Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities. This tool can be part of the solution to the OWASP Top 10 2013: A9 - Using Components with Known Vulnerabilities. This plug-in can independently execute a Dependency-Check analysis and visualize results.</description>
1614
<url>https://github.com/jenkinsci/dependency-check-plugin</url>
@@ -24,7 +22,8 @@
2422
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
2523
<developerConnection>scm:git:[email protected]:${gitHubRepo}</developerConnection>
2624
<url>https://github.com/${gitHubRepo}</url>
27-
</scm>
25+
<tag>dependency-check-jenkins-plugin-5.3.0</tag>
26+
</scm>
2827

2928
<developers>
3029
<developer>

0 commit comments

Comments
 (0)