Skip to content

Commit cf56aba

Browse files
committed
Bump version to 2.2.0, remove unnecessary FIXME
Signed-off-by: Mart Somermaa <[email protected]>
1 parent 57d08ef commit cf56aba

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>authtoken-validation</artifactId>
77
<groupId>eu.webeid.security</groupId>
8-
<version>2.2.0-SNAPSHOT</version>
8+
<version>2.2.0</version>
99
<packaging>jar</packaging>
1010
<name>authtoken-validation</name>
1111
<description>Web eID authentication token validation library for Java</description>

src/test/java/eu/webeid/security/validator/AuthTokenCertificateTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ void whenUsingNewMobileIdCertificate_thenValidationFails() throws AuthTokenExcep
191191
final WebEidAuthToken token = replaceTokenField(AUTH_TOKEN, "X5C", NEW_MOBILE_ID_CERT);
192192
assertThatThrownBy(() -> validator
193193
.validate(token, VALID_CHALLENGE_NONCE))
194-
// FIXME: should be .isInstanceOf(UserCertificateDisallowedPolicyException.class);
195194
.isInstanceOf(UserCertificateMissingPurposeException.class);
196195
}
197196

0 commit comments

Comments
 (0)