mirror of https://github.com/jwtk/jjwt.git
Merge pull request #343 from jwtk/fix-master-pom-project-version
Fix master branch pom project version
This commit is contained in:
commit
130a841011
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