Skip to content

Commit

Permalink
release 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
osantana85 committed Apr 5, 2024
1 parent f8d5fb8 commit e9e0151
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.mongock</groupId>
<artifactId>mongock</artifactId>
<version>5.4.0</version>
<version>5.4.1</version>
</parent>

<artifactId>mongock-jdk17-parent</artifactId>
<version>5.4.0-SNAPSHOT</version>
<version>5.4.1-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion spring/couchbase-springboot-v3-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.mongock</groupId>
<artifactId>spring-jdk17</artifactId>
<version>5.4.0-SNAPSHOT</version>
<version>5.4.1-SNAPSHOT</version>
</parent>

<artifactId>couchbase-springboot-v3-driver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring/mongock-springboot-v3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.mongock</groupId>
<artifactId>spring-jdk17</artifactId>
<version>5.4.0-SNAPSHOT</version>
<version>5.4.1-SNAPSHOT</version>
</parent>

<artifactId>mongock-springboot-v3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring/mongodb-springdata-v4-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.mongock</groupId>
<artifactId>spring-jdk17</artifactId>
<version>5.4.0-SNAPSHOT</version>
<version>5.4.1-SNAPSHOT</version>
</parent>

<artifactId>mongodb-springdata-v4-driver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.mongock</groupId>
<artifactId>mongock-jdk17-parent</artifactId>
<version>5.4.0-SNAPSHOT</version>
<version>5.4.1-SNAPSHOT</version>
</parent>

<artifactId>spring-jdk17</artifactId>
Expand Down

0 comments on commit e9e0151

Please sign in to comment.