Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
nfalco79 committed Jul 5, 2024
1 parent 3bcf221 commit 6e4d78a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<artifactId>dependency-check-jenkins-plugin</artifactId>
<name>OWASP Dependency-Check Plugin</name>
<version>5.5.1</version>
<version>${revision}${changelist}</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 @@ -22,7 +22,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>dependency-check-jenkins-plugin-5.5.1</tag>
<tag>dependency-check-jenkins-plugin-5.5.0</tag>
</scm>

<developers>
Expand Down Expand Up @@ -77,7 +77,7 @@
</pluginRepositories>

<properties>
<revision>5.5.1</revision>
<revision>5.5.2</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/dependency-check-plugin</gitHubRepo>
<jenkins.version>2.426.3</jenkins.version>
Expand Down

0 comments on commit 6e4d78a

Please sign in to comment.