We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4086d commit 07f3388Copy full SHA for 07f3388
pom.xml
@@ -25,7 +25,7 @@
25
26
<groupId>io.jsonwebtoken</groupId>
27
<artifactId>jjwt</artifactId>
28
- <version>0.9.0</version>
+ <version>0.10.0-SNAPSHOT</version>
29
<name>JSON Web Token support for the JVM</name>
30
<packaging>jar</packaging>
31
@@ -41,7 +41,7 @@
41
<connection>scm:git:https://github.com/jwtk/jjwt.git</connection>
42
<developerConnection>scm:git:[email protected]:jwtk/jjwt.git</developerConnection>
43
<url>[email protected]:jwtk/jjwt.git</url>
44
- <tag>jjwt-0.9.0</tag>
+ <tag>HEAD</tag>
45
</scm>
46
<issueManagement>
47
<system>GitHub Issues</system>
0 commit comments