Skip to content

Commit

Permalink
Merge pull request #245 from ndw/fix-catalog
Browse files Browse the repository at this point in the history
Fix OASIS identifiers in catalog, CR4
  • Loading branch information
ndw committed Dec 15, 2022
2 parents 8cbb710 + cb65cf4 commit 9618cc3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ systemProp.javax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactor

saxonVersion = 11.4
resolverVersion = 4.6.0
dbver = 5.2CR3
dbver = 5.2CR4
xslTNGversion = 1.7.1

oasisDocBookVersion=5.2
oasisDocBookRelease=wd01
oasisDocBookRelease=csd01

oasisPublishersVersion=5.2
oasisPublishersRelease=wd01
oasisPublishersRelease=csd01
2 changes: 1 addition & 1 deletion src/docbook/java/org/docbook/schemas/docbook/DocBook.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// some tests to make sure the testing version is correct.

public final class DocBook {
public static final String[] VERSIONS = {"4.5", "5.0", "5.1", "5.2", "5.2CR3"};
public static final String[] VERSIONS = {"4.5", "5.0", "5.1", "5.2", "5.2CR4"};

public static final String DOCBOOK_CATALOG_PATH = "/org/docbook/schemas/docbook/catalog.xml";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// some tests to make sure the testing version is correct.

public final class Publishers {
public static final String[] VERSIONS = {"1.0", "5.2", "5.2CR3"};
public static final String[] VERSIONS = {"1.0", "5.2", "5.2CR4"};

public static final String PUBLISHERS_CATALOG_PATH = "/org/docbook/schemas/publishers/catalog.xml";

Expand Down

0 comments on commit 9618cc3

Please sign in to comment.