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