Updated Branches: refs/heads/master 9d1377041 -> 85928b76d
Upgrade to Apache Rat 0.10 Notably this release resolves RAT-138 which caused excessive run-times with some inputs. Changelog: http://creadur.apache.org/rat/RELEASE_NOTES.txt Project: http://git-wip-us.apache.org/repos/asf/jclouds-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-cli/commit/85928b76 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-cli/tree/85928b76 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-cli/diff/85928b76 Branch: refs/heads/master Commit: 85928b76ddf06f45c03143a3eee6ecbe031ce0b4 Parents: 9d13770 Author: Andrew Gaul <[email protected]> Authored: Thu Dec 26 13:19:41 2013 -0800 Committer: Andrew Gaul <[email protected]> Committed: Thu Dec 26 13:20:08 2013 -0800 ---------------------------------------------------------------------- project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-cli/blob/85928b76/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 0d1e468..8f2a8ac 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -138,7 +138,7 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.8</version> + <version>0.10</version> <executions> <execution> <phase>package</phase>
