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 2017/11/10 15:31:10 UTC

svn commit: r1814871 - in /uima/uimafit/trunk: README uimafit-docbook/src/docbook/tools.uimafit.migration.xml

Author: rec
Date: Fri Nov 10 15:31:10 2017
New Revision: 1814871

URL: http://svn.apache.org/viewvc?rev=1814871&view=rev
Log:
[UIMA-5644] Upgrade to UIMA 2.10.2

- Update documentation to mention that UIMA 2.10.2 is required
- Set the version to 2.4.0 in documentation since there were some additions to public API

Modified:
    uima/uimafit/trunk/README
    uima/uimafit/trunk/uimafit-docbook/src/docbook/tools.uimafit.migration.xml

Modified: uima/uimafit/trunk/README
URL: http://svn.apache.org/viewvc/uima/uimafit/trunk/README?rev=1814871&r1=1814870&r2=1814871&view=diff
==============================================================================
--- uima/uimafit/trunk/README (original)
+++ uima/uimafit/trunk/README Fri Nov 10 15:31:10 2017
@@ -1,5 +1,5 @@
 
-      Apache uimaFIT (TM) v2.3.1
+      Apache uimaFIT (TM) v2.4.0
       --------------------------
 
 
@@ -37,10 +37,10 @@ following list highlights some of the fe
      SimplePipeline.runPipeline(reader, ae1, ..., aeN, consumer1, ... consumerN)
 
 
-What's New in 2.3.1
+What's New in 2.4.0
 -------------------
 
-uimaFIT 2.3.1 is a bugfix release to uimaFIT 2.3.0. It should should serve as a drop-in replacement
+uimaFIT 2.4.0 is a minor feature and bugfix release. It should should serve as a drop-in replacement
 for previous uimaFIT 2.x versions.
 
 A full list of issues addressed in this release can be found on the Apache issue tracker:
@@ -50,7 +50,7 @@ A full list of issues addressed in this
 Supported Platforms
 -------------------
 
-uimaFIT requires Java 1.7 or higher, UIMA 2.9.0 or higher, and the Spring Framework 3.2.16 or higher.
+uimaFIT requires Java 1.7 or higher, UIMA 2.10.2 or higher, and the Spring Framework 3.2.16 or higher.
 
 
 Availability
@@ -67,7 +67,7 @@ add uimaFIT as a dependency to your pom.
   <dependency>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimafit-core</artifactId>
-    <version>2.3.1</version>
+    <version>2.4.0</version>
   </dependency>
 
 

Modified: uima/uimafit/trunk/uimafit-docbook/src/docbook/tools.uimafit.migration.xml
URL: http://svn.apache.org/viewvc/uima/uimafit/trunk/uimafit-docbook/src/docbook/tools.uimafit.migration.xml?rev=1814871&r1=1814870&r2=1814871&view=diff
==============================================================================
--- uima/uimafit/trunk/uimafit-docbook/src/docbook/tools.uimafit.migration.xml (original)
+++ uima/uimafit/trunk/uimafit-docbook/src/docbook/tools.uimafit.migration.xml Fri Nov 10 15:31:10 2017
@@ -20,6 +20,17 @@
   <title>Migration Guide</title>
   <para>This section provides helpful information on incompatible changes between versions.</para>
   <section>
+    <title>Version 2.3.0 to 2.4.0</title>
+    <formalpara>
+      <title>Version requirements</title>
+      <para>Depends on UIMA 2.10.2, Spring Framework 3.2.16 and Java 7.</para>
+    </formalpara>
+    <formalpara>
+      <para>Mind the updated version requirements. There should be no other potentially problematic
+      changes in this upgrade.</para>
+    </formalpara>
+  </section>
+  <section>
     <title>Version 2.2.0 to 2.3.0</title>
     <formalpara>
       <title>CasIOUtil deprecated</title>