From eabf926435562ccc1be0d27d99f8582544a735eb Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 12 Mar 2015 10:57:03 -0700 Subject: [PATCH] Bump samskivert, Depot, Guava to latest releases. Also update compiler plugin, & add javadoc 8 sanity preserving args. --- pom.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 7af7c00..41c54c2 100644 --- a/pom.xml +++ b/pom.xml @@ -45,17 +45,17 @@ com.samskivert samskivert - 1.7.1 + 1.9 com.samskivert depot - 1.7-SNAPSHOT + 1.7 com.google.guava guava - 14.0.1 + 18.0 javax.servlet @@ -76,15 +76,18 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + 3.1 1.6 1.6 true true true - - -Xlint" "-Xlint:-serial" "-Xlint:-path + + -Xlint + -Xlint:-serial + -Xlint:-path + @@ -98,10 +101,11 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.7 + 2.9.1 true public + -Xdoclint:all -Xdoclint:-missing http://samskivert.github.com/samskivert/apidocs/ http://docs.guava-libraries.googlecode.com/git/javadoc/