Preparing for samskivert-1.5-SNAPSHOT development.

This commit is contained in:
mthomas
2011-05-24 13:29:05 -07:00
parent 9d13767bbf
commit d78405cc46
+4 -4
View File
@@ -4,7 +4,7 @@
<groupId>com.samskivert</groupId>
<artifactId>samskivert</artifactId>
<packaging>jar</packaging>
<version>1.4</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/tags/samskivert-1.4</connection>
<developerConnection>scm:svn:https://samskivert.googlecode.com/svn/tags/samskivert-1.4</developerConnection>
<url>http://samskivert.googlecode.com/svn/tags/samskivert-1.4</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>