Skip to content

Commit 4514215

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 6a76b26 commit 4514215

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<artifactId>dependency-check-jenkins-plugin</artifactId>
1010
<name>OWASP Dependency-Check Plugin</name>
11-
<version>5.6.1</version>
11+
<version>${revision}${changelist}</version>
1212
<packaging>hpi</packaging>
1313
<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>
1414
<url>https://github.com/jenkinsci/dependency-check-plugin</url>
@@ -22,7 +22,7 @@
2222
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
2323
<developerConnection>scm:git:git@github.com:${gitHubRepo}</developerConnection>
2424
<url>https://github.com/${gitHubRepo}</url>
25-
<tag>dependency-check-jenkins-plugin-5.6.1</tag>
25+
<tag>dependency-check-jenkins-plugin-5.5.0</tag>
2626
</scm>
2727

2828
<developers>
@@ -77,7 +77,7 @@
7777
</pluginRepositories>
7878

7979
<properties>
80-
<revision>5.6.1</revision>
80+
<revision>5.6.2</revision>
8181
<changelist>-SNAPSHOT</changelist>
8282
<gitHubRepo>jenkinsci/dependency-check-plugin</gitHubRepo>
8383
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->

0 commit comments

Comments
 (0)