You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/11/03 21:31:30 UTC

[maven-doxia-converter] branch DOXIATOOLS-63 updated (946ffd8 -> fcc0a54)

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch DOXIATOOLS-63
in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git.


 discard 946ffd8  [DOXIATOOLS-63] Upgrade commons-io to 2.6
 discard 7aaaf21  [DOXIATOOLS-63] Upgrade icu4j to 65.1
     new fcc0a54  [DOXIATOOLS-63] Upgrade icu4j to 65.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (946ffd8)
            \
             N -- N -- N   refs/heads/DOXIATOOLS-63 (fcc0a54)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                   | 2 +-
 src/site/apt/usage.apt.vm | 7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)


[maven-doxia-converter] 01/01: [DOXIATOOLS-63] Upgrade icu4j to 65.1

Posted by sl...@apache.org.
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 <sl...@apache.org>
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.