Skip to content

Commit

Permalink
build(distributed-lock): New release
Browse files Browse the repository at this point in the history
  • Loading branch information
alturkovic committed Nov 2, 2022
1 parent b61910f commit 22e54ae
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,12 @@ 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.4.4

- BUGFIX: No retries will be attempted if `retry` or `timeout` are zero or negative
- BUGFIX: Handle Redis interruptions in Redis locks better
- BUGFIX: SQL script updated in README

==== 1.4.3

- BUGFIX: Use Spring scheduler if enabled instead of overriding
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.4.3</version>
<version>1.4.4</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.4.3</version>
<version>1.4.4</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.4.3</version>
<version>1.4.4</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.4.3</version>
<version>1.4.4</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.4.3</version>
<version>1.4.4</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.4.3</version>
<version>1.4.4</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.4.3</version>
<version>1.4.4</version>
<packaging>pom</packaging>

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

0 comments on commit 22e54ae

Please sign in to comment.