Updated Branches: refs/heads/master 3143e43a2 -> 285bc03e9
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/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/285bc03e Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/285bc03e Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/285bc03e Branch: refs/heads/master Commit: 285bc03e975a861e8da9fc5b6a1a779a8abc245c Parents: 3143e43 Author: Andrew Gaul <[email protected]> Authored: Thu Dec 26 13:13:50 2013 -0800 Committer: Andrew Gaul <[email protected]> Committed: Thu Dec 26 13:13:50 2013 -0800 ---------------------------------------------------------------------- project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/285bc03e/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 6da7d6f..fce64f0 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -800,7 +800,7 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.9</version> + <version>0.10</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId>
