Skip to content

Commit

Permalink
Change version to 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Viliam Durina committed Mar 2, 2022
1 parent 8e796ed commit 0d853b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ And the dependency:
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-jdbc</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
</dependency>
```

Expand Down
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.1-SNAPSHOT</version>
<version>5.1</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.1-SNAPSHOT</hazelcast.version>
<hazelcast.version>5.1</hazelcast.version>
<mockito.version>4.3.1</mockito.version>
<maven.jacoco.plugin.version>0.8.7</maven.jacoco.plugin.version>
<maven.findbugs.plugin.version>3.0.5</maven.findbugs.plugin.version>
Expand Down

0 comments on commit 0d853b8

Please sign in to comment.