Skip to content

Commit

Permalink
Merge pull request #150 from ndw/release-171
Browse files Browse the repository at this point in the history
Version 1.7.1 released
  • Loading branch information
ndw authored Jul 2, 2022
2 parents bf3863a + e7ff9ca commit 07f1c96
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions properties.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
ext {
xslTNGtitle = 'DocBook xslTNG'
xslTNGbaseName = 'docbook-xslTNG'
xslTNGversion = '1.7.0-11'
guideVersion = '1.7.0-11'
xslTNGversion = '1.7.1'
guideVersion = '1.7.1'

docbookVersion = '5.2b13'
publishersVersion = '5.2b13'
docbookVersion = '5.2CR1'
publishersVersion = '5.2CR1'

saxonVersion = '11.3'
saxonGroup = 'net.sf.saxon'
Expand All @@ -15,8 +15,8 @@ ext {
//saxonEdition = 'Saxon-EE'

metadataExtractorVersion = '2.15.0'
jingVersion = '20181222'
xmlresolverVersion = '4.2.0'
sincludeVersion = '4.0.0-11'
jingVersion = '20220510'
xmlresolverVersion = '4.4.0'
sincludeVersion = '4.1.0'
slf4jVersion = '1.7.30'
}

0 comments on commit 07f1c96

Please sign in to comment.