Skip to content

Commit

Permalink
FIX: Schema version in XML reports
Browse files Browse the repository at this point in the history
- bumped schema version in XML reports to 1.9;
- bumped XML reporter version and release details; and
- patched tests.
  • Loading branch information
carlwilson committed Apr 18, 2023
1 parent 6036515 commit 2a68a31
Show file tree
Hide file tree
Showing 2 changed files with 4,351 additions and 4,271 deletions.
4 changes: 4 additions & 0 deletions jhove-bbt/scripts/create-1.28-target.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,7 @@ fi
if [[ -f "${candidateRoot}/examples/modules/TIFF-hul/zackthecat.tif.jhove.xml" ]]; then
cp "${candidateRoot}/examples/modules/TIFF-hul/zackthecat.tif.jhove.xml" "${targetRoot}/examples/modules/TIFF-hul/zackthecat.tif.jhove.xml"
fi

# Patch release details of the reporting module.
find "${targetRoot}" -type f -name "*.jhove.xml" -exec sed -i 's/jhove\/1.8\/jhove.xsd/jhove\/1.9\/jhove.xsd/' {} \;
find "${targetRoot}" -type f -name "audit.jhove.xml" -exec sed -i 's/outputHandler release="1.9"/outputHandler release="1.10"/' {} \;
Loading

0 comments on commit 2a68a31

Please sign in to comment.