This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-neethi.git
The following commit(s) were added to refs/heads/master by this push:
new 74959ac Downgrading the rat plugin to work on Java 8
74959ac is described below
commit 74959acb7c4b44a7823c25dd3485451b0ee5c4e3
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Thu Sep 24 06:14:46 2026 +0100
Downgrading the rat plugin to work on Java 8
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index eb14f12..2659953 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,6 +170,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
+ <version>0.17</version>
<executions>
<execution>
<phase>verify</phase>