Update POM with Github URLs.
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
<version>1.1-SNAPSHOT</version>
|
||||
<name>jmustache</name>
|
||||
<description>A Java implementation of the Mustache templating language.</description>
|
||||
<url>http://code.google.com/p/jmustache/</url>
|
||||
<url>http://github.com/samskivert/jmustache</url>
|
||||
<issueManagement>
|
||||
<url>http://code.google.com/p/jmustache/issues/list</url>
|
||||
<url>http://github.com/samskivert/jmustache/issues</url>
|
||||
</issueManagement>
|
||||
|
||||
<parent>
|
||||
@@ -35,9 +35,9 @@
|
||||
</developers>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://jmustache.googlecode.com/svn/trunk/</connection>
|
||||
<developerConnection>scm:svn:https://jmustache.googlecode.com/svn/trunk/</developerConnection>
|
||||
<url>http://jmustache.googlecode.com/svn/trunk/</url>
|
||||
<connection>scm:git://github.com/samskivert/jmustache.git</connection>
|
||||
<developerConnection>scm:git@github.com:samskivert/jmustache.git</developerConnection>
|
||||
<url>http://github.com/samskivert/jmustache</url>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user