From 628ebfd81307abe69c54c0ffbcad1c3d85c8ab5a Mon Sep 17 00:00:00 2001 From: Philip Helger Date: Sun, 9 Sep 2018 21:18:48 +0200 Subject: [PATCH] Prepared for release --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ff1c62e5c..56c261468 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Continue reading the **full documentation** at http://phax.github.io/ph-schematr ## News and noteworthy -* v5.0.6 - work in progress +* v5.0.6 - 2018-09-09 * The Ant task has the possibility to provide custom parameters to XSLT and SCH validations ([issue #62](https://github.com/phax/ph-schematron/issues/62)) * Instances of `SchematronResourceSCH` now have a default URI resolver to resolve references relative to the source Schematron * Requires ph-commons 9.1.5 @@ -108,7 +108,7 @@ The dependency for ph-schematron looks like this: com.helger ph-schematron - 5.0.5 + 5.0.6 ``` @@ -126,7 +126,7 @@ By default the plugin is run in the Maven lifecycle phase *generate-resources*. com.helger.maven ph-sch2xslt-maven-plugin - 5.0.5 + 5.0.6 @@ -170,7 +170,7 @@ By default the plugin is run in the Maven lifecycle phase *process-resources*. T com.helger.maven ph-schematron-maven-plugin - 5.0.5 + 5.0.6 @@ -209,7 +209,7 @@ Add the following to your pom.xml to use this artifact: com.helger ph-schematron-validator - 5.0.5 + 5.0.6 ```