Merge branch 'master' of github.com:threerings/samskivert

This commit is contained in:
Michael Bayne
2011-06-01 11:43:36 -07:00
+4 -4
View File
@@ -4,7 +4,7 @@
<groupId>com.samskivert</groupId>
<artifactId>samskivert</artifactId>
<packaging>jar</packaging>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
<name>samskivert</name>
<description>A collection of Java utilities.</description>
<url>http://code.google.com/p/samskivert/</url>
@@ -35,9 +35,9 @@
</developers>
<scm>
<connection>scm:svn:http://samskivert.googlecode.com/svn/trunk/</connection>
<developerConnection>scm:svn:https://samskivert.googlecode.com/svn/trunk/</developerConnection>
<url>http://samskivert.googlecode.com/svn/trunk/</url>
<connection>scm:svn:http://samskivert.googlecode.com/svn/trunk</connection>
<developerConnection>scm:svn:https://samskivert.googlecode.com/svn/trunk</developerConnection>
<url>http://samskivert.googlecode.com/svn/trunk</url>
</scm>
<dependencies>