Skip to content

Commit b2c09ad

Browse files
committed
Updated Mongock's version. Release 5.0.42.
1 parent 983b0d2 commit b2c09ad

7 files changed

Lines changed: 14 additions & 13 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
steps:
1212

1313
- name: Checkout project
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
- name: Setup java
16-
uses: actions/setup-java@v2
16+
uses: actions/setup-java@v4
1717
with:
1818
distribution: ${{ matrix.distribution }}
1919
java-version: ${{ matrix.java }}

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,20 @@ jobs:
99

1010
steps:
1111
- name: Checkout project
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313

1414
- name: Cache local Maven repository
15-
uses: actions/cache@v2
15+
uses: actions/cache@v4
1616
with:
1717
path: ~/.m2/repository
1818
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
1919
restore-keys: ${{ runner.os }}-maven-
2020

2121
- name: Set up JDK 1.8
22-
uses: actions/setup-java@v1
22+
uses: actions/setup-java@v4
2323
with:
24-
java-version: 1.8
24+
java-version: '8'
25+
distribution: 'temurin'
2526
server-id: ossrh
2627
server-username: MAVEN_USERNAME
2728
server-password: MAVEN_CENTRAL_TOKEN

mongock-cli-core/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.mongock</groupId>
77
<artifactId>mongock-cli-project</artifactId>
8-
<version>5.0.41-SNAPSHOT</version>
8+
<version>5.0.42-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

mongock-cli-springboot/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.mongock</groupId>
77
<artifactId>mongock-cli-project</artifactId>
8-
<version>5.0.41-SNAPSHOT</version>
8+
<version>5.0.42-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

mongock-cli-util/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.mongock</groupId>
77
<artifactId>mongock-cli-project</artifactId>
8-
<version>5.0.41-SNAPSHOT</version>
8+
<version>5.0.42-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

mongock-cli/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.mongock</groupId>
77
<artifactId>mongock-cli-project</artifactId>
8-
<version>5.0.41-SNAPSHOT</version>
8+
<version>5.0.42-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>io.mongock</groupId>
1212
<artifactId>mongock-cli-project</artifactId>
1313
<packaging>pom</packaging>
14-
<version>5.0.41-SNAPSHOT</version>
14+
<version>5.0.42-SNAPSHOT</version>
1515
<modules>
1616
<module>mongock-cli-core</module>
1717
<module>mongock-cli-springboot</module>
@@ -30,7 +30,7 @@
3030
<!-- CORE
3131
TODO UPDATE THIS VERSION FOR CORE UPDATES
3232
-->
33-
<mongock.version>5.5.0</mongock.version>
33+
<mongock.version>5.5.1</mongock.version>
3434

3535
<project.scm.id>ossrh</project.scm.id>
3636
</properties>
@@ -48,7 +48,7 @@
4848
<connection>scm:git:git@github.com:mongock/mongock-cli-project.git</connection>
4949
<developerConnection>scm:git:https://github.com/mongock/mongock-cli-project.git</developerConnection>
5050
<url>https://github.com/mongock/mongock-cli-project</url>
51-
<tag>:mongock-cli-project-5.0.41-SNAPSHOT</tag>
51+
<tag>:mongock-cli-project-5.0.42-SNAPSHOT</tag>
5252
</scm>
5353

5454
<developers>

0 commit comments

Comments
 (0)