Skip to content

Commit

Permalink
Merge pull request #211 from ndw/db52b10a5
Browse files Browse the repository at this point in the history
Bump version numbers; DocBook V5.2b10a5 published.
  • Loading branch information
ndw committed Jul 14, 2021
2 parents a4e6c1a + de76e7b commit 23c3a84
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.1beta1
dbver = 5.2b10a4
resolverVersion = 3.0.1
dbver = 5.2b10a5

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

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

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

Expand Down

0 comments on commit 23c3a84

Please sign in to comment.