diff --git a/NEWS b/NEWS index 8bd2ea6f9..10839bed7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +== Version 1.0.0 == + +* Fixed URL in artifact POM + + == Version 0.8.0 == Possibly breaking changes: diff --git a/README b/README index 23ebfcd0e..679b6f85b 100644 --- a/README +++ b/README @@ -31,9 +31,9 @@ Use the included https://docs.gradle.org/current/userguide/gradle_wrapper.html[Gradle wrapper] to build the `.jar` artifact: -``` +---------- $ ./gradlew :webauthn-server-core:jar -``` +---------- The output is built in the `webauthn-server-core/build/libs/` directory, and the version is derived from the most recent Git tag. Builds done on a tagged commit @@ -50,12 +50,12 @@ than 8. To run the tests (requires JDK 8): -``` +---------- $ ./gradlew check -``` +---------- To run the http://pitest.org/[PIT mutation tests] (requires JDK 8): -``` +---------- $ ./gradlew pitest -``` +---------- diff --git a/build.gradle b/build.gradle index 4dd11a041..1e0a7c987 100644 --- a/build.gradle +++ b/build.gradle @@ -179,7 +179,7 @@ subprojects { project -> pom.project { name project.description description 'Java server-side library for Web Authentication' - url 'https://developers.yubico.com/' + url 'https://developers.yubico.com/java-webauthn-server/' developers { developer {