Prepare for 1.2-SNAPSHOT development. Go back to old GIT URL. I was apparently
using an ancient version of Maven that was not very GIT friendly.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<groupId>com.samskivert</groupId>
|
<groupId>com.samskivert</groupId>
|
||||||
<artifactId>jmustache</artifactId>
|
<artifactId>jmustache</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.1</version>
|
<version>1.2-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://github.com/samskivert/jmustache</url>
|
<url>http://github.com/samskivert/jmustache</url>
|
||||||
@@ -36,9 +36,7 @@
|
|||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git://github.com/samskivert/jmustache.git</connection>
|
<connection>scm:git://github.com/samskivert/jmustache.git</connection>
|
||||||
<developerConnection>
|
<developerConnection>scm:git@github.com:samskivert/jmustache.git</developerConnection>
|
||||||
scm:git:https://samskivert@github.com/samskivert/jmustache.git
|
|
||||||
</developerConnection>
|
|
||||||
<url>http://github.com/samskivert/jmustache</url>
|
<url>http://github.com/samskivert/jmustache</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user