Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qcastel authored May 4, 2021
1 parent a456a2d commit 02ba239
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,9 @@ _1.0.0-SNAPSHOT -> 1.2.0-SNAPSHOT_
with:
version-minor: true
```
### Customize version

### Customize development version
#### development version

You may want to fully customize the development version number. This option will allow you to fully take control on the version number format.

Expand All @@ -310,7 +311,7 @@ For Example, you could decide to only have a 2 part version number like `0.2-SNA
maven-development-version-number: ${parsedVersion.majorVersion}.\${parsedVersion.nextMinorVersion}-SNAPSHOT
```

### Customize release version
### Release version

You may want to fully customize the release version number. This option will allow you to fully take control on the version number format.

Expand Down

0 comments on commit 02ba239

Please sign in to comment.