Skip to content

Commit

Permalink
[maven-release-plugin] prepare release dependency-check-jenkins-plugi…
Browse files Browse the repository at this point in the history
…n-5.3.0
  • Loading branch information
nfalco79 committed Feb 5, 2023
1 parent deffb5c commit 6e8eb89
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<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">
<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">

<modelVersion>4.0.0</modelVersion>
<parent>
Expand All @@ -10,7 +8,7 @@
</parent>
<artifactId>dependency-check-jenkins-plugin</artifactId>
<name>OWASP Dependency-Check Plugin</name>
<version>${revision}${changelist}</version>
<version>5.3.0</version>
<packaging>hpi</packaging>
<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>
<url>https://github.com/jenkinsci/dependency-check-plugin</url>
Expand All @@ -24,7 +22,8 @@
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
</scm>
<tag>dependency-check-jenkins-plugin-5.3.0</tag>
</scm>

<developers>
<developer>
Expand Down

0 comments on commit 6e8eb89

Please sign in to comment.