Migrated to Github.

This commit is contained in:
Michael Bayne
2014-06-25 15:39:13 -07:00
parent 712fe35283
commit 44091660ea
170 changed files with 263 additions and 428 deletions
+8 -7
View File
@@ -14,15 +14,16 @@
<name>Depot</name>
<description>A library for relational-database-based persistence in Java.</description>
<url>http://code.google.com/p/depot/</url>
<url>https://github.com/threerings/depot</url>
<issueManagement>
<url>http://code.google.com/p/depot/issues/list</url>
<url>https://github.com/threerings/depot/issues</url>
</issueManagement>
<licenses>
<license>
<name>GNU Lesser General Public License (LGPL), Version 2.1</name>
<url>http://www.fsf.org/licensing/licenses/lgpl.txt</url>
<name>The (New) BSD License</name>
<url>http://www.opensource.org/licenses/bsd-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
@@ -36,9 +37,9 @@
</developers>
<scm>
<connection>scm:svn:http://depot.googlecode.com/svn/trunk/</connection>
<developerConnection>scm:svn:https://depot.googlecode.com/svn/trunk/</developerConnection>
<url>http://depot.googlecode.com/svn/trunk/</url>
<connection>scm:git:git://github.com/threerings/depot.git</connection>
<developerConnection>scm:git:git@github.com:threerings/depot.git</developerConnection>
<url>https://github.com/threerings/depot/</url>
</scm>
<dependencies>