Skip to content

Commit

Permalink
Extracted OIOUBLLegacyValidation
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Apr 4, 2024
1 parent 1412541 commit b143b17
Show file tree
Hide file tree
Showing 5 changed files with 325 additions and 246 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ I hope that with the introduction of PINT, the versioning problem will be solved

# News and noteworthy

* v3.1.10 - work in progress
* All OIOUBL 1.x validations are now correctly based on UBL 2.1 instead of UBL 2.0
* Extracted the rules for the legacy OIOUBL rules into a separate registerable entity (`OIOUBLLegacyValidation`).
* v3.1.9 - 2024-03-22
* Deprecated Peppol Business Card formats v1 and v2
* Deprecated Peppol May 2023 release
Expand Down
4 changes: 4 additions & 0 deletions phive-rules-oioubl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
<groupId>com.helger.ubl</groupId>
<artifactId>ph-ubl20</artifactId>
</dependency>
<dependency>
<groupId>com.helger.ubl</groupId>
<artifactId>ph-ubl21</artifactId>
</dependency>
<dependency>
<groupId>com.helger.schematron</groupId>
<artifactId>ph-schematron-xslt</artifactId>
Expand Down
Loading

0 comments on commit b143b17

Please sign in to comment.