From 491b2961f8af22ba4f6c42679d33539515962854 Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Tue, 9 May 2023 09:32:04 +0200 Subject: [PATCH] Remove build instructions, update/release is done by ci with gpg signing (#142) --- README.md | 4 ---- docs/build.md | 23 ----------------------- 2 files changed, 27 deletions(-) delete mode 100644 docs/build.md diff --git a/README.md b/README.md index 13f87ec..cf471a0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/build.md b/docs/build.md deleted file mode 100644 index 0d2c727..0000000 --- a/docs/build.md +++ /dev/null @@ -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 -```