File tree 4 files changed +6
-3
lines changed
docs/modules/plugin/pages
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ Improvements (for all modules)::
17
17
18
18
* Add failFast option to logHandler to allow displaying all errors in build (#1032)
19
19
20
+ Build / Infrastructure::
21
+ * Set minimal maven version to 3.8.8 (#)
22
+
20
23
== v3.1.1 (2024-11-14)
21
24
22
25
Improvements (for all modules)::
Original file line number Diff line number Diff line change 17
17
<url >https://github.com/asciidoctor/asciidoctor-maven-plugin</url >
18
18
19
19
<prerequisites >
20
- <maven >3.8.5 </maven >
20
+ <maven >3.8.8 </maven >
21
21
</prerequisites >
22
22
23
23
<properties >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The current policy for Maven compatibility is to support https://maven.apache.or
9
9
10
10
That is:
11
11
12
- * Maven v3.8.5 and higher
12
+ * Maven v3.8.8 and higher
13
13
* Maven v3.9.x
14
14
15
15
== AsciidoctorJ compatible versions
Original file line number Diff line number Diff line change 132
132
<configuration >
133
133
<rules >
134
134
<requireMavenVersion >
135
- <version >3.8.5 </version >
135
+ <version >3.8.8 </version >
136
136
</requireMavenVersion >
137
137
</rules >
138
138
</configuration >
You can’t perform that action at this time.
0 commit comments