You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by db...@apache.org on 2013/10/10 01:20:54 UTC

git commit: upgrade jsr-305 to 2.0.2

Updated Branches:
  refs/heads/trunk 5af0c5c22 -> a50c4faeb


upgrade jsr-305 to 2.0.2


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a50c4fae
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a50c4fae
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/a50c4fae

Branch: refs/heads/trunk
Commit: a50c4faeb01766a103d6ac81b480717fee1ed3fc
Parents: 5af0c5c
Author: Dave Brosius <db...@mebigfatguy.com>
Authored: Wed Oct 9 19:20:16 2013 -0400
Committer: Dave Brosius <db...@mebigfatguy.com>
Committed: Wed Oct 9 19:20:16 2013 -0400

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/a50c4fae/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 818b27f..6e22525 100644
--- a/build.xml
+++ b/build.xml
@@ -381,7 +381,7 @@
           <dependency groupId="edu.stanford.ppl" artifactId="snaptree" version="0.1" />
           <dependency groupId="org.mindrot" artifactId="jbcrypt" version="0.3m" />
           <dependency groupId="io.netty" artifactId="netty" version="3.6.6.Final" />
-          <dependency groupId="com.google.code.findbugs" artifactId="jsr305" version="2.0.1" />
+          <dependency groupId="com.google.code.findbugs" artifactId="jsr305" version="2.0.2" />
         </dependencyManagement>
         <developer id="alakshman" name="Avinash Lakshman"/>
         <developer id="antelder" name="Anthony Elder"/>