Skip to content

Commit

Permalink
Merge pull request #227 from ndw/b12
Browse files Browse the repository at this point in the history
DocBook 5.2b12 released
  • Loading branch information
ndw committed Nov 15, 2021
2 parents 2759d1c + 1cd5a58 commit d4342e5
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.2
dbver = 5.2b11
resolverVersion = 3.1.0
dbver = 5.2b12

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

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

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

Expand Down

0 comments on commit d4342e5

Please sign in to comment.