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 2020/04/09 15:27:48 UTC

[uima-uimafit] branch UIMA-6216-Upgrade-to-UIMA-Core-3.1.1 created (now 31c20fb)

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

rec pushed a change to branch UIMA-6216-Upgrade-to-UIMA-Core-3.1.1
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git.


      at 31c20fb  [UIMA-6216] Upgrade to UIMA Core 3.1.1

This branch includes the following new commits:

     new 31c20fb  [UIMA-6216] Upgrade to UIMA Core 3.1.1

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.



[uima-uimafit] 01/01: [UIMA-6216] Upgrade to UIMA Core 3.1.1

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

rec pushed a commit to branch UIMA-6216-Upgrade-to-UIMA-Core-3.1.1
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git

commit 31c20fb4ac29964175bb06210b250f8789bf6445
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Apr 9 17:27:37 2020 +0200

    [UIMA-6216] Upgrade to UIMA Core 3.1.1
    
    - Upgraded UIMA dependency version
    - Updated NOTICE file of binary distribution
---
 src/main/dist-bin/NOTICE | 8 ++++----
 uimafit-parent/pom.xml   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/dist-bin/NOTICE b/src/main/dist-bin/NOTICE
index a8becec..b0cfc2a 100644
--- a/src/main/dist-bin/NOTICE
+++ b/src/main/dist-bin/NOTICE
@@ -26,10 +26,10 @@ Copyright 2012-2020 The Apache Software Foundation
 
 ----------------------------------------------------------------
 
-Apache UIMA Base 3.1.1: uimaj-core
-Apache UIMA Base 3.1.1: jVinci: Vinci Transport Library
-Apache UIMA Base 3.1.1: uimaj-adapter-vinci: Vinci Adapter
-Apache UIMA Base 3.1.1: uimaj-cpe: Collection Processing Engine
+Apache UIMA Base 3.0.2: uimaj-core
+Apache UIMA Base 3.0.2: jVinci: Vinci Transport Library
+Apache UIMA Base 3.0.2: uimaj-adapter-vinci: Vinci Adapter
+Apache UIMA Base 3.0.2: uimaj-cpe: Collection Processing Engine
 Copyright 2006-2019 The Apache Software Foundation
 
 Portions of Apache UIMA were originally developed by
diff --git a/uimafit-parent/pom.xml b/uimafit-parent/pom.xml
index a941d10..859d83e 100644
--- a/uimafit-parent/pom.xml
+++ b/uimafit-parent/pom.xml
@@ -33,7 +33,7 @@
   <inceptionYear>2012</inceptionYear>
   <properties>
     <spring.version>4.3.26.RELEASE</spring.version>
-    <uima.version>3.0.2</uima.version>
+    <uima.version>3.1.1</uima.version>
     <slf4j.version>1.7.26</slf4j.version>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>