Skip to content

Commit 2ad4428

Browse files
committed
version 0.4.9
1 parent de7294d commit 2ad4428

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

integration-tests/agent-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amadeus.session</groupId>
77
<artifactId>integration-tests</artifactId>
8-
<version>0.4-SNAPSHOT</version>
8+
<version>0.4.9</version>
99
</parent>
1010
<name>agent-tests</name>
1111
<packaging>jar</packaging>

integration-tests/arquillian-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amadeus.session</groupId>
77
<artifactId>integration-tests</artifactId>
8-
<version>0.4-SNAPSHOT</version>
8+
<version>0.4.9</version>
99
</parent>
1010
<packaging>jar</packaging>
1111
<properties>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.amadeus</groupId>
99
<artifactId>session</artifactId>
10-
<version>0.4-SNAPSHOT</version>
10+
<version>0.4.9</version>
1111
</parent>
1212
<packaging>pom</packaging>
1313
<name>integration-tests</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.amadeus</groupId>
66
<artifactId>session</artifactId>
7-
<version>0.4-SNAPSHOT</version>
7+
<version>0.4.9</version>
88
<packaging>pom</packaging>
99
<name>HttpSessionReplacer</name>
1010
<description>Provides management of application sessions via a session repository (e.g. Redis). General JEE container use case with HttpSession is supported.</description>

session-agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amadeus</groupId>
77
<artifactId>session</artifactId>
8-
<version>0.4-SNAPSHOT</version>
8+
<version>0.4.9</version>
99
</parent>
1010
<name>session-agent</name>
1111
<description>JVM agent that enables session support in a JEE container.</description>

session-replacement/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amadeus</groupId>
77
<artifactId>session</artifactId>
8-
<version>0.4-SNAPSHOT</version>
8+
<version>0.4.9</version>
99
</parent>
1010
<name>session-replacement</name>
1111
<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

Comments
 (0)