mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
[maven-release-plugin] prepare release zxing-2.2
git-svn-id: https://zxing.googlecode.com/svn/trunk@2742 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
87cf1ac803
commit
c275486d36
|
@ -19,14 +19,14 @@
|
|||
<parent>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>zxing</artifactId>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>android-integration</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>ZXing Android Integration lib</name>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</version>
|
||||
<description>Integration helper classes for Android applications wanting to create/scan bar codes</description>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
@ -19,14 +19,14 @@
|
|||
<parent>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>zxing</artifactId>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>core</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>ZXing Core</name>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</version>
|
||||
<description>Core barcode encoding/decoding library</description>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
@ -19,21 +19,21 @@
|
|||
<parent>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>zxing</artifactId>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>javase</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>ZXing Java SE extensions</name>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</version>
|
||||
<description>Java SE-specific extensions to core ZXing library</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -27,7 +27,7 @@
|
|||
<artifactId>zxing</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>ZXing</name>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</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/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>
|
||||
<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>
|
||||
</scm>
|
||||
<developers>
|
||||
<!-- I am listing myself only, merely because I would be the most likely point of contact for pom.xml -->
|
||||
|
|
|
@ -19,14 +19,14 @@
|
|||
<parent>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>zxing</artifactId>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>zxing.appspot.com</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>ZXing Appspot-based encoder</name>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</version>
|
||||
<description>GWT-based encoder app hosted at zxing.appspot.com</description>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
@ -19,26 +19,26 @@
|
|||
<parent>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>zxing</artifactId>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>zxingorg</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>ZXing zxing.org web app</name>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</version>
|
||||
<description>The web application behind zxing.org</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>javase</artifactId>
|
||||
<version>2.2-SNAPSHOT</version>
|
||||
<version>2.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax</groupId>
|
||||
|
|
Loading…
Reference in a new issue