Skip to content

Commit 94c86cd

Browse files
committed
Allow building with Maven minimum version 3.8.8.
1 parent 3d56703 commit 94c86cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ on the same computer:
371371

372372
This project requires **at least** the items below to build it from source:
373373

374-
- Maven 3.9.8
374+
- Maven 3.9.9
375375
- OpenJDK SE 22
376376

377377
This project contains optimised code for various JDK versions.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<configuration>
163163
<rules>
164164
<requireMavenVersion>
165-
<version>3.9.9</version>
165+
<version>3.8.8</version>
166166
</requireMavenVersion>
167167
</rules>
168168
<fail>true</fail>

0 commit comments

Comments
 (0)