Skip to content

Commit

Permalink
Updated Mongock's version. Release 5.0.38.
Browse files Browse the repository at this point in the history
  • Loading branch information
osantana85 committed Apr 22, 2024
1 parent fca6cb2 commit 7ddc01b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion mongock-cli-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.mongock</groupId>
<artifactId>mongock-cli-project</artifactId>
<version>5.0.37-SNAPSHOT</version>
<version>5.0.38-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion mongock-cli-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.mongock</groupId>
<artifactId>mongock-cli-project</artifactId>
<version>5.0.37-SNAPSHOT</version>
<version>5.0.38-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion mongock-cli-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.mongock</groupId>
<artifactId>mongock-cli-project</artifactId>
<version>5.0.37-SNAPSHOT</version>
<version>5.0.38-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion mongock-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.mongock</groupId>
<artifactId>mongock-cli-project</artifactId>
<version>5.0.37-SNAPSHOT</version>
<version>5.0.38-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>io.mongock</groupId>
<artifactId>mongock-cli-project</artifactId>
<packaging>pom</packaging>
<version>5.0.37-SNAPSHOT</version>
<version>5.0.38-SNAPSHOT</version>
<modules>
<module>mongock-cli-core</module>
<module>mongock-cli-springboot</module>
Expand All @@ -30,7 +30,7 @@
<!-- CORE
TODO UPDATE THIS VERSION FOR CORE UPDATES
-->
<mongock.version>5.4.1</mongock.version>
<mongock.version>5.4.2</mongock.version>

<project.scm.id>ossrh</project.scm.id>
</properties>
Expand All @@ -48,7 +48,7 @@
<connection>scm:git:[email protected]:mongock/mongock-cli-project.git</connection>
<developerConnection>scm:git:https://github.com/mongock/mongock-cli-project.git</developerConnection>
<url>https://github.com/mongock/mongock-cli-project</url>
<tag>:mongock-cli-project-5.0.37-SNAPSHOT</tag>
<tag>:mongock-cli-project-5.0.38-SNAPSHOT</tag>
</scm>

<developers>
Expand Down

0 comments on commit 7ddc01b

Please sign in to comment.