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

This commit is contained in:
Michael Bayne
2011-09-30 00:45:33 +00:00
parent 6faff4617b
commit fa263416ae
+6 -8
View File
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>
<parent>
<groupId>org.sonatype.oss</groupId>
@@ -12,7 +10,7 @@
<groupId>com.samskivert</groupId>
<artifactId>depot</artifactId>
<packaging>jar</packaging>
<version>1.5-SNAPSHOT</version>
<version>1.5</version>
<name>Depot</name>
<description>A library for relational-database-based persistence in Java.</description>
@@ -38,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.5</connection>
<developerConnection>scm:svn:https://depot.googlecode.com/svn/tags/depot-1.5</developerConnection>
<url>http://depot.googlecode.com/svn/tags/depot-1.5</url>
</scm>
<dependencies>
@@ -171,7 +169,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>