Skip to content

Commit

Permalink
release 5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
osantana85 committed Apr 22, 2024
1 parent e9e0151 commit fd522c1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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.4.1</version>
<version>5.4.2</version>
</parent>

<artifactId>mongock-jdk17-parent</artifactId>
<version>5.4.1-SNAPSHOT</version>
<version>5.4.2-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.6</mongock.community.version>
<mongock.community.version>5.4.2</mongock.community.version>
</properties>

<modules>
Expand All @@ -38,7 +38,7 @@
<connection>scm:git:git@github.com:mongock/mongock-jdk17.git</connection>
<developerConnection>scm:git:https://github.com/mongock/mongock-17.git</developerConnection>
<url>https://github.com/mongock/mongock</url>
<tag>mongock-5.3.0-SNAPSHOT</tag>
<tag>mongock-5.4.2-SNAPSHOT</tag>
</scm>

<developers>
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.1-SNAPSHOT</version>
<version>5.4.2-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.1-SNAPSHOT</version>
<version>5.4.2-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.1-SNAPSHOT</version>
<version>5.4.2-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.1-SNAPSHOT</version>
<version>5.4.2-SNAPSHOT</version>
</parent>

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

0 comments on commit fd522c1

Please sign in to comment.