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 2022/05/11 08:46:28 UTC

[uima-uimaj] 01/01: Merge branch 'refactoring/UIMA-6443-Fresh-Eclipse-update-site-for-every-release' into refactoring/UIMA-6444-Automatically-sign-Eclipse-plugins-during-release-builds

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

rec pushed a commit to branch refactoring/UIMA-6444-Automatically-sign-Eclipse-plugins-during-release-builds
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit c0a1000ea912a5ee378986f838ffaf2d4c2fcd17
Merge: 223c02d4a 532cc908c
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Wed May 11 10:46:16 2022 +0200

    Merge branch 'refactoring/UIMA-6443-Fresh-Eclipse-update-site-for-every-release' into refactoring/UIMA-6444-Automatically-sign-Eclipse-plugins-during-release-builds
    
    * refactoring/UIMA-6443-Fresh-Eclipse-update-site-for-every-release:
      [NO JIRA] Set version to 3.4.0-SNAPSHOT
      [NO JIRA] Set version to 3.4.0-SNAPSHOT
      [maven-release-plugin] prepare for next development iteration
      [maven-release-plugin] prepare release uimaj-3.3.0
      [NO-JIRA] Add license header to script.
      [NO-JIRA] Added a little release helper script
      [maven-release-plugin] prepare for next development iteration
      [maven-release-plugin] prepare release uimaj-3.3.0
      [UIMA-6395] Apache UIMA Java SDK 3.3.0 release
      [UIMA-6395] Apache UIMA Java SDK 3.3.0 release
      [maven-release-plugin] prepare for next development iteration
      [maven-release-plugin] prepare release uimaj-3.3.0
      [UIMA-6395] Apache UIMA Java SDK 3.3.0 release
      [maven-release-plugin] rollback the release of uimaj-3.3.0
      [maven-release-plugin] prepare release uimaj-3.3.0
      [UIMA-6395] Apache UIMA Java SDK 3.3.0 release
      [UIMA-6395] Apache UIMA Java SDK 3.3.0 release
      [UIMA-6395] Apache UIMA Java SDK 3.3.0 release
      [UIMA-6395] Apache UIMA Java SDK 3.3.0 release
      [UIMA-6395] Apache UIMA Java SDK 3.3.0 release

 LICENSE => LICENSE.txt                             |   0
 NOTICE => NOTICE.md                                |  66 ++--
 PearPackagingMavenPlugin/pom.xml                   |   6 +-
 README                                             | 102 ------
 README.md                                          |  66 +++-
 RELEASE_NOTES.html                                 | 190 -----------
 RELEASE_NOTES.md                                   | 115 +++++++
 aggregate-uimaj-docbooks/pom.xml                   |   6 +-
 aggregate-uimaj-eclipse-plugins/pom.xml            |   2 +-
 aggregate-uimaj/pom.xml                            |   6 +-
 jVinci/pom.xml                                     |   6 +-
 jcasgen-maven-plugin/pom.xml                       |   6 +-
 pom.xml                                            |  15 +-
 src/main/assembly/bin-without-jackson.xml          | 374 ---------------------
 src/main/assembly/bin.xml                          | 143 ++++----
 .../{LICENSE => LICENSE.txt}                       |   0
 src/main/bin_distr_license_notices/NOTICE          |  35 --
 .../NOTICE-without-jackson                         |  14 -
 .../main/bin_distr_license_notices/NOTICE.md       |  65 ++--
 stage-relesase-artifacts.sh                        |  49 +++
 uima-doc-v3-users-guide/pom.xml                    |   6 +-
 uima-docbook-overview-and-setup/pom.xml            |   2 +-
 uima-docbook-references/pom.xml                    |   6 +-
 uima-docbook-tools/pom.xml                         |   6 +-
 uima-docbook-tutorials-and-users-guides/pom.xml    |   6 +-
 uimaj-adapter-vinci/pom.xml                        |   6 +-
 uimaj-bootstrap/pom.xml                            |   6 +-
 uimaj-component-test-util/pom.xml                  |   6 +-
 uimaj-core/pom.xml                                 |   6 +-
 uimaj-cpe/pom.xml                                  |   6 +-
 uimaj-document-annotation/pom.xml                  |   6 +-
 uimaj-eclipse-feature-runtime/pom.xml              |   6 +-
 uimaj-eclipse-feature-tools/pom.xml                |   6 +-
 uimaj-eclipse-update-site/pom.xml                  |   2 +-
 uimaj-ep-cas-editor-ide/pom.xml                    |   6 +-
 uimaj-ep-cas-editor/pom.xml                        |   6 +-
 uimaj-ep-configurator/pom.xml                      |   6 +-
 uimaj-ep-debug/pom.xml                             |   6 +-
 uimaj-ep-jcasgen/pom.xml                           |   2 +-
 uimaj-ep-launcher/pom.xml                          |   6 +-
 uimaj-ep-pear-packager/pom.xml                     |   6 +-
 uimaj-ep-runtime/pom.xml                           |   6 +-
 uimaj-examples/pom.xml                             |   6 +-
 uimaj-json/pom.xml                                 |   6 +-
 uimaj-parent/pom.xml                               |  13 +-
 uimaj-test-util/pom.xml                            |   6 +-
 uimaj-tools/pom.xml                                |   6 +-
 uimaj-v3migration-jcas/pom.xml                     |   6 +-
 48 files changed, 446 insertions(+), 983 deletions(-)