Skip to content

Commit 80b867e

Browse files
committed
[maven-release-plugin] prepare release redex-sm-1.0.1
1 parent 6e03834 commit 80b867e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
63
<modelVersion>4.0.0</modelVersion>
74
<groupId>com.github.exabrial</groupId>
85
<artifactId>redex-sm</artifactId>
9-
<version>1.0.1-SNAPSHOT</version>
6+
<version>1.0.1</version>
107
<packaging>jar</packaging>
118
<description>redex-sm: An improved Tomcat SessionManager that uses Redis via Redisson, with native encryption support</description>
129
<name>${project.artifactId}</name>
@@ -16,7 +13,7 @@
1613
<connection>scm:git:ssh://[email protected]/exabrial/exabrial/redex-sm.git</connection>
1714
<developerConnection>scm:git:ssh://[email protected]/exabrial/redex-sm.git</developerConnection>
1815
<url>https://github.com/exabrial/redex-sm/tree/master</url>
19-
<tag>HEAD</tag>
16+
<tag>redex-sm-1.0.1</tag>
2017
</scm>
2118

2219
<properties>

0 commit comments

Comments
 (0)