Skip to content

Commit

Permalink
updated release documentation and history
Browse files Browse the repository at this point in the history
  • Loading branch information
jstaerk committed May 12, 2022
1 parent f1961d3 commit d7fb43d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
2.5.1
=======
2022-05-12

- upgraded en16931 validation to 1.3.8
- Be able to embed Cross Industry Delivery Advice
- update xr to v. 2.2
- 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/
- 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

2.5.0
Expand Down
2 changes: 1 addition & 1 deletion doc/development_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d7fb43d

Please sign in to comment.