We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fcdc9b commit 351aa7eCopy full SHA for 351aa7e
README.md
@@ -30,7 +30,7 @@ For Dropwizard 0.8.1 use:
30
<dependency>
31
<groupId>com.github.toastshaman</groupId>
32
<artifactId>dropwizard-auth-jwt</artifactId>
33
- <version>0.8.1-0</version>
+ <version>0.8.1-1</version>
34
</dependency>
35
```
36
pom.xml
@@ -6,7 +6,7 @@
6
7
8
9
- <version>0.8.1-1-SNAPSHOT</version>
10
<name>dropwizard-auth-jwt</name>
11
<description>
12
An implementation of the JSON Web Token (JWT) draft-ietf-oauth-json-web-token-20 for Dropwizard.
0 commit comments