From e1c498a58278d5b975ec9fb35db80cfc6a655bdd Mon Sep 17 00:00:00 2001 From: jstaerk Date: Sat, 21 Nov 2020 10:30:25 +0100 Subject: [PATCH] update version numbers, history --- History.md | 1 + Mustang-CLI/pom.xml | 4 ++-- library/pom.xml | 4 ++-- pom.xml | 2 +- validator/pom.xml | 4 ++-- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/History.md b/History.md index c6f6238f..64eba166 100644 --- a/History.md +++ b/History.md @@ -8,6 +8,7 @@ - *validator not to XR error on ZF files (only notices) - xmp errors may not show correctly in log ### 2.0.1 done +- corrected VAT calculation on prices with >2 decimals (PR#195 thanks to weclapp-dev) - do not list tax numbers for shiptotradeparties - do not expect dueDate for corrected invoices - XR test now includes guideline ID #172 diff --git a/Mustang-CLI/pom.xml b/Mustang-CLI/pom.xml index d7601bbf..044b1a16 100644 --- a/Mustang-CLI/pom.xml +++ b/Mustang-CLI/pom.xml @@ -3,14 +3,14 @@ org.mustangproject core - 2.0.0-alpha4-SNAPSHOT + 2.0.1-SNAPSHOT 4.0.0 org.mustangproject Mustang-CLI Mustang commandline tool jar - 2.0.0-alpha4-SNAPSHOT + 2.0.1-SNAPSHOT diff --git a/library/pom.xml b/library/pom.xml index 01e43ddc..7f0bfe5a 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -3,13 +3,13 @@ org.mustangproject core - 2.0.0-alpha4-SNAPSHOT + 2.0.1-SNAPSHOT 4.0.0 org.mustangproject library - 2.0.0-alpha4-SNAPSHOT + 2.0.1-SNAPSHOT jar Library to write and read FacturX and ZUGFeRD e-invoices. The Mustang project is a java library to read and write ZUGFeRD meta data inside your invoice PDFs. To write files, a provided PDF/A will be combined with generated or provided XML. diff --git a/pom.xml b/pom.xml index de1c696d..2c7cf3c4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.mustangproject core - 2.0.0-alpha4-SNAPSHOT + 2.0.1-SNAPSHOT pom Mustang diff --git a/validator/pom.xml b/validator/pom.xml index a7f839e3..0571f399 100644 --- a/validator/pom.xml +++ b/validator/pom.xml @@ -3,7 +3,7 @@ org.mustangproject core - 2.0.0-alpha4-SNAPSHOT + 2.0.1-SNAPSHOT 4.0.0 org.mustangproject @@ -11,7 +11,7 @@ Library to validate e-invoices (ZUGFeRD, Factur-X and Xrechnung) jar - 2.0.0-alpha4-SNAPSHOT + 2.0.1-SNAPSHOT