Skip to content

Commit

Permalink
Release 1.0.0-RC2
Browse files Browse the repository at this point in the history
- Fixed URL in artifact POM
  • Loading branch information
emlun committed Jan 21, 2019
2 parents cbd767d + 8b37b43 commit 5ef8581
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
== Version 1.0.0 ==

* Fixed URL in artifact POM


== Version 0.8.0 ==

Possibly breaking changes:
Expand Down
12 changes: 6 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
----------
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5ef8581

Please sign in to comment.