Skip to content

Commit

Permalink
Merge pull request #142 from ndw/fixpath
Browse files Browse the repository at this point in the history
Fix default DocBook pipeline path
  • Loading branch information
ndw authored Sep 30, 2019
2 parents a29cd75 + c70c4e1 commit 92b2750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.4.0
version=2.4.1
saxonVersion=9.9.1-5
xmlCalabashVersion=1.1.27-99
resourcesVersion=2.1.1
Expand Down
2 changes: 1 addition & 1 deletion src/main/groovy/org/docbook/DocBookTask.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class DocBookTask extends XMLCalabashTask {
// Don't attempt to overwrite anything that's already been set.

if (pipelineURI == null) {
pipelineURI = "https://cdn.docbook.org/release/latest/xslt/base/pipelines/docbook.xpl"
pipelineURI = "https://cdn.docbook.org/release/xsl20/current/xslt/base/pipelines/docbook.xpl";
}

if (!seenOptions.containsKey("format")) {
Expand Down

0 comments on commit 92b2750

Please sign in to comment.