Skip to content

Commit

Permalink
Merge pull request #218 from ndw/main
Browse files Browse the repository at this point in the history
DocBook 5.2b11
  • Loading branch information
ndw committed Jul 30, 2021
2 parents 1e30a87 + 023d9a7 commit d0e071c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ org.gradle.workers.max=3
systemProp.javax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactoryImpl

saxonVersion = 9.9.1-8
resolverVersion = 3.0.1
dbver = 5.2b10a5
resolverVersion = 3.0.2
dbver = 5.2b11

oasisDocBookVersion=5.2
oasisDocBookRelease=wd01
Expand Down
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.2b10a5"};
public static final String[] VERSIONS = {"4.5", "5.0", "5.1", "5.2", "5.2b11"};

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.2b10a5"};
public static final String[] VERSIONS = {"1.0", "5.2", "5.2b11"};

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

Expand Down

0 comments on commit d0e071c

Please sign in to comment.