This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch 2.1.X
in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.1.X by this push:
new d25414b32 reverted apache-rat plugin version to 0.17 because building
the project with Java 1.8 as requested simply does not work
d25414b32 is described below
commit d25414b32d0b0d7d4f9b2890dcfe2dc46e2fb9e5
Author: emmanuel lecharny <[email protected]>
AuthorDate: Sat Apr 25 23:21:22 2026 +0200
reverted apache-rat plugin version to 0.17 because building the project
with Java 1.8 as requested simply does not work
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 67f39e47c..f7e705cc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
<!-- additionalparam>-Xdoclint:none</additionalparam -->
<!-- Maven Plugins -->
- <version.apache.rat.plugin>0.18</version.apache.rat.plugin>
+ <version.apache.rat.plugin>0.17</version.apache.rat.plugin>
<version.api.plugin>3.9.4</version.api.plugin>
<version.assembly.plugin>3.7.1</version.assembly.plugin>
<version.build.helper.plugin>3.6.0</version.build.helper.plugin>