Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHazelcast committed Jun 5, 2017
1 parent 4975f62 commit 2406ed6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-tomcat-sessionmanager</artifactId>
<packaging>pom</packaging>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<name>Hazelcast Tomcat Session Manager</name>
<description>Tomcat Session Manager Module for Hazelcast</description>
<url>http://www.hazelcast.com/</url>
Expand Down Expand Up @@ -452,4 +452,4 @@
<uniqueVersion>false</uniqueVersion>
</snapshotRepository>
</distributionManagement>
</project>
</project>
2 changes: 1 addition & 1 deletion tomcat-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>hazelcast-tomcat-sessionmanager</artifactId>
<groupId>com.hazelcast</groupId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tomcat6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-tomcat-sessionmanager</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion tomcat7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>hazelcast-tomcat-sessionmanager</artifactId>
<groupId>com.hazelcast</groupId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tomcat8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>hazelcast-tomcat-sessionmanager</artifactId>
<groupId>com.hazelcast</groupId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tomcat85/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>hazelcast-tomcat-sessionmanager</artifactId>
<groupId>com.hazelcast</groupId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>

<properties>
Expand Down

0 comments on commit 2406ed6

Please sign in to comment.