Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Mar 4, 2024
1 parent c24804e commit b4537d1
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Set of Java libraries for reading and writing OASIS UBL 2.0, 2.1, 2.2, 2.3 and 2
The following projects are contained:

* **ph-ubl-testfiles** contains all UBL test files (used only in Maven test scope)
* **ph-ubl-api** base library containing common stuff for UBL 2.0 and 2.1.
* **ph-ubl-api** base library containing common stuff for UBL testing only.
* **ph-ubl20** contains the generated JAXB files for UBL 2.0 as well as the helper classes.
* **ph-ubl20-codelists** contains the generated enums for the UBL 2.0 codelists (optional artefact)
* **ph-ubl21** contains the generated JAXB files for UBL 2.1 as well as the helper classes.
Expand All @@ -26,13 +26,6 @@ The following projects are contained:
* **ph-ubl-dian** contains the generated JAXB files for the Colombian e-Invoice (optional artefact)
* **ph-ubl-eforms** contains the generated JAXB files for the EU eForms objects (optional artefact) - see https://ec.europa.eu/growth/single-market/public-procurement/digital-procurement/eforms_en

Old projects:

* **ph-ubl-jaxb-plugin** a special JAXB 2.2 plugin that creates additional methods for easier usage
(used only in Maven generate-sources phase) - this plugin was only available until v6.1.0.
It was moved to [ph-jaxb22-plugin]() v2.3.1.3. The option `ph-ubl-value` was
renamed to `ph-value-extender` in the new project so that it can be used in other projects.

# Building

This project requires Java 1.8 or higher to be build and used.
Expand Down Expand Up @@ -291,7 +284,7 @@ For further information on the Universal Business Language can be found on the f

# News and noteworthy

* v9.0.0 - work in progress
* v9.0.0 - 2024-03-04
* Updated to UBL 2.4-CS01
* Updated to eForms SDK 1.10.1
* Switched JAXB Maven plugin to `org.jvnet.jaxb:jaxb-maven-plugin`
Expand Down

0 comments on commit b4537d1

Please sign in to comment.