Skip to content

Commit

Permalink
Fix Specification-Version release date in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Oct 2, 2019
1 parent 38853c0 commit 8a4cdf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
Expand Up @@ -4,6 +4,7 @@ Packaging fixes:

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


== Version 1.4.0 ==
Expand Down
2 changes: 1 addition & 1 deletion webauthn-server-core/build.gradle
Expand Up @@ -41,7 +41,7 @@ jar {
manifest {
attributes([
'Specification-Title': 'Web Authentication: An API for accessing Public Key Credentials',
'Specification-Version': 'Level 1 Proposed Recommendation 2019-01-17',
'Specification-Version': 'Level 1 Recommendation 2019-03-04',
'Specification-Vendor': 'World Wide Web Consortium',
'Implementation-Id': 'java-webauthn-server',
'Implementation-Title': 'Yubico Web Authentication server library',
Expand Down

0 comments on commit 8a4cdf8

Please sign in to comment.