File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change
1
+ == Version 1.0.0 ==
2
+
3
+ * Fixed URL in artifact POM
4
+
5
+
1
6
== Version 0.8.0 ==
2
7
3
8
Possibly breaking changes:
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ Use the included
31
31
https://docs.gradle.org/current/userguide/gradle_wrapper.html[Gradle wrapper] to
32
32
build the `.jar` artifact:
33
33
34
- ```
34
+ ----------
35
35
$ ./gradlew :webauthn-server-core:jar
36
- ```
36
+ ----------
37
37
38
38
The output is built in the `webauthn-server-core/build/libs/` directory, and the
39
39
version is derived from the most recent Git tag. Builds done on a tagged commit
@@ -50,12 +50,12 @@ than 8.
50
50
51
51
To run the tests (requires JDK 8):
52
52
53
- ```
53
+ ----------
54
54
$ ./gradlew check
55
- ```
55
+ ----------
56
56
57
57
To run the http://pitest.org/[PIT mutation tests] (requires JDK 8):
58
58
59
- ```
59
+ ----------
60
60
$ ./gradlew pitest
61
- ```
61
+ ----------
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ subprojects { project ->
179
179
pom. project {
180
180
name project. description
181
181
description ' Java server-side library for Web Authentication'
182
- url ' https://developers.yubico.com/'
182
+ url ' https://developers.yubico.com/java-webauthn-server/ '
183
183
184
184
developers {
185
185
developer {
You can’t perform that action at this time.
0 commit comments