Skip to content

Commit

Permalink
release 5.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
osantana85 committed Nov 29, 2023
1 parent f916482 commit 4661bf8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
<parent>
<groupId>io.mongock</groupId>
<artifactId>mongock</artifactId>
<version>5.3.5</version>
<version>5.3.6</version>
</parent>

<artifactId>mongock-jdk17-parent</artifactId>
<version>5.3.5-SNAPSHOT</version>
<version>5.3.6-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<java.version>17</java.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<mongock.community.version>5.3.5</mongock.community.version>
<mongock.community.version>5.3.6</mongock.community.version>
</properties>

<modules>
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.3.5-SNAPSHOT</version>
<version>5.3.6-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.3.5-SNAPSHOT</version>
<version>5.3.6-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.3.5-SNAPSHOT</version>
<version>5.3.6-SNAPSHOT</version>
</parent>

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

0 comments on commit 4661bf8

Please sign in to comment.