Skip to content

Commit

Permalink
FIX: Bump ePub -> 1.3 in test audit.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwilson committed Mar 4, 2024
1 parent d7693a1 commit f4d4f13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jhove-bbt/scripts/create-1.29-target.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ echo "TEST BASELINE: Creating baseline"
# Simply copy baseline for now we're not making any changes
echo " - copying ${baselineRoot} baseline to ${targetRoot}"
cp -R "${baselineRoot}" "${targetRoot}"

# Update release details for ePub module
find "${targetRoot}" -type f -name "audit.jhove.xml" -exec sed -i 's/^ <module release="1.2">EPUB-ptc<\/module>$/ <module release="1.3">EPUB-ptc<\/module>/' {} \;

0 comments on commit f4d4f13

Please sign in to comment.