[maven-release-plugin] prepare release jmustache-1.0
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<groupId>com.samskivert</groupId>
|
||||
<artifactId>jmustache</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.0</version>
|
||||
<name>jmustache</name>
|
||||
<description>A Java implementation of the Mustache templating language.</description>
|
||||
<url>http://code.google.com/p/jmustache/</url>
|
||||
@@ -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:svn:http://jmustache.googlecode.com/svn/tags/jmustache-1.0</connection>
|
||||
<developerConnection>scm:svn:https://jmustache.googlecode.com/svn/tags/jmustache-1.0</developerConnection>
|
||||
<url>http://jmustache.googlecode.com/svn/tags/jmustache-1.0</url>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user