Skip to content

Commit

Permalink
Set minimal maven version to 3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Mar 20, 2023
1 parent 3c224ff commit 73d943e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Improvements::
* Add 'asciidoc' as valid file extension in AsciidoctorDoxiaParserModule (#595)
* Fix throwing an exception when registering a non Extension (#596)
* Reimplement resource copy using 'plexus.util.DirectorScanner' instead of 'maven-filtering' to reduce dependencies and build time (#597)
* Set minimal Maven version to v3.9.x (#629)
* Set minimal Maven version to v3.8.5 (#629)

Documentation::

Expand All @@ -43,7 +43,7 @@ Build / Infrastructure::
* Set minimal maven version to 3.8.5 (#607)
* Bump GH 'checkout' and 'setup-java' to v3 & delete unused TravisCI configuration (#627)
* Bump netty-codec-http to v4.1.90.Final (#628)
* Bump plugins versions (#629)
* Bump plugins versions & set CI Maven to v3.9.1 (#629)

Maintenance::
* Replace use of reflection by direct JavaExtensionRegistry calls to register extensions (#596)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>3.9.0</version>
<version>3.8.5</version>
</requireMavenVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 73d943e

Please sign in to comment.