Update some depends and the samskivert API docs URL.

This commit is contained in:
Michael Bayne
2011-09-30 00:41:39 +00:00
parent c3c651340b
commit 5a3266640f
+4 -3
View File
@@ -44,7 +44,7 @@
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>samskivert</artifactId>
<version>1.2</version>
<version>1.5</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -69,7 +69,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -79,6 +79,7 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
@@ -124,7 +125,7 @@
<show>public</show>
<excludePackageNames>com.samskivert.depot.impl</excludePackageNames>
<links>
<link>http://samskivert.googlecode.com/svn/apidocs/</link>
<link>http://samskivert.github.com/samskivert/apidocs/</link>
<link>http://docs.guava-libraries.googlecode.com/git/javadoc/</link>
<link>http://ehcache.org/apidocs/</link>
</links>