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

@@ -1,6 +1,11 @@
2.5.1
=======
2022-05-12
- upgraded en16931 validation to 1.3.8 - upgraded en16931 validation to 1.3.8
- Be able to embed Cross Industry Delivery Advice - Be able to embed/write/read Cross Industry Delivery Advice https://www.gs1-germany.de/gs1-standards/umsetzung/fachpublikationen/detailansicht/der-digitale-lieferschein-dls-die-digitale-abloesung-des-papier-lieferscheins/
- update xr to v. 2.2 - Be able to write UBL 1Lieferschein https://www.bobbie.de/maschinenraum/1lieferschein
- update xr to v. 2.2 (mandatory as of August)
- logging output now stderr again, since 2.4.0 it had mistakenly been on stdout - logging output now stderr again, since 2.4.0 it had mistakenly been on stdout
2.5.0 2.5.0

View File

@@ -176,7 +176,7 @@ Change to the project directory and run
* `mvn clean install` confirm javadoc is OK with * `mvn clean install` confirm javadoc is OK with
* `mvn javadoc:javadoc`. If that works you can * `mvn javadoc:javadoc`. If that works you can
* clean the release with `mvn release:clean` and prepare the release with * 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. * 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") ![screenshot](development_documentation_screenshot_release.png "Screenshot Release")