Skip to content

Commit

Permalink
Change version to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Viliam Durina committed Oct 25, 2022
1 parent 322a9f7 commit 7bddb89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-jdbc</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.0</version>

<name>hazelcast-jdbc</name>
<description>Hazelcast JDBC Driver</description>
Expand All @@ -16,7 +16,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<hazelcast.version>5.2-SNAPSHOT</hazelcast.version>
<hazelcast.version>5.2.0</hazelcast.version>
<mockito.version>4.8.1</mockito.version>
<maven.jacoco.plugin.version>0.8.8</maven.jacoco.plugin.version>
<maven.findbugs.plugin.version>3.0.5</maven.findbugs.plugin.version>
Expand Down

0 comments on commit 7bddb89

Please sign in to comment.