File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
webauthn-server-core/src/main/java/com/yubico/webauthn/meta Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ public static VersionInfo getInstance() {
64
64
* Represents the specification this implementation is based on
65
65
*/
66
66
private final Specification specification = Specification .builder ()
67
- .url (new URL ("https://www.w3.org/TR/2018/CR- webauthn-20180320 /" ))
68
- .latestVersionUrl (new URL ("https://www.w3.org/TR /webauthn/" ))
69
- .status (DocumentStatus .CANDIDATE_RECOMMENDATION )
70
- .releaseDate (LocalDate .parse ("2018-03-20 " ))
67
+ .url (new URL ("https://w3c.github.io/ webauthn/" ))
68
+ .latestVersionUrl (new URL ("https://w3c.github.io /webauthn/" ))
69
+ .status (DocumentStatus .EDITORS_DRAFT )
70
+ .releaseDate (LocalDate .parse ("2019-01-11 " ))
71
71
.build ();
72
72
73
73
/**
You can’t perform that action at this time.
0 commit comments