Skip to content

Commit

Permalink
fix #71: document the maven central change
Browse files Browse the repository at this point in the history
  • Loading branch information
rburgst committed Feb 16, 2021
1 parent 64a2c0a commit a42a9f9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
A digest authenticator for okhttp. Most of the code is
ported from Apache Http Client.

### Important

This artifact has moved from jcenter to maven central! The coordinates have changed from

`com.burgstaller:okhttp-digest:<version>` to `io.github.rburgst:okhttp-digest:<version>`

For more details, see #71.


# Usage

```java
Expand Down
8 changes: 8 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
* republished at mavencentral under `io.github.rburgst:okhttp-digest`
* Added a null check for inputs to Credentials

### Important

This artifact has moved from jcenter to maven central! The coordinates have changed from

`com.burgstaller:okhttp-digest:2.5` to `io.github.rburgst:okhttp-digest:2.5`

For more details, see #71.

## v2.4

* upgrade to okhttp 4.7.2
Expand Down

0 comments on commit a42a9f9

Please sign in to comment.