Skip to content

Commit

Permalink
build(distributed-lock): Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alturkovic committed Jun 15, 2023
1 parent 8ba9a5b commit 0e4cd35
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,11 @@ You can also create an alias for your lock so you don't have to specify `@Locked

Started tracking the changes since 1.2.0 so no changelogs available for earlier versions.

==== 1.5.5

- BUGFIX: Add initial refresh delay to avoid calling `refresh` immediately
- BUGFIX: Changed default `storeId` to `distributed_lock`

==== 1.5.4

- BUGFIX: Do not execute locked method if token is not acquired after all retries
Expand Down
2 changes: 1 addition & 1 deletion distributed-lock-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.github.alturkovic</groupId>
<artifactId>distributed-lock</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</parent>

<artifactId>distributed-lock-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distributed-lock-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.github.alturkovic</groupId>
<artifactId>distributed-lock</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</parent>

<artifactId>distributed-lock-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distributed-lock-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.github.alturkovic</groupId>
<artifactId>distributed-lock</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</parent>

<artifactId>distributed-lock-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distributed-lock-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.github.alturkovic</groupId>
<artifactId>distributed-lock</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</parent>

<artifactId>distributed-lock-jdbc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distributed-lock-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.github.alturkovic</groupId>
<artifactId>distributed-lock</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</parent>

<artifactId>distributed-lock-mongo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distributed-lock-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.github.alturkovic</groupId>
<artifactId>distributed-lock</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</parent>

<artifactId>distributed-lock-redis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.alturkovic</groupId>
<artifactId>distributed-lock</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<packaging>pom</packaging>

<name>distributed-lock</name>
Expand Down

0 comments on commit 0e4cd35

Please sign in to comment.