You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
<modelVersion>4.0.0</modelVersion>
5
5
<groupId>com.amadeus</groupId>
6
6
<artifactId>session</artifactId>
7
-
<version>0.4-SNAPSHOT</version>
7
+
<version>0.4.10</version>
8
8
<packaging>pom</packaging>
9
9
<name>HttpSessionReplacer</name>
10
10
<description>Provides management of application sessions via a session repository (e.g. Redis). General JEE container use case with HttpSession is supported.</description>
Copy file name to clipboardExpand all lines: session-replacement/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<parent>
6
6
<groupId>com.amadeus</groupId>
7
7
<artifactId>session</artifactId>
8
-
<version>0.4-SNAPSHOT</version>
8
+
<version>0.4.10</version>
9
9
</parent>
10
10
<name>session-replacement</name>
11
11
<description>Implementation of session management for JEE HttpSessions and general use case. Includes implemenations of in-memory and redis session distribution.</description>
0 commit comments