Skip to content

Commit 8a4cdf8

Browse files
committed
Fix Specification-Version release date in manifest
1 parent 38853c0 commit 8a4cdf8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Packaging fixes:
44

55
* Fixed dependency declarations so API dependencies are correctly propagated as
66
compile-time dependencies of dependent projects.
7+
* Fixed Specification-Version release date in webauthn-server-core jar manifest.
78

89

910
== Version 1.4.0 ==

webauthn-server-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jar {
4141
manifest {
4242
attributes([
4343
'Specification-Title': 'Web Authentication: An API for accessing Public Key Credentials',
44-
'Specification-Version': 'Level 1 Proposed Recommendation 2019-01-17',
44+
'Specification-Version': 'Level 1 Recommendation 2019-03-04',
4545
'Specification-Vendor': 'World Wide Web Consortium',
4646
'Implementation-Id': 'java-webauthn-server',
4747
'Implementation-Title': 'Yubico Web Authentication server library',

0 commit comments

Comments
 (0)