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 2016/08/31 16:28:41 UTC

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

Author: rec
Date: Wed Aug 31 16:28:41 2016
New Revision: 1758648

URL: http://svn.apache.org/viewvc?rev=1758648&view=rev
Log:
[UIMA-5092] Upgrade to UIMAJ 2.9.0
- Update to 2.9.0 also in documentation files
- Also set change uimaFIT version from 2.2.0 to 2.3.0 in several places
- Update Jira version number in README

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=1758648&r1=1758647&r2=1758648&view=diff
==============================================================================
--- uima/uimafit/trunk/README (original)
+++ uima/uimafit/trunk/README Wed Aug 31 16:28:41 2016
@@ -1,5 +1,5 @@
 
-      Apache uimaFIT (TM) v2.2.0
+      Apache uimaFIT (TM) v2.3.0
       --------------------------
 
 
@@ -37,20 +37,21 @@ following list highlights some of the fe
      SimplePipeline.runPipeline(reader, ae1, ..., aeN, consumer1, ... consumerN)
 
 
-What's New in 2.2.0
+What's New in 2.3.0
 -------------------
 
-uimaFIT 2.2.0 is a minor feature and bugfix release to uimaFIT 2.1.0. It should should serve as a
-drop-in replacement for previous uimaFIT 2.x versions. Mind that uimaFIT 2.2.0 now requires Java 7.
+uimaFIT 2.3.0 is a minor feature and bugfix release to uimaFIT 2.2.0. It should should serve as a
+drop-in replacement for previous uimaFIT 2.x versions. Mind that uimaFIT 2.3.0 now requires UIMA
+2.9.0.
 
 A full list of issues addressed in this release can be found on the Apache issue tracker:
 
-  https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310570&version=12324057
+  https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310570&version=12332459
 
 Supported Platforms
 -------------------
 
-uimaFIT requires Java 1.7 or higher, UIMA 2.8.1 or higher, and the Spring Framework 3.2.16 or higher.
+uimaFIT requires Java 1.7 or higher, UIMA 2.9.0 or higher, and the Spring Framework 3.2.16 or higher.
 
 
 Availability
@@ -67,7 +68,7 @@ add uimaFIT as a dependency to your pom.
   <dependency>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimafit-core</artifactId>
-    <version>2.2.0</version>
+    <version>2.3.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=1758648&r1=1758647&r2=1758648&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 Wed Aug 31 16:28:41 2016
@@ -20,6 +20,17 @@
   <title>Migration Guide</title>
   <para>This section provides helpful information on incompatible changes between versions.</para>
   <section>
+    <title>Version 2.2.0 to 2.3.0</title>
+    <formalpara>
+      <title>Version requirements</title>
+      <para>Depends on UIMA 2.9.0, 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.1.0 to 2.2.0</title>
     <formalpara>
       <title>Version requirements</title>