[maven-release-plugin] rollback the release of zxing-2.2

git-svn-id: https://zxing.googlecode.com/svn/trunk@2749 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen@gmail.com 2013-05-14 08:52:56 +00:00
parent 49e82178e2
commit 29984b0e86

View file

@ -27,7 +27,7 @@
<artifactId>zxing</artifactId>
<packaging>pom</packaging>
<name>ZXing</name>
<version>2.2</version>
<version>2.2-SNAPSHOT</version>
<description>ZXing parent module</description>
<url>http://code.google.com/p/zxing/</url>
@ -44,9 +44,9 @@
</license>
</licenses>
<scm>
<connection>scm:svn:http://zxing.googlecode.com/svn/tags/zxing-2.2</connection>
<developerConnection>scm:svn:https://zxing.googlecode.com/svn/tags/zxing-2.2</developerConnection>
<url>http://zxing.googlecode.com/svn/tags/zxing-2.2</url>
<connection>scm:svn:http://zxing.googlecode.com/svn/trunk/android-integration</connection>
<developerConnection>scm:svn:https://zxing.googlecode.com/svn/trunk/android-integration</developerConnection>
<url>http://zxing.googlecode.com/svn/trunk/android-integration</url>
</scm>
<developers>
<!-- I am listing myself only, merely because I would be the most likely point of contact for pom.xml -->