Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon authored Jan 28, 2020
1 parent 3868822 commit bb8768b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ Create `${basedir}/.mvn/maven-git-versioning-extension.xml`.
- The `HEAD` commit timestamp formatted as `yyyyMMdd.HHmmss`
- e.g. '20190616.161442'

- `${dirty}`
- A dirty flag indicator
- resolves to '-DIRTY' if repo is in dirty state, empty string otherwise

- `Pattern Groups`
- Contents of group in the regex pattern can be addressed by `group name` or `group index` e.g.
- Named Group Example
Expand Down Expand Up @@ -211,6 +207,7 @@ Create `${basedir}/.mvn/maven-git-versioning-extension.xml`.
- `git.tag` e.g. 'v1.2.3', only set for tag versioning
- `git.commit.timestamp` e.g. '1560694278'
- `git.commit.timestamp.datetime` e.g. '2019-11-16T14:37:10Z'
- `git.dirty` repository dirty state indictor `true` or `false`
## Miscellaneous Hints
Expand Down Expand Up @@ -262,7 +259,6 @@ fi
* restrict project versioning to root- and sub-projects

## 4.10.0
* add `${dirty}` flag version format placeholder
* add `git.dirty` property

## 4.8.0
Expand Down

0 comments on commit bb8768b

Please sign in to comment.