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

git-svn-id: https://zxing.googlecode.com/svn/trunk@2760 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen@gmail.com 2013-05-14 09:17:13 +00:00
parent b3226e8e4f
commit 83440333cf
6 changed files with 32 additions and 32 deletions

View file

@ -19,19 +19,19 @@
<parent> <parent>
<groupId>com.google.zxing</groupId> <groupId>com.google.zxing</groupId>
<artifactId>zxing</artifactId> <artifactId>zxing</artifactId>
<version>2.2</version> <version>2.2-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>android-integration</artifactId> <artifactId>android-integration</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>ZXing Android Integration lib</name> <name>ZXing Android Integration lib</name>
<version>2.2</version> <version>2.2-SNAPSHOT</version>
<description>Integration helper classes for Android applications wanting to create/scan bar codes</description> <description>Integration helper classes for Android applications wanting to create/scan bar codes</description>
<scm> <scm>
<connection>scm:svn:http://zxing.googlecode.com/svn/tags/zxing-2.2/android-integration</connection> <connection>scm:svn:http://zxing.googlecode.com/svn/trunk/android-integration</connection>
<developerConnection>scm:svn:https://zxing.googlecode.com/svn/tags/zxing-2.2/android-integration</developerConnection> <developerConnection>scm:svn:https://zxing.googlecode.com/svn/trunk/android-integration</developerConnection>
<url>http://zxing.googlecode.com/svn/tags/zxing-2.2/android-integration</url> <url>http://zxing.googlecode.com/svn/trunk/android-integration</url>
</scm> </scm>
<dependencies> <dependencies>

View file

@ -19,19 +19,19 @@
<parent> <parent>
<groupId>com.google.zxing</groupId> <groupId>com.google.zxing</groupId>
<artifactId>zxing</artifactId> <artifactId>zxing</artifactId>
<version>2.2</version> <version>2.2-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>core</artifactId> <artifactId>core</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>ZXing Core</name> <name>ZXing Core</name>
<version>2.2</version> <version>2.2-SNAPSHOT</version>
<description>Core barcode encoding/decoding library</description> <description>Core barcode encoding/decoding library</description>
<scm> <scm>
<connection>scm:svn:http://zxing.googlecode.com/svn/tags/zxing-2.2/core</connection> <connection>scm:svn:http://zxing.googlecode.com/svn/trunk/core</connection>
<developerConnection>scm:svn:https://zxing.googlecode.com/svn/tags/zxing-2.2/core</developerConnection> <developerConnection>scm:svn:https://zxing.googlecode.com/svn/trunk/core</developerConnection>
<url>http://zxing.googlecode.com/svn/tags/zxing-2.2/core</url> <url>http://zxing.googlecode.com/svn/trunk/core</url>
</scm> </scm>
<dependencies> <dependencies>

View file

@ -19,26 +19,26 @@
<parent> <parent>
<groupId>com.google.zxing</groupId> <groupId>com.google.zxing</groupId>
<artifactId>zxing</artifactId> <artifactId>zxing</artifactId>
<version>2.2</version> <version>2.2-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>javase</artifactId> <artifactId>javase</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>ZXing Java SE extensions</name> <name>ZXing Java SE extensions</name>
<version>2.2</version> <version>2.2-SNAPSHOT</version>
<description>Java SE-specific extensions to core ZXing library</description> <description>Java SE-specific extensions to core ZXing library</description>
<scm> <scm>
<connection>scm:svn:http://zxing.googlecode.com/svn/tags/zxing-2.2/javase</connection> <connection>scm:svn:http://zxing.googlecode.com/svn/trunk/javase</connection>
<developerConnection>scm:svn:https://zxing.googlecode.com/svn/tags/zxing-2.2/javase</developerConnection> <developerConnection>scm:svn:https://zxing.googlecode.com/svn/trunk/javase</developerConnection>
<url>http://zxing.googlecode.com/svn/tags/zxing-2.2/javase</url> <url>http://zxing.googlecode.com/svn/trunk/javase</url>
</scm> </scm>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.google.zxing</groupId> <groupId>com.google.zxing</groupId>
<artifactId>core</artifactId> <artifactId>core</artifactId>
<version>2.2</version> <version>2.2-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>

View file

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

View file

@ -19,19 +19,19 @@
<parent> <parent>
<groupId>com.google.zxing</groupId> <groupId>com.google.zxing</groupId>
<artifactId>zxing</artifactId> <artifactId>zxing</artifactId>
<version>2.2</version> <version>2.2-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>zxing.appspot.com</artifactId> <artifactId>zxing.appspot.com</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>ZXing Appspot-based encoder</name> <name>ZXing Appspot-based encoder</name>
<version>2.2</version> <version>2.2-SNAPSHOT</version>
<description>GWT-based encoder app hosted at zxing.appspot.com</description> <description>GWT-based encoder app hosted at zxing.appspot.com</description>
<scm> <scm>
<connection>scm:svn:http://zxing.googlecode.com/svn/tags/zxing-2.2/zxing.appspot.com</connection> <connection>scm:svn:http://zxing.googlecode.com/svn/trunk/zxing.appspot.com</connection>
<developerConnection>scm:svn:https://zxing.googlecode.com/svn/tags/zxing-2.2/zxing.appspot.com</developerConnection> <developerConnection>scm:svn:https://zxing.googlecode.com/svn/trunk/zxing.appspot.com</developerConnection>
<url>http://zxing.googlecode.com/svn/tags/zxing-2.2/zxing.appspot.com</url> <url>http://zxing.googlecode.com/svn/trunk/zxing.appspot.com</url>
</scm> </scm>
<dependencies> <dependencies>

View file

@ -19,31 +19,31 @@
<parent> <parent>
<groupId>com.google.zxing</groupId> <groupId>com.google.zxing</groupId>
<artifactId>zxing</artifactId> <artifactId>zxing</artifactId>
<version>2.2</version> <version>2.2-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>zxingorg</artifactId> <artifactId>zxingorg</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<name>ZXing zxing.org web app</name> <name>ZXing zxing.org web app</name>
<version>2.2</version> <version>2.2-SNAPSHOT</version>
<description>The web application behind zxing.org</description> <description>The web application behind zxing.org</description>
<scm> <scm>
<connection>scm:svn:http://zxing.googlecode.com/svn/tags/zxing-2.2/zxingorg</connection> <connection>scm:svn:http://zxing.googlecode.com/svn/trunk/zxingorg</connection>
<developerConnection>scm:svn:https://zxing.googlecode.com/svn/tags/zxing-2.2/zxingorg</developerConnection> <developerConnection>scm:svn:https://zxing.googlecode.com/svn/trunk/zxingorg</developerConnection>
<url>http://zxing.googlecode.com/svn/tags/zxing-2.2/zxingorg</url> <url>http://zxing.googlecode.com/svn/trunk/zxingorg</url>
</scm> </scm>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.google.zxing</groupId> <groupId>com.google.zxing</groupId>
<artifactId>core</artifactId> <artifactId>core</artifactId>
<version>2.2</version> <version>2.2-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.zxing</groupId> <groupId>com.google.zxing</groupId>
<artifactId>javase</artifactId> <artifactId>javase</artifactId>
<version>2.2</version> <version>2.2-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax</groupId> <groupId>javax</groupId>