Update POM with Github URLs.

This commit is contained in:
Michael Bayne
2010-10-24 09:47:49 -07:00
parent c6eab5f1c5
commit 97c106defd
+5 -5
View File
@@ -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>