Skip to content

Commit

Permalink
Increased minimum Maven version to 3.5.4 (#573)
Browse files Browse the repository at this point in the history
For compatibility with `flatten-maven-plugin`.
  • Loading branch information
freemanjp committed Oct 1, 2023
1 parent 0c1d08b commit a20ee84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
Expand All @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
maven-version:
- '3.3.9'
- '3.5.4'
- '3.8.6'
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<description>Maven plugin for the ktlint Kotlin linter.</description>

<prerequisites>
<maven>3.3.9</maven>
<maven>3.5.4</maven>
</prerequisites>

<properties>
Expand Down Expand Up @@ -542,7 +542,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>[3.3.9,3.9)</version>
<version>[3.5.4,3.9)</version>
</requireMavenVersion>
<requireJavaVersion>
<version>[11,12)</version>
Expand Down

0 comments on commit a20ee84

Please sign in to comment.