Remove build instructions, update/release is done by ci with gpg signing

This commit is contained in:
Stephan Schnabel 2023-05-06 14:34:03 +02:00
parent a5cc2611a6
commit 5c268c93ea
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
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
```