Skip to content

Commit 3dcc891

Browse files
committed
release 3.0.1
1 parent d09576f commit 3dcc891

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

RELEASING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
1: set maven version
22

33
```
4-
mvn versions:set -DnewVersion=3.0.0 -DgenerateBackupPoms=false
4+
mvn versions:set -DnewVersion=3.0.1 -DgenerateBackupPoms=false
55
```
66

77
2: commit and tag the version
88

99
```bash
1010
git add .
11-
git commit -m "release 3.0.0"
12-
git tag 3.0.0
11+
git commit -m "release 3.0.1"
12+
git tag 3.0.1
1313
git push --tags
1414
```
1515

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>com.github.kenglxn.QRGen</groupId>
7-
<version>3.1.0-SNAPSHOT</version>
7+
<version>3.0.1</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>com.github.kenglxn.QRGen</groupId>
77
<artifactId>qrgen-parent</artifactId>
8-
<version>3.1.0-SNAPSHOT</version>
8+
<version>3.0.1</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
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.kenglxn.QRGen</groupId>
88
<artifactId>qrgen-parent</artifactId>
9-
<version>3.1.0-SNAPSHOT</version>
9+
<version>3.0.1</version>
1010
</parent>
1111

1212
<artifactId>javase</artifactId>

pom.xml

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

1212
<groupId>com.github.kenglxn.QRGen</groupId>
1313
<artifactId>qrgen-parent</artifactId>
14-
<version>3.1.0-SNAPSHOT</version>
14+
<version>3.0.1</version>
1515
<packaging>pom</packaging>
1616
<name>QRGen-parent</name>
1717
<description>a simple QRCode generation api for java built on top ZXING</description>

0 commit comments

Comments
 (0)