From 4840690222644d7398749922ac3128ff726c5124 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 15 Sep 2014 20:56:02 -0400 Subject: Bump dependency versions. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 794108c..3eada4a 100644 --- a/pom.xml +++ b/pom.xml @@ -99,13 +99,13 @@ com.google.guava guava - 17.0 + 18.0 com.google.code.findbugs jsr305 - 2.0.3 + 3.0.0 -- cgit v1.2.3 From e842df4ea72951a63ad7267b65fccf4a8311e398 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 15 Sep 2014 21:23:12 -0400 Subject: Update JavaDoc links. --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 3eada4a..3ae6035 100644 --- a/pom.xml +++ b/pom.xml @@ -202,14 +202,14 @@ maven-javadoc-plugin - https://google-guice.googlecode.com/git/latest-javadoc/ - http://docs.guava-libraries.googlecode.com/git-history/v17.0/javadoc/ + https://google.github.io/guice/api-docs/latest/javadoc/ + http://docs.guava-libraries.googlecode.com/git-history/v18.0/javadoc/ http://slf4j.org/api/ http://logging.apache.org/log4j/2.x/log4j-api/apidocs/ http://jsr-305.googlecode.com/svn/trunk/javadoc/ - http://junit.sourceforge.net/javadoc/ + http://junit.org/javadoc/4.11/ http://hamcrest.org/JavaHamcrest/javadoc/1.3/ - http://docs.mockito.googlecode.com/hg/latest/ + http://docs.mockito.googlecode.com/hg/1.9.5/ @@ -260,14 +260,14 @@ maven-javadoc-plugin - https://google-guice.googlecode.com/git/latest-javadoc/ - http://docs.guava-libraries.googlecode.com/git-history/v17.0/javadoc/ + https://google.github.io/guice/api-docs/latest/javadoc/ + http://docs.guava-libraries.googlecode.com/git-history/v18.0/javadoc/ http://slf4j.org/api/ http://logging.apache.org/log4j/2.x/log4j-api/apidocs/ http://jsr-305.googlecode.com/svn/trunk/javadoc/ - http://junit.sourceforge.net/javadoc/ + http://junit.org/javadoc/4.11/ http://hamcrest.org/JavaHamcrest/javadoc/1.3/ - http://docs.mockito.googlecode.com/hg/latest/ + http://docs.mockito.googlecode.com/hg/1.9.5/ -- cgit v1.2.3