Skip to content

Commit

Permalink
2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHazelcast committed Feb 5, 2021
1 parent f03af34 commit b0180d9
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 @@ -17,7 +17,7 @@
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-tomcat-sessionmanager</artifactId>
<packaging>pom</packaging>
<version>2.2-SNAPSHOT</version>
<version>2.2</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 @@ -478,4 +478,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 @@ -15,7 +15,7 @@
<parent>
<artifactId>hazelcast-tomcat-sessionmanager</artifactId>
<groupId>com.hazelcast</groupId>
<version>2.2-SNAPSHOT</version>
<version>2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tomcat9/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>2.2-SNAPSHOT</version>
<version>2.2</version>
</parent>

<properties>
Expand Down

0 comments on commit b0180d9

Please sign in to comment.