Teach the pom about github
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user