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 Mar 7, 2024
1 parent c5fa88a commit 26c7f54
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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>2.0.0</version>
<version>2.1.0</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>2.0.0</version>
<version>2.1.0</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>2.0.0</version>
<version>2.1.0</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>2.0.0</version>
<version>2.1.0</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>2.0.0</version>
<version>2.1.0</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>2.0.0</version>
<version>2.1.0</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>2.0.0</version>
<version>2.1.0</version>
<packaging>pom</packaging>

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

0 comments on commit 26c7f54

Please sign in to comment.