Teach the pom about github

This commit is contained in:
David Hoover
2014-03-21 10:37:39 -07:00
parent 12f7b666af
commit 895630cc2e
+5 -5
View File
@@ -7,9 +7,9 @@
<version>1.4-SNAPSHOT</version> <version>1.4-SNAPSHOT</version>
<name>getdown</name> <name>getdown</name>
<description>An application installer and updater.</description> <description>An application installer and updater.</description>
<url>http://code.google.com/p/getdown/</url> <url>https://github.com/threerings/getdown</url>
<issueManagement> <issueManagement>
<url>http://code.google.com/p/getdown/issues/list</url> <url>https://github.com/threerings/getdown/issues</url>
</issueManagement> </issueManagement>
<parent> <parent>
@@ -35,9 +35,9 @@
</developers> </developers>
<scm> <scm>
<connection>scm:git:https://code.google.com/p/getdown/</connection> <connection>scm:git:git://github.com/threerings/getdown.git</connection>
<developerConnection>scm:git:https://code.google.com/p/getdown/</developerConnection> <developerConnection>scm:git:git@github.com:threerings/getdown.git</developerConnection>
<url>https://code.google.com/p/getdown/</url> <url>https://github.com/threerings/getdown</url>
</scm> </scm>
<repositories> <repositories>