From e21183dd96c09d7f4e993fc3b44fcc4fb7f12efc Mon Sep 17 00:00:00 2001 From: Philip Helger Date: Thu, 6 Feb 2020 14:27:36 +0100 Subject: [PATCH] Prepared for release --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index e5f0eda8..b1f24ea1 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,12 @@ Old projects: # News and noteworthy -* v6.2.1 - work in progress +* v6.2.1 - 2020-02-06 * Added predefined constants for shared XSDs in the `CUBL..` classes * Fixed a classloader issue in ph-ublpe in OSGI environments * Started new subproject `ph-ubl-dian` for the Colombian eInvoice * Based on https://www.dian.gov.co/fizcalizacioncontrol/herramienconsulta/FacturaElectronica/Documents/Caja_de_herramientas_Factura_Electronica_Validacion_Previa.zip - * Updated to UBL 2.3 CSPRD02 + * Updated to UBL 2.3 CSPRD02 * v6.2.0 - 2019-11-05 * Added support for UBL 2.3 CSPRD01 * v6.1.3 - 2019-10-17 @@ -84,7 +84,7 @@ You can use ph-ubl as a BOM (bill of material) when you include the following in com.helger ph-ubl-parent-pom - 6.2.0 + 6.2.1 pom import @@ -98,7 +98,7 @@ To read and write UBL 2.0 documents add the following to your pom.xml to use thi com.helger ph-ubl20 - 6.2.0 + 6.2.1 ``` @@ -108,7 +108,7 @@ To also use the generated enums for the UBL 2.0 codelists add the following arti com.helger ph-ubl20-codelists - 6.2.0 + 6.2.1 ``` @@ -120,7 +120,7 @@ To read and write UBL 2.1 documents add the following to your pom.xml to use thi com.helger ph-ubl21 - 6.2.0 + 6.2.1 ``` @@ -130,7 +130,7 @@ To also use the generated enums for the UBL 2.1 codelists add the following arti com.helger ph-ubl21-codelists - 6.2.0 + 6.2.1 ``` @@ -142,7 +142,7 @@ To read and write UBL 2.2 documents add the following to your pom.xml to use thi com.helger ph-ubl22 - 6.2.0 + 6.2.1 ``` @@ -152,7 +152,7 @@ To also use the generated enums for the UBL 2.2 codelists add the following arti com.helger ph-ubl22-codelists - 6.2.0 + 6.2.1 ``` @@ -164,7 +164,7 @@ To read and write UBL 2.3 documents add the following to your pom.xml to use thi com.helger ph-ubl23 - 6.2.0 + 6.2.1 ``` @@ -174,7 +174,7 @@ To also use the generated enums for the UBL 2.3 codelists add the following arti com.helger ph-ubl23-codelists - 6.2.0 + 6.2.1 ``` @@ -186,7 +186,7 @@ To read and write UBL-tr (http://www.ubltr.com/) documents add the following to com.helger ph-ubltr - 6.2.0 + 6.2.1 ``` @@ -198,7 +198,7 @@ To read and write UBL-PE 2.0 documents add the following to your pom.xml to use com.helger ph-ublpe - 6.2.0 + 6.2.1 ``` @@ -210,7 +210,7 @@ To read and write Dian UBL 2.1 documents add the following to your pom.xml to us com.helger ph-ubl-dian - 6.2.1-SNAPSHOT + 6.2.1 ```