[maven-release-plugin] prepare release depot-1.2

This commit is contained in:
Michael Bayne
2011-01-07 22:31:45 +00:00
parent 16919c056b
commit e0a55fc3a8
+4 -4
View File
@@ -4,7 +4,7 @@
<groupId>com.samskivert</groupId>
<artifactId>depot</artifactId>
<packaging>jar</packaging>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
<name>depot</name>
<description>A collection of Java utilities.</description>
<url>http://code.google.com/p/depot/</url>
@@ -35,9 +35,9 @@
</developers>
<scm>
<connection>scm:svn:http://depot.googlecode.com/svn/trunk/</connection>
<developerConnection>scm:svn:https://depot.googlecode.com/svn/trunk/</developerConnection>
<url>http://depot.googlecode.com/svn/trunk/</url>
<connection>scm:svn:http://depot.googlecode.com/svn/tags/depot-1.2</connection>
<developerConnection>scm:svn:https://depot.googlecode.com/svn/tags/depot-1.2</developerConnection>
<url>http://depot.googlecode.com/svn/tags/depot-1.2</url>
</scm>
<dependencies>