Skip to content

Commit 6bc2889

Browse files
committed
Change release from 2.2.1.0-RC1 to 2.2.1.0.
Also add additional comment about surefire plug-in.
1 parent e8e613f commit 6bc2889

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pom.xml

Lines changed: 6 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.1.0-RC1</version>
6+
<version>2.2.1.0</version>
77
<packaging>jar</packaging>
88

99
<distributionManagement>
@@ -136,8 +136,11 @@
136136
<version.powermock>2.0.7</version.powermock>
137137
<version.spotbugs>4.0.4</version.spotbugs>
138138
<!-- Upgrading to 3.0.0-M3+ causes this test case error:
139-
org.owasp.esapi.reference.DefaultValidatorInputStringAPITest.getValidInputNullAllowedPassthrough Time elapsed: 2.057 s <<< ERROR!
140-
java.lang.OutOfMemoryError: PermGen space -->
139+
org.owasp.esapi.reference.DefaultValidatorInputStringAPITest.getValidInputNullAllowedPassthrough Time elapsed: 2.057 s <<< ERROR!
140+
java.lang.OutOfMemoryError: PermGen space
141+
142+
when running tests with Java 7 on Mac OS X. No problems observed on Linux.
143+
-->
141144
<version.surefire>3.0.0-M2</version.surefire>
142145
</properties>
143146

0 commit comments

Comments
 (0)