Bump android/androidtest to 3.0.0 manually

git-svn-id: https://zxing.googlecode.com/svn/trunk@2976 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen@gmail.com 2013-11-29 23:02:33 +00:00
parent e281559cc8
commit 092e0e9572
3 changed files with 5 additions and 5 deletions

View file

@ -18,13 +18,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>android</artifactId>
<version>2.3.0</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId>
<version>2.3.0</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<build>

View file

@ -18,13 +18,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>androidtest</artifactId>
<version>2.3.0</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId>
<version>2.3.0</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<build>

View file

@ -16,7 +16,7 @@
-->
<project name="ZXing" default="release">
<property name="version" value="2.3.0"/>
<property name="version" value="3.0.0"/>
<target name="release">
<zip file="ZXing-${version}.zip" level="9">