File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
1: set maven version
2
2
3
3
```
4
- mvn versions:set -DnewVersion=3.0.0 -DgenerateBackupPoms=false
4
+ mvn versions:set -DnewVersion=3.0.1 -DgenerateBackupPoms=false
5
5
```
6
6
7
7
2: commit and tag the version
8
8
9
9
``` bash
10
10
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
13
13
git push --tags
14
14
```
15
15
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >qrgen-parent</artifactId >
6
6
<groupId >com.github.kenglxn.QRGen</groupId >
7
- <version >3.1.0-SNAPSHOT </version >
7
+ <version >3.0.1 </version >
8
8
</parent >
9
9
<artifactId >android</artifactId >
10
10
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.kenglxn.QRGen</groupId >
7
7
<artifactId >qrgen-parent</artifactId >
8
- <version >3.1.0-SNAPSHOT </version >
8
+ <version >3.0.1 </version >
9
9
</parent >
10
10
11
11
<artifactId >core</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.github.kenglxn.QRGen</groupId >
8
8
<artifactId >qrgen-parent</artifactId >
9
- <version >3.1.0-SNAPSHOT </version >
9
+ <version >3.0.1 </version >
10
10
</parent >
11
11
12
12
<artifactId >javase</artifactId >
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >com.github.kenglxn.QRGen</groupId >
13
13
<artifactId >qrgen-parent</artifactId >
14
- <version >3.1.0-SNAPSHOT </version >
14
+ <version >3.0.1 </version >
15
15
<packaging >pom</packaging >
16
16
<name >QRGen-parent</name >
17
17
<description >a simple QRCode generation api for java built on top ZXING</description >
You can’t perform that action at this time.
0 commit comments