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

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


    from 2173f3fe0 Merge pull request #199 from 
apache/feature/UIMA-6440-Stage-release-artifacts-as-part-of-the-build
     add fb32eb214 [UIMA-6395] Apache UIMA Java SDK 3.3.0 release
     add 8ab1a185d [UIMA-6395] Apache UIMA Java SDK 3.3.0 release
     add acbed9d8e [UIMA-6395] Apache UIMA Java SDK 3.3.0 release
     add 8d5cc27a3 Merge branch 'main' into 
UIMA-6395-Apache-UIMA-Java-SDK-3.3.0-release
     add 99e5f30c4 Merge branch 'main' into 
UIMA-6395-Apache-UIMA-Java-SDK-3.3.0-release
     add b1b4f68ee [UIMA-6395] Apache UIMA Java SDK 3.3.0 release
     add 4e87822e4 [UIMA-6395] Apache UIMA Java SDK 3.3.0 release
     add f289bc0a1 Merge branch 'main' into 
UIMA-6395-Apache-UIMA-Java-SDK-3.3.0-release
     add ed1f3f259 [maven-release-plugin] prepare release uimaj-3.3.0
     add 2f6743a84 [maven-release-plugin] rollback the release of uimaj-3.3.0
     add d4849bdba [UIMA-6395] Apache UIMA Java SDK 3.3.0 release
     add cebcc91e6 [maven-release-plugin] prepare release uimaj-3.3.0
     add 6a3464adc [maven-release-plugin] prepare for next development iteration
     add b83d5ee2c [UIMA-6395] Apache UIMA Java SDK 3.3.0 release
     add 659d70b70 [UIMA-6395] Apache UIMA Java SDK 3.3.0 release
     add c978235fb Merge branch 'main' into 
UIMA-6395-Apache-UIMA-Java-SDK-3.3.0-release
     add fac04a12f [maven-release-plugin] prepare release uimaj-3.3.0
     add 360378e75 [maven-release-plugin] prepare for next development iteration
     add b1e2ca3ff [NO-JIRA] Added a little release helper script
     add 3c8d27a9e [NO-JIRA] Add license header to script.
     add f1f557a41 [maven-release-plugin] prepare release uimaj-3.3.0
     add a13bdf64f [maven-release-plugin] prepare for next development iteration
     add 9d0a4ea5f Merge branch 'main' into 
UIMA-6395-Apache-UIMA-Java-SDK-3.3.0-release
     new 186a02943 Merge pull request #187 from 
apache/UIMA-6395-Apache-UIMA-Java-SDK-3.3.0-release

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:
 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                  |   8 +-
 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                               |  20 +-
 uimaj-test-util/pom.xml                            |   6 +-
 uimaj-tools/pom.xml                                |   6 +-
 uimaj-v3migration-jcas/pom.xml                     |   6 +-
 48 files changed, 449 insertions(+), 993 deletions(-)
 rename LICENSE => LICENSE.txt (100%)
 copy NOTICE => NOTICE.md (68%)
 delete mode 100644 README
 delete mode 100644 RELEASE_NOTES.html
 create mode 100644 RELEASE_NOTES.md
 delete mode 100644 src/main/assembly/bin-without-jackson.xml
 rename src/main/bin_distr_license_notices/{LICENSE => LICENSE.txt} (100%)
 delete mode 100644 src/main/bin_distr_license_notices/NOTICE
 delete mode 100644 src/main/bin_distr_license_notices/NOTICE-without-jackson
 rename NOTICE => src/main/bin_distr_license_notices/NOTICE.md (50%)
 create mode 100755 stage-relesase-artifacts.sh

Reply via email to