File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
## increase version
8
8
9
9
``` bash
10
- ./mvnw build-helper:parse-version versions:set -DnewVersion=\$ {parsedVersion.majorVersion}.\$ {parsedVersion.minorVersion}.\$ {parsedVersion.nextIncrementalVersion} -DgenerateBackupPoms=false
10
+ ./mvnw versions:display-property-updates
11
+ ./mvnw build-helper:parse-version versions:set -DnewVersion=\$ {parsedVersion.majorVersion}.\$ {parsedVersion.minorVersion}.\$ {parsedVersion.nextIncrementalVersion}-SNAPSHOT -DgenerateBackupPoms=false
11
12
```
Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >org.example</groupId >
8
8
<artifactId >java-queue-playground</artifactId >
9
- <version >1.0-SNAPSHOT</version >
9
+ <version >1.0.1 -SNAPSHOT</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<developers >
You can’t perform that action at this time.
0 commit comments