Skip to content

Commit

Permalink
release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kenglxn committed Nov 28, 2022
1 parent d09576f commit 3dcc891
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
1: set maven version

```
mvn versions:set -DnewVersion=3.0.0 -DgenerateBackupPoms=false
mvn versions:set -DnewVersion=3.0.1 -DgenerateBackupPoms=false
```

2: commit and tag the version

```bash
git add .
git commit -m "release 3.0.0"
git tag 3.0.0
git commit -m "release 3.0.1"
git tag 3.0.1
git push --tags
```

Expand Down
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>com.github.kenglxn.QRGen</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.0.1</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>com.github.kenglxn.QRGen</groupId>
<artifactId>qrgen-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.0.1</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 @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.kenglxn.QRGen</groupId>
<artifactId>qrgen-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.0.1</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>com.github.kenglxn.QRGen</groupId>
<artifactId>qrgen-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.0.1</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 3dcc891

Please sign in to comment.