Skip to content

Commit

Permalink
Set version to 5.3.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Aug 22, 2023
1 parent b9a63f1 commit 584b295
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hazelcast-jdbc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-jdbc-root</artifactId>
<version>5.3.1</version>
<version>5.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hazelcast-jdbc-enterprise/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-jdbc-root</artifactId>
<version>5.3.1</version>
<version>5.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hazelcast-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-jdbc-root</artifactId>
<version>5.3.1</version>
<version>5.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<artifactId>hazelcast-jdbc-root</artifactId>
<packaging>pom</packaging>

<version>5.3.1</version>
<version>5.3.2-SNAPSHOT</version>
<name>Hazelcast JDBC Driver Root</name>
<description>Hazelcast JDBC Driver allows Java applications to connect to Hazelcast using the standard JDBC API</description>
<url>http://github.com/hazelcast/hazelcast-jdbc</url>
Expand Down
2 changes: 1 addition & 1 deletion smoke-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-jdbc-root</artifactId>
<version>5.3.1</version>
<version>5.3.2-SNAPSHOT</version>
</parent>

<artifactId>smoke-test</artifactId>
Expand Down

0 comments on commit 584b295

Please sign in to comment.