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:
Michael Bayne
2011-03-01 11:30:22 -08:00
parent 74c19b2e5f
commit 1d0f1b7a65
+2 -4
View File
@@ -4,7 +4,7 @@
<groupId>com.samskivert</groupId>
<artifactId>jmustache</artifactId>
<packaging>jar</packaging>
<version>1.1</version>
<version>1.2-SNAPSHOT</version>
<name>jmustache</name>
<description>A Java implementation of the Mustache templating language.</description>
<url>http://github.com/samskivert/jmustache</url>
@@ -36,9 +36,7 @@
<scm>
<connection>scm:git://github.com/samskivert/jmustache.git</connection>
<developerConnection>
scm:git:https://samskivert@github.com/samskivert/jmustache.git
</developerConnection>
<developerConnection>scm:git@github.com:samskivert/jmustache.git</developerConnection>
<url>http://github.com/samskivert/jmustache</url>
</scm>