Skip to content

Commit 6e03834

Browse files
committed
update to 1.0.1 after release plugin failed
1 parent 71c5332 commit 6e03834

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.github.exabrial</groupId>
88
<artifactId>redex-sm</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.1-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111
<description>redex-sm: An improved Tomcat SessionManager that uses Redis via Redisson, with native encryption support</description>
1212
<name>${project.artifactId}</name>

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Right now, all session destruction and cache eviction notices are directed all a
4646

4747
## Major Changes
4848

49-
- 1.0.0
49+
- 1.0.1
5050
- Initial Release
5151
- Batches up Redis operations to be executed as single Redis operation
5252
- Encryption Support (for non-basic types)
@@ -99,7 +99,7 @@ See the pom.xml. Any library marked as `compile` scope must be present on the cl
9999
<libs>
100100
<!-- Note TomEE includes commons-lang3 by default; here for completeness -->
101101
<!-- <lib>org.apache.commons:commons-lang3:3.12.0</lib> -->
102-
<lib>com.github.exabrial:redex-sm:1.0.0</lib>
102+
<lib>com.github.exabrial:redex-sm:1.0.1</lib>
103103
<lib>redis.clients:jedis:4.4.3</lib>
104104
</libs>
105105
</configuration>

0 commit comments

Comments
 (0)