Preparing for 1.3 release.

This commit is contained in:
Charlie Groves
2011-03-23 22:16:54 +00:00
parent cd9854a8ca
commit 19d9821f66
+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.3-SNAPSHOT</version> <version>1.3</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/trunk/</connection> <connection>scm:svn:http://depot.googlecode.com/svn/tags/depot-1.3</connection>
<developerConnection>scm:svn:https://depot.googlecode.com/svn/trunk/</developerConnection> <developerConnection>scm:svn:https://depot.googlecode.com/svn/tags/depot-1.3</developerConnection>
<url>http://depot.googlecode.com/svn/trunk/</url> <url>http://depot.googlecode.com/svn/tags/depot-1.3</url>
</scm> </scm>
<dependencies> <dependencies>