Philipp Ottlinger created DELTASPIKE-1224:
---------------------------------------------
Summary: Use newer release version of Apache RAT / release audit
tool
Key: DELTASPIKE-1224
URL: https://issues.apache.org/jira/browse/DELTASPIKE-1224
Project: DeltaSpike
Issue Type: Improvement
Affects Versions: 1.8.0
Environment: HEAD
Reporter: Philipp Ottlinger
Currently v0.8 is used, while the latest release is 0.12.
{code}
diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml
index 1460bb0..dd6835f 100644
--- a/deltaspike/pom.xml
+++ b/deltaspike/pom.xml
@@ -83,7 +83,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>0.8</version>
+ <version>0.12</version>
<configuration>
<excludes>
<exclude>.idea/**/*</exclude>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)