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>
|
||||
<name>nenya</name>
|
||||
<description>Facilities for making networked multiplayer games.</description>
|
||||
<url>http://code.google.com/p/nenya/</url>
|
||||
<url>http://github.com/threerings/nenya/</url>
|
||||
<issueManagement>
|
||||
<url>http://code.google.com/p/nenya/issues/list</url>
|
||||
<url>http://github.com/threerings/nenya/issues</url>
|
||||
</issueManagement>
|
||||
|
||||
<parent>
|
||||
@@ -35,11 +35,9 @@
|
||||
</developers>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://nenya.googlecode.com/svn/trunk/</connection>
|
||||
<developerConnection>
|
||||
scm:svn:svn+ssh://src.earth.threerings.net/nenya/trunk/
|
||||
</developerConnection>
|
||||
<url>http://nenya.googlecode.com/svn/trunk/</url>
|
||||
<connection>scm:git:git://github.com/threerings/nenya.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:threerings/nenya.git</developerConnection>
|
||||
<url>http://github.com/threerings/nenya/</url>
|
||||
</scm>
|
||||
|
||||
<repositories>
|
||||
@@ -52,7 +50,11 @@
|
||||
<url>http://ppnetmedia.com/repository</url>
|
||||
</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>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
Reference in New Issue
Block a user