[maven-release-plugin] prepare release jmustache-1.0

This commit is contained in:
Michael Bayne
2010-10-22 06:07:19 +00:00
parent 00113a5a36
commit e3dcf153b6
+4 -4
View File
@@ -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.0-SNAPSHOT</version> <version>1.0</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://code.google.com/p/jmustache/</url> <url>http://code.google.com/p/jmustache/</url>
@@ -35,9 +35,9 @@
</developers> </developers>
<scm> <scm>
<connection>scm:svn:http://jmustache.googlecode.com/svn/trunk/</connection> <connection>scm:svn:http://jmustache.googlecode.com/svn/tags/jmustache-1.0</connection>
<developerConnection>scm:svn:https://jmustache.googlecode.com/svn/trunk/</developerConnection> <developerConnection>scm:svn:https://jmustache.googlecode.com/svn/tags/jmustache-1.0</developerConnection>
<url>http://jmustache.googlecode.com/svn/trunk/</url> <url>http://jmustache.googlecode.com/svn/tags/jmustache-1.0</url>
</scm> </scm>
<dependencies> <dependencies>