Updated pom with new public facing URLs, plus OOO public Maven repository.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1151 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
<version>1.3-SNAPSHOT</version>
|
<version>1.3-SNAPSHOT</version>
|
||||||
<name>nenya</name>
|
<name>nenya</name>
|
||||||
<description>Facilities for making networked multiplayer games.</description>
|
<description>Facilities for making networked multiplayer games.</description>
|
||||||
<url>http://code.google.com/p/nenya/</url>
|
<url>http://github.com/threerings/nenya/</url>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<url>http://code.google.com/p/nenya/issues/list</url>
|
<url>http://github.com/threerings/nenya/issues</url>
|
||||||
</issueManagement>
|
</issueManagement>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
@@ -35,11 +35,9 @@
|
|||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://nenya.googlecode.com/svn/trunk/</connection>
|
<connection>scm:git:git://github.com/threerings/nenya.git</connection>
|
||||||
<developerConnection>
|
<developerConnection>scm:git:git@github.com:threerings/nenya.git</developerConnection>
|
||||||
scm:svn:svn+ssh://src.earth.threerings.net/nenya/trunk/
|
<url>http://github.com/threerings/nenya/</url>
|
||||||
</developerConnection>
|
|
||||||
<url>http://nenya.googlecode.com/svn/trunk/</url>
|
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -52,7 +50,11 @@
|
|||||||
<url>http://ppnetmedia.com/repository</url>
|
<url>http://ppnetmedia.com/repository</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>ooo-maven-repo</id>
|
<id>ooo-repo</id>
|
||||||
|
<url>http://threerings.github.com/maven-repo</url>
|
||||||
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>ooo-ext-repo</id>
|
||||||
<url>http://ooo-maven.googlecode.com/hg/repository</url>
|
<url>http://ooo-maven.googlecode.com/hg/repository</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|||||||
Reference in New Issue
Block a user