Updated Branches: refs/heads/trunk 8d2fdf399 -> 5ba0b96d9
update apache rat to 0.10 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5ba0b96d Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5ba0b96d Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/5ba0b96d Branch: refs/heads/trunk Commit: 5ba0b96d92e365592479ece6c72eb70d2ca996e8 Parents: 8d2fdf3 Author: Dave Brosius <[email protected]> Authored: Tue Aug 20 18:19:36 2013 -0400 Committer: Dave Brosius <[email protected]> Committed: Tue Aug 20 18:19:36 2013 -0400 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/5ba0b96d/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index e40f1d2..d153882 100644 --- a/build.xml +++ b/build.xml @@ -362,7 +362,7 @@ <dependency groupId="junit" artifactId="junit" version="4.6" /> <dependency groupId="commons-logging" artifactId="commons-logging" version="1.1.1"/> - <dependency groupId="org.apache.rat" artifactId="apache-rat" version="0.6"> + <dependency groupId="org.apache.rat" artifactId="apache-rat" version="0.10"> <exclusion groupId="commons-lang" artifactId="commons-lang"/> </dependency> <dependency groupId="org.apache.hadoop" artifactId="hadoop-core" version="1.0.3">
