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

This commit is contained in:
Michael Bayne
2014-06-25 21:54:27 +00:00
parent e12e0bf15c
commit ad864e3498
+5 -5
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.sonatype.oss</groupId> <groupId>org.sonatype.oss</groupId>
@@ -10,7 +10,7 @@
<groupId>com.samskivert</groupId> <groupId>com.samskivert</groupId>
<artifactId>depot</artifactId> <artifactId>depot</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.7-SNAPSHOT</version> <version>1.6.4</version>
<name>Depot</name> <name>Depot</name>
<description>A library for relational-database-based persistence in Java.</description> <description>A library for relational-database-based persistence in Java.</description>
@@ -36,9 +36,9 @@
</developers> </developers>
<scm> <scm>
<connection>scm:svn:http://depot.googlecode.com/svn/trunk/</connection> <connection>scm:svn:http://depot.googlecode.com/svn/tags/depot-1.6.4</connection>
<developerConnection>scm:svn:https://depot.googlecode.com/svn/trunk/</developerConnection> <developerConnection>scm:svn:https://depot.googlecode.com/svn/tags/depot-1.6.4</developerConnection>
<url>http://depot.googlecode.com/svn/trunk/</url> <url>http://depot.googlecode.com/svn/tags/depot-1.6.4</url>
</scm> </scm>
<dependencies> <dependencies>