updated release documentation and history

This commit is contained in:
jstaerk
2022-05-12 12:30:02 +02:00
parent f1961d33dd
commit d7fb43d84d
2 changed files with 8 additions and 3 deletions

View File

@@ -176,7 +176,7 @@ Change to the project directory and run
* `mvn clean install` confirm javadoc is OK with
* `mvn javadoc:javadoc`. If that works you can
* clean the release with `mvn release:clean` and prepare the release with
* `mvn release:prepare -DignoreSnapshots=true` and enter the version numbers.
* `mvn release:prepare` and enter the version numbers.
* After that is through you can create a new release via `mvn release:perform`.This will also update the maven repo.
![screenshot](development_documentation_screenshot_release.png "Screenshot Release")