Remove build instructions, update/release is done by ci with gpg signing
This commit is contained in:
parent
a5cc2611a6
commit
5c268c93ea
2 changed files with 0 additions and 27 deletions
|
@ -28,10 +28,6 @@ Include in your `pom.xml`:
|
|||
* [add HTTP header to MDC](docs/features/http_mdc_header.md)
|
||||
* [add authentication information from HTTP request to MDC](docs/features/http_mdc_authentication.md)
|
||||
|
||||
## Development
|
||||
|
||||
* [build](docs/build.md)
|
||||
|
||||
## Open Topics
|
||||
|
||||
* configure mdc on refresh event
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
# Build & Release
|
||||
|
||||
## Dependency updates
|
||||
|
||||
Display dependency updates:
|
||||
|
||||
```sh
|
||||
mvn versions:display-parent-updates versions:display-property-updates -U
|
||||
```
|
||||
|
||||
Update dependencies:
|
||||
|
||||
```sh
|
||||
mvn versions:update-parent versions:update-properties
|
||||
```
|
||||
|
||||
## Release locally
|
||||
|
||||
Run:
|
||||
|
||||
```sh
|
||||
mvn release:prepare release:perform release:clean -B
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue