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> <dependency>
<groupId>com.samskivert</groupId> <groupId>com.samskivert</groupId>
<artifactId>samskivert</artifactId> <artifactId>samskivert</artifactId>
<version>1.2</version> <version>1.5</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
@@ -69,7 +69,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.8.1</version> <version>4.10</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
@@ -79,6 +79,7 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
@@ -124,7 +125,7 @@
<show>public</show> <show>public</show>
<excludePackageNames>com.samskivert.depot.impl</excludePackageNames> <excludePackageNames>com.samskivert.depot.impl</excludePackageNames>
<links> <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://docs.guava-libraries.googlecode.com/git/javadoc/</link>
<link>http://ehcache.org/apidocs/</link> <link>http://ehcache.org/apidocs/</link>
</links> </links>