[
https://issues.apache.org/jira/browse/DELTASPIKE-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15694276#comment-15694276
]
ASF GitHub Bot commented on DELTASPIKE-1224:
--------------------------------------------
GitHub user ottlinger opened a pull request:
https://github.com/apache/deltaspike/pull/72
DELTASPIKE-1224: update to latest RAT release
Update to latest RAT release -
https://issues.apache.org/jira/browse/DELTASPIKE-1224
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ottlinger/deltaspike master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/deltaspike/pull/72.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #72
----
commit a94386f019225f42aa051673c99da09ddccb1094
Author: P. Ottlinger <[email protected]>
Date: 2016-11-24T21:48:58Z
DELTASPIKE-1224: update to latest RAT release
Update to latest RAT release -
https://issues.apache.org/jira/browse/DELTASPIKE-1224
----
> 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
> Components: Build
> Affects Versions: 1.7.2
> Environment: HEAD
> Reporter: Philipp Ottlinger
> Fix For: 1.8.0
>
> Attachments: DELTASPIKE-1224_useNewerRAT.diff
>
>
> 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)