Preparing for depot-1.5-SNAPSHOT development.

This commit is contained in:
Dave Hoover
2011-05-24 20:57:26 +00:00
parent 6c47a9c4ac
commit ee93f91e61
+4 -4
View File
@@ -4,7 +4,7 @@
<groupId>com.samskivert</groupId> <groupId>com.samskivert</groupId>
<artifactId>depot</artifactId> <artifactId>depot</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.4</version> <version>1.5-SNAPSHOT</version>
<name>depot</name> <name>depot</name>
<description>A collection of Java utilities.</description> <description>A collection of Java utilities.</description>
<url>http://code.google.com/p/depot/</url> <url>http://code.google.com/p/depot/</url>
@@ -35,9 +35,9 @@
</developers> </developers>
<scm> <scm>
<connection>scm:svn:http://depot.googlecode.com/svn/tags/depot-1.4</connection> <connection>scm:svn:http://depot.googlecode.com/svn/trunk/</connection>
<developerConnection>scm:svn:https://depot.googlecode.com/svn/tags/depot-1.4</developerConnection> <developerConnection>scm:svn:https://depot.googlecode.com/svn/trunk/</developerConnection>
<url>http://depot.googlecode.com/svn/tags/depot-1.4</url> <url>http://depot.googlecode.com/svn/trunk/</url>
</scm> </scm>
<dependencies> <dependencies>