Skip to content

Commit

Permalink
prepare for the next release
Browse files Browse the repository at this point in the history
Signed-off-by: Williams Simon <openbites.org@gmail.com>
  • Loading branch information
fireboy-will committed Jun 14, 2022
1 parent 1ba1971 commit 5a191a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion distributed-lock-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openbites</groupId>
<artifactId>distributed-lock</artifactId>
<version>2.0.2</version>
<version>2.0.3-SNAPSHOT</version>
</parent>

<artifactId>distributed-lock-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions distributed-lock-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openbites</groupId>
<artifactId>distributed-lock</artifactId>
<version>2.0.2</version>
<version>2.0.3-SNAPSHOT</version>
</parent>

<artifactId>distributed-lock-integration</artifactId>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.openbites</groupId>
<artifactId>distributed-lock-core</artifactId>
<version>2.0.2</version>
<version>2.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.openbites</groupId>
<artifactId>distributed-lock</artifactId>
<version>2.0.2</version>
<version>2.0.3-SNAPSHOT</version>
<packaging>pom</packaging>

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

0 comments on commit 5a191a2

Please sign in to comment.