This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch DOXIATOOLS-63 in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git
commit fcc0a5437f848e15c6f8ce5ef6cba05b92a27eea Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Nov 3 22:29:14 2019 +0100 [DOXIATOOLS-63] Upgrade icu4j to 65.1 --- pom.xml | 2 +- src/site/apt/usage.apt.vm | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 5c1636c..0a0fbcc 100644 --- a/pom.xml +++ b/pom.xml @@ -154,7 +154,7 @@ under the License. <dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j</artifactId> - <version>3.8</version> + <version>65.1</version> </dependency> <!-- Plexus --> diff --git a/src/site/apt/usage.apt.vm b/src/site/apt/usage.apt.vm index a3ecaa2..4dc6d46 100644 --- a/src/site/apt/usage.apt.vm +++ b/src/site/apt/usage.apt.vm @@ -61,10 +61,9 @@ Supported Formats: from: apt, confluence, docbook, fml, twiki, xdoc, xhtml, xhtml5 or autodetect out: apt, docbook, fo, itext, latex, rtf, xdoc, xhtml, xhtml5 Supported Encoding: -UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE, Shift_JIS, ISO-2022-JP, -ISO-2022-CN, ISO-2022-KR, GB18030, EUC-JP, EUC-KR, Big5, ISO-8859-1, -ISO-8859-2, ISO-8859-5, ISO-8859-6, ISO-8859-7, ISO-8859-8, windows-1251, -windows-1256, KOI8-R, ISO-8859-9 +UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE, Shift_JIS, ISO-2022-JP, ISO-2022-CN, ISO-2022-KR, GB18030, EUC-JP, EUC-KR, Big5, +ISO-8859-1, ISO-8859-2, ISO-8859-5, ISO-8859-6, ISO-8859-7, ISO-8859-8-I, ISO-8859-8, windows-1251, windows-1256, KOI8-R, +ISO-8859-9, IBM424_rtl, IBM424_ltr, IBM420_rtl, IBM420_ltr +-----+ <<Note>>: The input parameters (i.e. encoding and format) can be autodetected.
