Updated release information.

This commit is contained in:
Hisham Mardam-Bey
2013-08-21 23:16:09 -04:00
parent 50516d3b70
commit 928339bd28

12
pom.xml
View File

@@ -13,7 +13,7 @@
<version>2.2.0-SNAPSHOT</version> <version>2.2.0-SNAPSHOT</version>
<name>Jedis</name> <name>Jedis</name>
<description>Jedis is a blazingly small and sane Redis java client.</description> <description>Jedis is a blazingly small and sane Redis java client.</description>
<url>https://github.com/xetorthio/jedis</url> <url>https://github.com/mardambey/jedis</url>
<mailingLists> <mailingLists>
<mailingList> <mailingList>
@@ -28,20 +28,20 @@
<licenses> <licenses>
<license> <license>
<name>MIT</name> <name>MIT</name>
<url>http://github.com/xetorthio/jedis/raw/master/LICENSE.txt</url> <url>http://github.com/mardambey/jedis/raw/master/LICENSE.txt</url>
<distribution>repo</distribution> <distribution>repo</distribution>
</license> </license>
</licenses> </licenses>
<issueManagement> <issueManagement>
<system>github</system> <system>github</system>
<url>http://github.com/xetorthio/jedis/issues</url> <url>http://github.com/mardambey/jedis/issues</url>
</issueManagement> </issueManagement>
<scm> <scm>
<connection>scm:git:git@github.com:xetorthio/jedis.git</connection> <connection>scm:git:git@github.com:mardambey/jedis.git</connection>
<url>scm:git:git@github.com:xetorthio/jedis.git</url> <url>scm:git:git@github.com:mardambey/jedis.git</url>
<developerConnection>scm:git:git@github.com:xetorthio/jedis.git</developerConnection> <developerConnection>scm:git:git@github.com:mardambey/jedis.git</developerConnection>
</scm> </scm>
<properties> <properties>