Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Apr 12, 2018
1 parent c29c451 commit df52141
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.2 - work in progress
* v5.0.2 - 2018-04-12
* Added new interface `ISchematronXSLTBasedResource` as a common base class for XSLT based validations
* Improved the `DefaultSVRLErrorLevelDeterminator` implementation to be more flexible and cater for more error levels
* Updated to Saxon-HE 9.8.0-11
Expand Down Expand Up @@ -94,7 +94,7 @@ The dependency for ph-schematron looks like this:
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-schematron</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</dependency>
```

Expand All @@ -112,7 +112,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.1</version>
<version>5.0.2</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -156,7 +156,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.1</version>
<version>5.0.2</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -193,7 +193,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.1</version>
<version>5.0.2</version>
</dependency>
```

Expand Down

0 comments on commit df52141

Please sign in to comment.