Skip to content

Commit

Permalink
Update README.md for 5.3.0 (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumnerib committed May 24, 2023
1 parent 8cf3bba commit cda1d24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Open source:
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-jdbc</artifactId>
<version>5.2.0</version>
<version>5.3.0</version>
</dependency>
```

Expand All @@ -39,7 +39,7 @@ Enterprise (located in Hazelcast Maven repository):
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-jdbc-enterprise</artifactId>
<version>5.2.0</version>
<version>5.3.0</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -77,7 +77,7 @@ Open source:
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-jdbc</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.4.0-SNAPSHOT</version>
</dependency>
</dependencies>

Expand All @@ -102,7 +102,7 @@ Enterprise:
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-jdbc-enterprise</artifactId>
<version>5.3.0-SNAPHSOT</version>
<version>5.4.0-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit cda1d24

Please sign in to comment.