Skip to content

Commit fedb043

Browse files
committed
Set minimal Maven version to v3.8.8 from v3.8.5
1 parent 3dd1d72 commit fedb043

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.adoc

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Improvements (for all modules)::
1717

1818
* Add failFast option to logHandler to allow displaying all errors in build (#1032)
1919

20+
Build / Infrastructure::
21+
* Set minimal maven version to 3.8.8 (#)
22+
2023
== v3.1.1 (2024-11-14)
2124

2225
Improvements (for all modules)::

asciidoctor-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<url>https://github.com/asciidoctor/asciidoctor-maven-plugin</url>
1818

1919
<prerequisites>
20-
<maven>3.8.5</maven>
20+
<maven>3.8.8</maven>
2121
</prerequisites>
2222

2323
<properties>

docs/modules/plugin/pages/compatibility-matrix.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The current policy for Maven compatibility is to support https://maven.apache.or
99

1010
That is:
1111

12-
* Maven v3.8.5 and higher
12+
* Maven v3.8.8 and higher
1313
* Maven v3.9.x
1414

1515
== AsciidoctorJ compatible versions

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<configuration>
133133
<rules>
134134
<requireMavenVersion>
135-
<version>3.8.5</version>
135+
<version>3.8.8</version>
136136
</requireMavenVersion>
137137
</rules>
138138
</configuration>

0 commit comments

Comments
 (0)