mirror of https://github.com/jwtk/jjwt.git
fixed master version - should always be a Maj.min.0-SNAPSHOT version.
This commit is contained in:
parent
bf6423b52d
commit
47b6dad521
2
pom.xml
2
pom.xml
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
<groupId>io.jsonwebtoken</groupId>
|
<groupId>io.jsonwebtoken</groupId>
|
||||||
<artifactId>jjwt</artifactId>
|
<artifactId>jjwt</artifactId>
|
||||||
<version>0.9.1-SNAPSHOT</version>
|
<version>0.10.0-SNAPSHOT</version>
|
||||||
<name>JSON Web Token support for the JVM</name>
|
<name>JSON Web Token support for the JVM</name>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<url>https://github.com/jwtk/jjwt</url>
|
<url>https://github.com/jwtk/jjwt</url>
|
||||||
|
|
Loading…
Reference in New Issue