Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Sep 9, 2018
1 parent eba6b75 commit 628ebfd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -108,7 +108,7 @@ The dependency for ph-schematron looks like this:
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-schematron</artifactId>
<version>5.0.5</version>
<version>5.0.6</version>
</dependency>
```

Expand All @@ -126,7 +126,7 @@ By default the plugin is run in the Maven lifecycle phase *generate-resources*.
<plugin>
<groupId>com.helger.maven</groupId>
<artifactId>ph-sch2xslt-maven-plugin</artifactId>
<version>5.0.5</version>
<version>5.0.6</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -170,7 +170,7 @@ By default the plugin is run in the Maven lifecycle phase *process-resources*. T
<plugin>
<groupId>com.helger.maven</groupId>
<artifactId>ph-schematron-maven-plugin</artifactId>
<version>5.0.5</version>
<version>5.0.6</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -209,7 +209,7 @@ Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-schematron-validator</artifactId>
<version>5.0.5</version>
<version>5.0.6</version>
</dependency>
```

Expand Down

0 comments on commit 628ebfd

Please sign in to comment.