We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dac140 commit e22e2ecCopy full SHA for e22e2ec
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>it.cosenonjaviste</groupId>
4
<artifactId>tomcat-jwt-security</artifactId>
5
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
6
7
<name>${project.groupId}:${project.artifactId}</name>
8
<description>JWT Tomcat Valve and utility classes for handling JWT tokens</description>
@@ -27,7 +27,7 @@
27
<connection>scm:git:https://github.com/andreacomo/tomcat-jwt-security.git</connection>
28
<developerConnection>scm:git:https://github.com/andreacomo/tomcat-jwt-security.git</developerConnection>
29
<url>https://github.com/andreacomo/tomcat-jwt-security.git</url>
30
- <tag>3.0.0</tag>
+ <tag>HEAD</tag>
31
</scm>
32
33
<distributionManagement>
0 commit comments