Skip to content

Commit

Permalink
updated history
Browse files Browse the repository at this point in the history
  • Loading branch information
jstaerk committed Sep 22, 2022
1 parent 9f94e46 commit f49b401
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
2.5.4
2.5.6
=======
2022-09-22

Removed a unneccessary dependency (ph-jaxb)

2.5.5
=======
2022-09-19

Updated PH-schematron, now also reporting IDs of failed assertions



2.5.4
=======
2022-09-01
Expand Down
2 changes: 1 addition & 1 deletion doc/development_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ maybe not yet even existing new release version:

```
cd validator/target
mvn install:install-file -Dfile=validator-2.3.2-SNAPSHOT-shaded.jar -DgroupId=org.mustangproject -DartifactId=validator -Dversion=2.3.2 -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -Dfile=validator-2.5.5-SNAPSHOT-shaded.jar -DgroupId=org.mustangproject -DartifactId=validator -Dversion=2.5.5 -Dpackaging=jar -DgeneratePom=true
```
This will also work in Gradle given you have the `mavenLocal()` repository activated.

Expand Down

0 comments on commit f49b401

Please sign in to comment.