Skip to content

Commit e22e2ec

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 1dac140 commit e22e2ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>it.cosenonjaviste</groupId>
44
<artifactId>tomcat-jwt-security</artifactId>
5-
<version>3.0.0</version>
5+
<version>3.1.0-SNAPSHOT</version>
66

77
<name>${project.groupId}:${project.artifactId}</name>
88
<description>JWT Tomcat Valve and utility classes for handling JWT tokens</description>
@@ -27,7 +27,7 @@
2727
<connection>scm:git:https://github.com/andreacomo/tomcat-jwt-security.git</connection>
2828
<developerConnection>scm:git:https://github.com/andreacomo/tomcat-jwt-security.git</developerConnection>
2929
<url>https://github.com/andreacomo/tomcat-jwt-security.git</url>
30-
<tag>3.0.0</tag>
30+
<tag>HEAD</tag>
3131
</scm>
3232

3333
<distributionManagement>

0 commit comments

Comments
 (0)