Skip to content

Commit 26b695e

Browse files
committed
Bump minimalMavenBuildVersion from 3.8.1 to 3.9
Fixes: [INFO] Project requires minimum Maven version for build of: 3.8.1 [INFO] Plugins require minimum Maven version of: 3.9 [INFO] [ERROR] Project requires an incorrect minimum version of Maven. [ERROR] Update the pom.xml to contain maven-enforcer-plugin to [ERROR] force the Maven version which is needed to build this project. [ERROR] See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [ERROR] Using the minimum version of Maven: 3.8.1 [INFO]
1 parent 5c4df12 commit 26b695e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
-->
6868
<properties>
6969
<!-- Minimum Maven version required by the plugins -->
70-
<minimalMavenBuildVersion>3.8.1</minimalMavenBuildVersion>
70+
<minimalMavenBuildVersion>3.9</minimalMavenBuildVersion>
7171
<!-- Minimum Java version required by build -->
7272
<minimalJavaBuildVersion>8</minimalJavaBuildVersion>
7373
<!-- configuration bits for cutting a release candidate, must be overridden by components -->

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
6262
<!-- ADD -->
6363
<!-- UPDATE -->
6464
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.25.4 to 0.25.5.</action>
65+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump minimalMavenBuildVersion from 3.8.1 to 3.9.</action>
6566
</release>
6667
<release version="98" date="2026-04-03" description="This is a feature and maintenance release. Java 8 or later is required.">
6768
<!-- FIX -->

0 commit comments

Comments
 (0)