Skip to content

Commit 5ef8581

Browse files
committed
Release 1.0.0-RC2
- Fixed URL in artifact POM
2 parents cbd767d + 8b37b43 commit 5ef8581

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
== Version 1.0.0 ==
2+
3+
* Fixed URL in artifact POM
4+
5+
16
== Version 0.8.0 ==
27

38
Possibly breaking changes:

README

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Use the included
3131
https://docs.gradle.org/current/userguide/gradle_wrapper.html[Gradle wrapper] to
3232
build the `.jar` artifact:
3333

34-
```
34+
----------
3535
$ ./gradlew :webauthn-server-core:jar
36-
```
36+
----------
3737

3838
The output is built in the `webauthn-server-core/build/libs/` directory, and the
3939
version is derived from the most recent Git tag. Builds done on a tagged commit
@@ -50,12 +50,12 @@ than 8.
5050

5151
To run the tests (requires JDK 8):
5252

53-
```
53+
----------
5454
$ ./gradlew check
55-
```
55+
----------
5656

5757
To run the http://pitest.org/[PIT mutation tests] (requires JDK 8):
5858

59-
```
59+
----------
6060
$ ./gradlew pitest
61-
```
61+
----------

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ subprojects { project ->
179179
pom.project {
180180
name project.description
181181
description 'Java server-side library for Web Authentication'
182-
url 'https://developers.yubico.com/'
182+
url 'https://developers.yubico.com/java-webauthn-server/'
183183

184184
developers {
185185
developer {

0 commit comments

Comments
 (0)