Skip to content

Commit e65ffed

Browse files
committed
Update VersionInfo
1 parent 7dda8cb commit e65ffed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

webauthn-server-core/src/main/java/com/yubico/webauthn/meta/VersionInfo.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)