Skip to content

Commit

Permalink
prepare next snapshot version. (fixes #28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Gullaksen committed Nov 6, 2014
1 parent b9d98c6 commit 126ab0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>qrgen-parent</artifactId>
<groupId>net.glxn.qrgen</groupId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>
<artifactId>android</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.glxn.qrgen</groupId>
<artifactId>qrgen-parent</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion javase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.glxn.qrgen</groupId>
<artifactId>qrgen-parent</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>javase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>net.glxn.qrgen</groupId>
<artifactId>qrgen-parent</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>QRGen-parent</name>
<description>a simple QRCode generation api for java built on top ZXING</description>
Expand Down

0 comments on commit 126ab0b

Please sign in to comment.