Remove build instructions, update/release is done by ci with gpg signing (#142)

This commit is contained in:
Stephan Schnabel 2023-05-09 09:32:04 +02:00 committed by GitHub
parent d582499c5c
commit 491b2961f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 27 deletions

View file

@ -28,10 +28,6 @@ Include in your `pom.xml`:
* [add HTTP header to MDC](docs/features/http_mdc_header.md) * [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) * [add authentication information from HTTP request to MDC](docs/features/http_mdc_authentication.md)
## Development
* [build](docs/build.md)
## Open Topics ## Open Topics
* configure mdc on refresh event * configure mdc on refresh event

View file

@ -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
```