Skip to content

Commit 9da70d2

Browse files
committed
Prep for 2.2.3.0 release.
* Change version from 2.2.3.0-SNAPSHOT to 2.2.3.0 * Add trailing / to owasp.org URL * Change Dependency Check parameter failBuildOnCVSS from 5.0 to 1.0
1 parent c9c3ceb commit 9da70d2

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
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.owasp.esapi</groupId>
55
<artifactId>esapi</artifactId>
6-
<version>2.2.3.0-SNAPSHOT</version>
6+
<version>2.2.3.0</version>
77
<packaging>jar</packaging>
88

99
<distributionManagement>
@@ -49,7 +49,7 @@
4949

5050
<organization>
5151
<name>The Open Web Application Security Project (OWASP)</name>
52-
<url>https://owasp.org</url>
52+
<url>https://owasp.org/</url>
5353
</organization>
5454

5555
<mailingLists>
@@ -697,7 +697,7 @@
697697
<artifactId>dependency-check-maven</artifactId>
698698
<version>6.1.3</version>
699699
<configuration>
700-
<failBuildOnCVSS>5.0</failBuildOnCVSS>
700+
<failBuildOnCVSS>1.0</failBuildOnCVSS>
701701
<suppressionFiles>./suppressions.xml</suppressionFiles>
702702
</configuration>
703703
<executions>

0 commit comments

Comments
 (0)