Skip to content

Commit

Permalink
Update android apps to use 3.3.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed May 29, 2018
1 parent ebb206d commit db5f3ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>android-core</artifactId>
<version>3.3.3</version>
<version>3.3.4-SNAPSHOT</version>
<packaging>jar</packaging>

<dependencies>
Expand All @@ -31,7 +31,7 @@
<parent>
<groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId>
<version>3.3.3</version>
<version>3.3.4-SNAPSHOT</version>
</parent>

<name>ZXing Android Core</name>
Expand Down
4 changes: 2 additions & 2 deletions android-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>android-integration</artifactId>
<version>3.3.3</version>
<version>3.3.4-SNAPSHOT</version>
<packaging>jar</packaging>

<dependencies>
Expand All @@ -31,7 +31,7 @@
<parent>
<groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId>
<version>3.3.3</version>
<version>3.3.4-SNAPSHOT</version>
</parent>

<name>ZXing Android Integration lib</name>
Expand Down
2 changes: 1 addition & 1 deletion android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<parent>
<groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId>
<version>3.3.3</version>
<version>3.3.4-SNAPSHOT</version>
</parent>

<build>
Expand Down

0 comments on commit db5f3ac

Please sign in to comment.