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>
|
||||
<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user