diff --git a/README.md b/README.md index 196e342e..7caf27d4 100644 --- a/README.md +++ b/README.md @@ -179,18 +179,18 @@ If you're building a (non-Android) JDK project, you will want to define the foll io.jsonwebtoken jjwt-api - 0.10.3 + 0.10.4 io.jsonwebtoken jjwt-impl - 0.10.3 + 0.10.4 runtime io.jsonwebtoken jjwt-jackson - 0.10.3 + 0.10.4 runtime ``` @@ -1203,7 +1203,7 @@ scope which is the typical JJWT default). That is: ```groovy dependencies { - compile 'io.jsonwebtoken:jjwt-jackson:0.10.3' + compile 'io.jsonwebtoken:jjwt-jackson:0.10.4' } ``` diff --git a/api/pom.xml b/api/pom.xml index 08edfa63..9667c972 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -21,7 +21,7 @@ io.jsonwebtoken jjwt-root - 0.10.3 + 0.10.4-SNAPSHOT ../pom.xml diff --git a/extensions/jackson/pom.xml b/extensions/jackson/pom.xml index 40f2e2cb..e2e0b02f 100644 --- a/extensions/jackson/pom.xml +++ b/extensions/jackson/pom.xml @@ -21,7 +21,7 @@ io.jsonwebtoken jjwt-root - 0.10.3 + 0.10.4-SNAPSHOT ../../pom.xml diff --git a/extensions/orgjson/pom.xml b/extensions/orgjson/pom.xml index 2d6a4a9a..267760fc 100644 --- a/extensions/orgjson/pom.xml +++ b/extensions/orgjson/pom.xml @@ -21,7 +21,7 @@ io.jsonwebtoken jjwt-root - 0.10.3 + 0.10.4-SNAPSHOT ../../pom.xml diff --git a/extensions/pom.xml b/extensions/pom.xml index 5a392b32..531e39c7 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -21,7 +21,7 @@ io.jsonwebtoken jjwt-root - 0.10.3 + 0.10.4-SNAPSHOT ../pom.xml diff --git a/impl/pom.xml b/impl/pom.xml index af660e97..be056574 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -21,7 +21,7 @@ io.jsonwebtoken jjwt-root - 0.10.3 + 0.10.4-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index c0ddf496..cc2238bc 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ io.jsonwebtoken jjwt-root - 0.10.3 + 0.10.4-SNAPSHOT JJWT JSON Web Token support for the JVM and Android pom @@ -43,7 +43,7 @@ scm:git:https://github.com/jwtk/jjwt.git scm:git:git@github.com:jwtk/jjwt.git git@github.com:jwtk/jjwt.git - 0.10.3 + HEAD GitHub Issues