Skip to content

Commit

Permalink
Prep for 3.5.1 - update android module versions
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Nov 2, 2022
1 parent 110ef9e commit 74bd455
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
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>android-core</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
<packaging>jar</packaging>

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

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

<artifactId>android-integration</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
<packaging>jar</packaging>

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

<name>ZXing Android Integration lib</name>
Expand Down
2 changes: 1 addition & 1 deletion android/pom.xml
Expand Up @@ -40,7 +40,7 @@
<parent>
<groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
</parent>

<build>
Expand Down

0 comments on commit 74bd455

Please sign in to comment.