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 2019/04/16 10:01:05 UTC

[uima-uimafit] branch 3.0.x updated (15e7716 -> d32887c)

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

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


    from 15e7716  Merge pull request #62 from apache/bugfix/UIMA-6022-Upgrade-to-UIMA-3.0.2
     add 6d77093  [No Jira] Preparing release of uimaFIT 3.0.0-beta-1
     add c5c4af6  [No Jira] Preparing release of uimaFIT 3.0.0-beta-1
     add 76dd0d8  Merge branch '3.0.x' into release/3.0.0-beta-1
     add 98ffc71  Merge branch '3.0.x' into release/3.0.0-beta-1
     add 8018ec4  No Jira. Update Maven Release Plugin.
     add 627dfd9  [maven-release-plugin] prepare release uimafit-3.0.0
     add ba85718  [maven-release-plugin] prepare for next development iteration
     add 207c066  No Jira. Reset version to 3.0.0-SNAPSHOT to prepare another release attempt.
     add 63bcc3a  [UIMA-5918] Upgrade to UIMAJ-Core 3.0.1
     add 798478f  [UIMA-5870] Documentation for addTypeSystemDescriptions in uimafit-maven-plugin is missing
     add affaaed  [UIMA-5918] Upgrade to UIMAJ-Core 3.0.1
     add b3b3fc1  [No jira] Formatting broke the embedded Groovy script. Format again.
     add f3a9517  [No jira] Added rat excludes for GitHub template files
     add fd826b8  [UIMA-5918] Upgrade to UIMAJ-Core 3.0.1
     add 6650b0d  Merge branch '3.0.x' into release/3.0.0
     add ac68325  [No jira] Update to latest UIMA Parent POM for generation of modern checksums
     add 94e5c61  [maven-release-plugin] prepare release uimafit-3.0.0
     add 9edff6d  [maven-release-plugin] prepare for next development iteration
     add 3e0d1a3  Merge branch '3.0.x' into release/3.0.0
     add 4129fa4  No Jira. Completed previously incomplete merge.
     add a935f93  No Jira. Completed previously incomplete merge.
     add aa91969  Merge branch '3.0.x' into release/3.0.0
     add b247ed8  No Jira. Corrected Spring version in requirements.
     add 2b854a8  Merge branch '3.0.x' into release/3.0.0
     add 25205bc  [UIMA-6010] Upgrade dependencies
     add b103b05  No Jira - Elaborate migration guide and minor adjustments
     add b6f596f  [maven-release-plugin] prepare release uimafit-3.0.0
     add 12f4d06  [maven-release-plugin] prepare for next development iteration
     new d32887c  Merge pull request #37 from apache/release/3.0.0

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:
 README                                             |   2 +-
 pom.xml                                            |  31 +++++--
 src/main/dist-bin/LICENSE                          |   8 +-
 src/main/dist-bin/NOTICE                           |  22 +++--
 uimafit-benchmark/pom.xml                          |   4 +-
 uimafit-core/.settings/org.eclipse.jdt.core.prefs  |   1 +
 uimafit-core/pom.xml                               |   2 +-
 .../org/apache/uima/fit/util/JCasUtilv3Test.java   |   3 +-
 uimafit-cpe/.settings/org.eclipse.jdt.core.prefs   |   1 +
 uimafit-cpe/pom.xml                                |   4 +-
 uimafit-docbook/pom.xml                            |   2 +-
 .../src/docbook/tools.uimafit.maven.xml            |   9 +-
 .../src/docbook/tools.uimafit.migration.xml        | 102 ++++++++-------------
 .../.settings/org.eclipse.jdt.core.prefs           |   1 +
 uimafit-examples/pom.xml                           |   4 +-
 .../examples/tutorial/ex2/RoomNumberAnnotator.java |   3 +-
 .../.settings/org.eclipse.jdt.core.prefs           |   1 +
 uimafit-maven-plugin/pom.xml                       |   4 +-
 uimafit-parent/pom.xml                             |   6 +-
 .../.settings/org.eclipse.jdt.core.prefs           |   1 +
 uimafit-spring/pom.xml                             |   4 +-
 21 files changed, 108 insertions(+), 107 deletions(-)


[uima-uimafit] 01/01: Merge pull request #37 from apache/release/3.0.0

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d32887cb0d6190e3f49e8a060af6e00b3fe42ca6
Merge: 15e7716 12f4d06
Author: Richard Eckart de Castilho <ri...@gmail.com>
AuthorDate: Tue Apr 16 12:00:59 2019 +0200

    Merge pull request #37 from apache/release/3.0.0
    
    [No Jira] Preparing release of uimaFIT 3.0.0
    
    Vote for this PR has been successful: https://mail-archives.apache.org/mod_mbox/uima-dev/201904.mbox/%3cE023F955-32BD-4D28-A1F8-01609385A17A@apache.org%3e

 README                                             |   2 +-
 pom.xml                                            |  31 +++++--
 src/main/dist-bin/LICENSE                          |   8 +-
 src/main/dist-bin/NOTICE                           |  22 +++--
 uimafit-benchmark/pom.xml                          |   4 +-
 uimafit-core/.settings/org.eclipse.jdt.core.prefs  |   1 +
 uimafit-core/pom.xml                               |   2 +-
 .../org/apache/uima/fit/util/JCasUtilv3Test.java   |   3 +-
 uimafit-cpe/.settings/org.eclipse.jdt.core.prefs   |   1 +
 uimafit-cpe/pom.xml                                |   4 +-
 uimafit-docbook/pom.xml                            |   2 +-
 .../src/docbook/tools.uimafit.maven.xml            |   9 +-
 .../src/docbook/tools.uimafit.migration.xml        | 102 ++++++++-------------
 .../.settings/org.eclipse.jdt.core.prefs           |   1 +
 uimafit-examples/pom.xml                           |   4 +-
 .../examples/tutorial/ex2/RoomNumberAnnotator.java |   3 +-
 .../.settings/org.eclipse.jdt.core.prefs           |   1 +
 uimafit-maven-plugin/pom.xml                       |   4 +-
 uimafit-parent/pom.xml                             |   6 +-
 .../.settings/org.eclipse.jdt.core.prefs           |   1 +
 uimafit-spring/pom.xml                             |   4 +-
 21 files changed, 108 insertions(+), 107 deletions(-)