You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2021/05/03 10:21:17 UTC

[uima-uimaj] 01/01: Merge pull request #110 from apache/UIMA-6329-UIMA-Java-SDK-3.2.0-release

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

rec pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit fb0e77dca0668fcc519b0cddc11b044fbea3b877
Merge: 0c623b6 48ebe8f
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon May 3 12:21:09 2021 +0200

    Merge pull request #110 from apache/UIMA-6329-UIMA-Java-SDK-3.2.0-release
    
    [UIMA-6329] UIMA Java SDK 3.2.0 release

 PearPackagingMavenPlugin/pom.xml                   | 200 ++++----
 RELEASE_NOTES.html                                 |  94 +++-
 aggregate-uimaj-docbooks/pom.xml                   | 186 +++----
 aggregate-uimaj-eclipse-plugins/pom.xml            | 154 +++---
 aggregate-uimaj/pom.xml                            | 166 +++---
 jVinci/pom.xml                                     |  10 +-
 jcasgen-maven-plugin/pom.xml                       |  10 +-
 pom.xml                                            |  46 +-
 uima-doc-v3-users-guide/pom.xml                    | 350 +++++++------
 uima-docbook-overview-and-setup/pom.xml            | 142 +++---
 .../src/docbook/eclipse_setup.xml                  |   2 +-
 uima-docbook-references/pom.xml                    | 142 +++---
 uima-docbook-tools/pom.xml                         | 142 +++---
 uima-docbook-tutorials-and-users-guides/pom.xml    | 142 +++---
 uimaj-adapter-soap/pom.xml                         |  10 +-
 uimaj-adapter-vinci/pom.xml                        |  10 +-
 uimaj-bootstrap/pom.xml                            | 138 ++---
 uimaj-component-test-util/pom.xml                  |  10 +-
 uimaj-core/pom.xml                                 |  10 +-
 uimaj-cpe/pom.xml                                  |  10 +-
 uimaj-document-annotation/pom.xml                  |  10 +-
 uimaj-eclipse-feature-runtime/pom.xml              | 124 ++---
 uimaj-eclipse-feature-tools/pom.xml                | 120 ++---
 uimaj-eclipse-update-site/pom.xml                  |   6 +-
 uimaj-ep-cas-editor-ide/pom.xml                    |  14 +-
 uimaj-ep-cas-editor/pom.xml                        |  14 +-
 uimaj-ep-configurator/pom.xml                      |  10 +-
 uimaj-ep-debug/pom.xml                             |  14 +-
 uimaj-ep-jcasgen/pom.xml                           |  14 +-
 uimaj-ep-launcher/pom.xml                          |  14 +-
 uimaj-ep-pear-packager/pom.xml                     |  14 +-
 uimaj-ep-runtime/pom.xml                           | 560 ++++++++++-----------
 uimaj-examples/pom.xml                             | 289 ++++++-----
 .../UIMA CAS Visual Debugger.launch                |  58 +--
 .../UIMA Document Analyzer.launch                  |  56 +--
 .../src/main/run_configuration/UIMA JCasGen.launch |  46 +-
 .../run_configuration/UIMA PEAR Installer.launch   |  56 +--
 .../src/main/run_configuration/UIMA Run AE.launch  |  58 +--
 .../src/main/run_configuration/UIMA Run CPE.launch |  58 +--
 ...A Run V3 migrate JCas from classes roots.launch |  36 +-
 ...A Run V3 migrate JCas from sources roots.launch |  36 +-
 .../main/run_configuration/UIMA Start VNS.launch   |  44 +-
 .../UIMA Start Vinci Service.launch                |  58 +--
 uimaj-json/pom.xml                                 | 192 +++----
 uimaj-parent/pom.xml                               |  34 +-
 uimaj-test-util/pom.xml                            | 148 +++---
 uimaj-tools/pom.xml                                | 236 ++++-----
 uimaj-v3migration-jcas/pom.xml                     | 192 +++----
 ... V3 migrate JCas from classes roots test.launch |  40 +-
 ... V3 migrate JCas from sources roots test.launch |  40 +-
 50 files changed, 2194 insertions(+), 2371 deletions(-)