Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alturkovic committed Aug 25, 2022
1 parent d10de4b commit 613fad9
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 13 deletions.
17 changes: 11 additions & 6 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -262,22 +262,22 @@ To add the Redis dependency for an example, add the following under your `<depen
|===
|Version |Spring Boot version

|1.4.1
|1.4.1+
|2.4.3

|1.3.0
|1.3.0+
|2.2.7.RELEASE

|1.2.0
|1.2.0+
|2.1.0.RELEASE

|1.1.8
|1.1.8+
|2.0.4.RELEASE

|1.1.7
|1.1.7+
|2.0.3.RELEASE

|1.1.6 and lower
|1.1.6-
|1.5.6.RELEASE

|===
Expand Down Expand Up @@ -313,6 +313,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.4.3

- BUGFIX: Use Spring scheduler if enabled instead of overriding
- BUGFIX: Escape `lock` keyword in SQL locks since MySQL uses it as a keyword

==== 1.4.2

- CHANGE: `KeyGenerator` will not declare `ConversionService` but reuse the shared instance if missing
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.2</version>
<version>1.4.3</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.2</version>
<version>1.4.3</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.2</version>
<version>1.4.3</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.2</version>
<version>1.4.3</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.2</version>
<version>1.4.3</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.2</version>
<version>1.4.3</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.2</version>
<version>1.4.3</version>
<packaging>pom</packaging>

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

0 comments on commit 613fad9

Please sign in to comment.