Skip to content

Commit cb2e1b8

Browse files
committed
[chore] bump min mvn version
to latest 3.9 in prep for maven 4
1 parent 9a267bf commit cb2e1b8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/install-mvnd/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
version:
55
description: 'The version of the Maven Daemon to install'
66
required: true
7-
default: '1.0.3'
7+
default: '1.0.6'
88
file-version-suffix:
99
description: 'A suffix to append to the version of the download file of Maven Daemon to install'
1010
required: false

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
id: install-mvnd
8787
uses: ./.github/actions/install-mvnd
8888
with:
89-
version: '1.0.3'
89+
version: '1.0.6'
9090
file-version-suffix: ''
9191
cache: 'true'
9292
- name: Maven Build

exist-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<maven.compiler.release>21</maven.compiler.release>
113113
<maven.compiler.source>${maven.compiler.release}</maven.compiler.source>
114114
<maven.compiler.target>${maven.compiler.release}</maven.compiler.target>
115-
<maven.minimum.version>3.9.9</maven.minimum.version>
115+
<maven.minimum.version>3.9.16</maven.minimum.version>
116116
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
117117

118118
<project.copyright.name>The eXist-db Authors</project.copyright.name>

0 commit comments

Comments
 (0)