Skip to content

Commit 581e96d

Browse files
committed
set next version
1 parent c1071ba commit 581e96d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>qrgen-parent</artifactId>
66
<groupId>net.glxn.qrgen</groupId>
7-
<version>2.1.0</version>
7+
<version>2.2.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>android</artifactId>
1010
<packaging>jar</packaging>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.glxn.qrgen</groupId>
77
<artifactId>qrgen-parent</artifactId>
8-
<version>2.1.0</version>
8+
<version>2.2.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>core</artifactId>

javase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.glxn.qrgen</groupId>
77
<artifactId>qrgen-parent</artifactId>
8-
<version>2.1.0</version>
8+
<version>2.2.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>javase</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>net.glxn.qrgen</groupId>
1212
<artifactId>qrgen-parent</artifactId>
13-
<version>2.1.0</version>
13+
<version>2.2.0-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515
<name>QRGen-parent</name>
1616
<description>a simple QRCode generation api for java built on top ZXING</description>

0 commit comments

Comments
 (0)