Skip to content

Commit

Permalink
Set version to 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kwart committed Feb 20, 2023
1 parent 7796df6 commit 87ebdc4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2.1-SNAPSHOT</version>
<version>5.2.1</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.2.1-SNAPSHOT</version>
<version>5.2.1</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.2.1-SNAPSHOT</version>
<version>5.2.1</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.2.1-SNAPSHOT</version>
<version>5.2.1</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

0 comments on commit 87ebdc4

Please sign in to comment.