Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jul 27, 2017
1 parent ae5dbf4 commit cbc92bf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Continue reading the **full documentation** at http://phax.github.io/ph-schematr

## News and noteworthy

* v4.3.4 - 2017-07-27
* Added new class `SchematronDebug` that centrally manages the debug flags for logging etc.
* v4.3.3 - 2017-07-27
* Reverted to Saxon-HE 9.7.0_18 because of incompatibilities in production
* v4.3.2 - 2017-07-25
Expand Down Expand Up @@ -72,7 +74,7 @@ The dependency for ph-schematron looks like this:
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-schematron</artifactId>
<version>4.3.3</version>
<version>4.3.4</version>
</dependency>
```
It transitively contains [ph-commons](https://github.com/phax/ph-commons), [SLF4J](http://www.slf4j.org/) and [Saxon HE](http://saxon.sourceforge.net/).
Expand All @@ -88,7 +90,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>4.3.3</version>
<version>4.3.4</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -118,7 +120,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>4.3.3</version>
<version>4.3.4</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -153,7 +155,7 @@ Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-schematron-validator</artifactId>
<version>4.3.3</version>
<version>4.3.4</version>
</dependency>
```

Expand Down

0 comments on commit cbc92bf

Please sign in to comment.