Skip to content

Commit

Permalink
version update for 4.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHazelcast committed Sep 21, 2020
1 parent 59ae831 commit 7a29c3a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion hazelcast-all/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hazelcast-build-utils/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hazelcast-spring/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hazelcast/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modulepath-tests/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -23,7 +23,7 @@
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-root</artifactId>
<packaging>pom</packaging>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
<name>Hazelcast Root</name>
<description>Hazelcast In-Memory DataGrid</description>
<url>http://www.hazelcast.com/</url>
Expand Down

0 comments on commit 7a29c3a

Please sign in to comment.