Skip to content

Commit

Permalink
Release version 2.0.0 for project hazelcast-5x
Browse files Browse the repository at this point in the history
  • Loading branch information
Turgay Can committed Jun 17, 2023
1 parent b23dde4 commit 27938bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>com.inomera.telco.commons</groupId>
<artifactId>lock-provider-hazelcast-5x</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
</dependency>

<dependency>
Expand All @@ -64,7 +64,7 @@
implementation 'com.inomera.telco.commons:lock-provider-reentrant:2.0.0'
implementation 'com.inomera.telco.commons:lock-provider-hazelcast-3x:2.0.0'
implementation 'com.inomera.telco.commons:lock-provider-hazelcast-4x:2.0.0'
implementation 'com.inomera.telco.commons:lock-provider-hazelcast-5x:1.0.0'
implementation 'com.inomera.telco.commons:lock-provider-hazelcast-5x:2.0.0'
implementation 'com.inomera.telco.commons:lock-provider-redis:2.0.0'
implementation 'com.inomera.telco.commons:lock-provider-zookeeper:2.0.0'
```
Expand Down Expand Up @@ -102,7 +102,7 @@ implementation 'com.inomera.telco.commons:lock-provider-hazelcast-4x:2.0.0'
#### Dependency

```groovy
implementation 'com.inomera.telco.commons:lock-provider-hazelcast-5x:1.0.0'
implementation 'com.inomera.telco.commons:lock-provider-hazelcast-5x:2.0.0'
```

#### Instance
Expand Down
2 changes: 1 addition & 1 deletion implementations/hazelcast-5x/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
2.0.0

0 comments on commit 27938bd

Please sign in to comment.