Skip to content

Commit 67fe6b6

Browse files
committed
[maven-release-plugin] prepare release redex-sm-1.0.2
1 parent 760d857 commit 67fe6b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.exabrial</groupId>
55
<artifactId>redex-sm</artifactId>
6-
<version>1.0.2-SNAPSHOT</version>
6+
<version>1.0.2</version>
77
<packaging>jar</packaging>
88
<description>redex-sm: An improved Tomcat SessionManager that uses Redis via Redisson, with native encryption support</description>
99
<name>${project.artifactId}</name>
@@ -13,7 +13,8 @@
1313
<connection>scm:git:ssh://[email protected]/exabrial/exabrial/redex-sm.git</connection>
1414
<developerConnection>scm:git:ssh://[email protected]/exabrial/redex-sm.git</developerConnection>
1515
<url>https://github.com/exabrial/redex-sm/tree/master</url>
16-
</scm>
16+
<tag>redex-sm-1.0.2</tag>
17+
</scm>
1718

1819
<properties>
1920
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)