Skip to content

Commit 452cde6

Browse files
committed
Release 3.3.2 version.
1 parent 5d2e7aa commit 452cde6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

distributed-lock-mongodb-spring-boot-starter-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.daggerok</groupId>
77
<artifactId>distributed-lock-mongodb-parent</artifactId>
8-
<version>3.3.2-SNAPSHOT</version>
8+
<version>3.3.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<packaging>jar</packaging>

distributed-lock-mongodb-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.daggerok</groupId>
77
<artifactId>distributed-lock-mongodb-parent</artifactId>
8-
<version>3.3.2-SNAPSHOT</version>
8+
<version>3.3.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<packaging>jar</packaging>

distributed-lock-mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.daggerok</groupId>
77
<artifactId>distributed-lock-mongodb-parent</artifactId>
8-
<version>3.3.2-SNAPSHOT</version>
8+
<version>3.3.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<packaging>jar</packaging>

docker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.daggerok</groupId>
77
<artifactId>distributed-lock-mongodb-parent</artifactId>
8-
<version>3.3.2-SNAPSHOT</version>
8+
<version>3.3.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<packaging>jar</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<groupId>io.github.daggerok</groupId>
2121
<artifactId>distributed-lock-mongodb-parent</artifactId>
22-
<version>3.3.2-SNAPSHOT</version>
22+
<version>3.3.2</version>
2323
<name>${project.groupId}:${project.artifactId}</name>
2424
<description>Distributed Lock based on MongoDB and Spring Boot 3.x</description>
2525
<url>https://github.com/daggerok/distributed-lock-mongodb-spring-boot-starter</url>

testcontainers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.daggerok</groupId>
77
<artifactId>distributed-lock-mongodb-parent</artifactId>
8-
<version>3.3.2-SNAPSHOT</version>
8+
<version>3.3.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<packaging>jar</packaging>

0 commit comments

Comments
 (0)