mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Oops, Android app artifacts weren't updated to SNAPSHOT parent
This commit is contained in:
parent
9fa56f5db0
commit
d806131020
|
@ -18,7 +18,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>android-core</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<version>3.4.1-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<dependencies>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<parent>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>zxing-parent</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<version>3.4.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<name>ZXing Android Core</name>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>android-integration</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<version>3.4.1-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<dependencies>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<parent>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>zxing-parent</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<version>3.4.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<name>ZXing Android Integration lib</name>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<parent>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>zxing-parent</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<version>3.4.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in a new issue