[maven-release-plugin] prepare release gson-1.7

This commit is contained in:
Inderjeet Singh 2011-04-12 21:53:40 +00:00
parent 6911d932a6
commit def5862ad4

View File

@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
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>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.7-SNAPSHOT</version> <version>1.7</version>
<inceptionYear>2008</inceptionYear> <inceptionYear>2008</inceptionYear>
<name>Gson</name> <name>Gson</name>
<parent> <parent>
@ -25,9 +24,9 @@
</license> </license>
</licenses> </licenses>
<scm> <scm>
<connection>scm:svn:http://google-gson.googlecode.com/svn/trunk/gson</connection> <connection>scm:svn:http://google-gson.googlecode.com/svn/tags/gson-1.7</connection>
<developerConnection>scm:svn:https://google-gson.googlecode.com/svn/trunk/gson</developerConnection> <developerConnection>scm:svn:https://google-gson.googlecode.com/svn/tags/gson-1.7</developerConnection>
<url>http://google-gson.codegoogle.com/svn/trunk/gson</url> <url>http://google-gson.codegoogle.com/svn/tags/gson-1.7</url>
</scm> </scm>
<issueManagement> <issueManagement>
<system>Google Code Issue Tracking</system> <system>Google Code Issue Tracking</system>