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

This commit is contained in:
Michael Bayne
2012-10-09 19:15:26 +00:00
parent 5afad5b6b3
commit e6072acae9
+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.6-SNAPSHOT</version> <version>1.6</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</connection>
<developerConnection>scm:svn:https://depot.googlecode.com/svn/trunk/</developerConnection> <developerConnection>scm:svn:https://depot.googlecode.com/svn/tags/depot-1.6</developerConnection>
<url>http://depot.googlecode.com/svn/trunk/</url> <url>http://depot.googlecode.com/svn/tags/depot-1.6</url>
</scm> </scm>
<dependencies> <dependencies>