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

This commit is contained in:
Michael Bayne
2013-09-17 19:11:04 +00:00
parent 99a4d7a18e
commit 7e1f8d4230
+4 -4
View File
@@ -10,7 +10,7 @@
<groupId>com.samskivert</groupId>
<artifactId>depot</artifactId>
<packaging>jar</packaging>
<version>1.7-SNAPSHOT</version>
<version>1.6.2</version>
<name>Depot</name>
<description>A library for relational-database-based persistence in Java.</description>
@@ -36,9 +36,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.6.2</connection>
<developerConnection>scm:svn:https://depot.googlecode.com/svn/tags/depot-1.6.2</developerConnection>
<url>http://depot.googlecode.com/svn/tags/depot-1.6.2</url>
</scm>
<dependencies>