Repository: cassandra Updated Branches: refs/heads/trunk 6bb757715 -> 6abba68ae
update jmh jars to 1.13 to quell build time RELEASE_6 warnings patch by dbrosius reviewed by bwilliams for CASSANDRA-12536 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6abba68a Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/6abba68a Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/6abba68a Branch: refs/heads/trunk Commit: 6abba68aeea5d80abbf76bd5a38c74816015d5ee Parents: 6bb7577 Author: Dave Brosius <[email protected]> Authored: Sat Sep 3 22:57:35 2016 -0400 Committer: Dave Brosius <[email protected]> Committed: Sat Sep 3 22:57:35 2016 -0400 ---------------------------------------------------------------------- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/6abba68a/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index df6d469..bc9c6b9 100644 --- a/build.xml +++ b/build.xml @@ -419,8 +419,8 @@ <dependency groupId="org.jboss.byteman" artifactId="byteman-bmunit" version="${byteman.version}"/> - <dependency groupId="org.openjdk.jmh" artifactId="jmh-core" version="1.1.1"/> - <dependency groupId="org.openjdk.jmh" artifactId="jmh-generator-annprocess" version="1.1.1"/> + <dependency groupId="org.openjdk.jmh" artifactId="jmh-core" version="1.13"/> + <dependency groupId="org.openjdk.jmh" artifactId="jmh-generator-annprocess" version="1.13"/> <dependency groupId="org.apache.cassandra" artifactId="cassandra-all" version="${version}" /> <dependency groupId="org.apache.cassandra" artifactId="cassandra-thrift" version="${version}" />
