Repository: flume Updated Branches: refs/heads/trunk 46ae5accd -> 37ddd1b27
FLUME-2909. Upgrade RAT to 0.11 This allows command-line override of RAT using the command mvn -Drat.skip=true which is useful in a development environment. (Bessenyei Balázs Donát via Mike Percy) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/37ddd1b2 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/37ddd1b2 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/37ddd1b2 Branch: refs/heads/trunk Commit: 37ddd1b27258f2c3095094b79cbd8852478de33d Parents: 46ae5ac Author: Mike Percy <[email protected]> Authored: Wed May 18 10:38:29 2016 -0700 Committer: Mike Percy <[email protected]> Committed: Wed May 18 10:51:31 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/37ddd1b2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3b2c97c..0929095 100644 --- a/pom.xml +++ b/pom.xml @@ -729,7 +729,7 @@ limitations under the License. <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.7</version> + <version>0.11</version> <executions> <execution> <id>verify.rat</id>
