mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Update android parent versions to 3.3.3
This commit is contained in:
parent
b7e888dd4d
commit
d305ea953a
|
@ -18,7 +18,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>android-core</artifactId>
|
||||
<version>3.3.3-SNAPSHOT</version>
|
||||
<version>3.3.3</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<dependencies>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<parent>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>zxing-parent</artifactId>
|
||||
<version>3.3.3-SNAPSHOT</version>
|
||||
<version>3.3.3</version>
|
||||
</parent>
|
||||
|
||||
<name>ZXing Android Core</name>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>android-integration</artifactId>
|
||||
<version>3.3.3-SNAPSHOT</version>
|
||||
<version>3.3.3</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<dependencies>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<parent>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>zxing-parent</artifactId>
|
||||
<version>3.3.3-SNAPSHOT</version>
|
||||
<version>3.3.3</version>
|
||||
</parent>
|
||||
|
||||
<name>ZXing Android Integration lib</name>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<parent>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>zxing-parent</artifactId>
|
||||
<version>3.3.3-SNAPSHOT</version>
|
||||
<version>3.3.3</version>
|
||||
</parent>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in a new issue