From 614af5cb5fa317f2213df15035e705bb649ac99a Mon Sep 17 00:00:00 2001 From: Jochen Staerk Date: Mon, 5 Jun 2017 20:43:56 +0200 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c1cca720..73998332 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ -PDFA3 +Mustangproject ===== -Some samples how to create PDF/A3 files and PDF/A3 files with embedded files using Apache PDFBox and -the source code for the [Mustang project](http://www.mustangproject.org/). +Source code repository for the [Mustang project](http://www.mustangproject.org/) open source java PDF invoice metadata library in ZUGFeRD format. License ----- @@ -26,7 +25,7 @@ If you setup a Maven project, you can grab the artifacts from this maven reposit mustang-mvn-repo - https://raw.github.com/Rayman2200/PDFA3/mvn-repo/ + https://raw.github.com/ZUGFeRD/mustangproject/mvn-repo/ ``` @@ -37,7 +36,13 @@ As dependency use this org.mustangproject.ZUGFeRD mustang - 1.3.0 + 1.4.0 + + + + commons-logging + commons-logging + 1.1.1 ```