Skip to content

Commit

Permalink
Switch to newer epubcheck and modules parent.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuffar authored and martinpub committed Jun 29, 2021
1 parent 7387713 commit 3dc9e48
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-parent</artifactId>
<version>1.13.7</version>
<version>1.14.1</version>
<!--<relativePath>../../../parent/</relativePath>-->
</parent>

Expand Down Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>org.w3c</groupId>
<artifactId>epubcheck</artifactId>
<version>4.2.0</version>
<version>4.2.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" xmlns:c="http://www.w3.org/ns/xproc-step" xmlns:px="http://www.daisy.org/ns/pipeline/xproc" xmlns:d="http://www.daisy.org/ns/pipeline/data"
type="px:nordic-epub3-validate.step" name="main" version="1.0" xmlns:epub="http://www.idpf.org/2007/ops" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:opf="http://www.idpf.org/2007/opf"
xmlns:cx="http://xmlcalabash.com/ns/extensions" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dtb="http://www.daisy.org/z3986/2005/dtbook/" xmlns:jhove="http://hul.harvard.edu/ois/xml/ns/jhove">
xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dtb="http://www.daisy.org/z3986/2005/dtbook/" xmlns:jhove="http://schema.openpreservation.org/ois/xml/ns/jhove">

<p:serialization port="report.out" indent="true"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:dtb="http://www.daisy.org/z3986/2005/dtbook/"
xmlns:jhove="http://hul.harvard.edu/ois/xml/ns/jhove"
xmlns:jhove="http://schema.openpreservation.org/ois/xml/ns/jhove"
type="px:nordic-epub3-validate.step.2020-1"
name="main"
version="1.0">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" exclude-result-prefixes="#all" version="2.0"
xmlns="http://hul.harvard.edu/ois/xml/ns/jhove" xpath-default-namespace="http://hul.harvard.edu/ois/xml/ns/jhove" xmlns:d="http://www.daisy.org/ns/pipeline/data">
xmlns="http://schema.openpreservation.org/ois/xml/ns/jhove" xpath-default-namespace="http://schema.openpreservation.org/ois/xml/ns/jhove" xmlns:d="http://www.daisy.org/ns/pipeline/data">

<xsl:output indent="yes"/>

Expand Down

0 comments on commit 3dc9e48

Please sign in to comment.