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() {
6464 * Represents the specification this implementation is based on
6565 */
6666 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 " ))
7171 .build ();
7272
7373 /**
You can’t perform that action at this time.
0 commit comments