Skip to content

Commit

Permalink
Update Android apps to refer to parent 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Sep 16, 2016
1 parent e8656ed commit ec3eea5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion androidtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<parent>
<groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion glass/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.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<build>
Expand Down

0 comments on commit ec3eea5

Please sign in to comment.