[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


git-svn-id: https://svn.apache.org/repos/asf/uima/uimafit/trunk@1814871 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README b/README
index a84c358..8f840bc 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
-      Apache uimaFIT (TM) v2.3.1
+      Apache uimaFIT (TM) v2.4.0
       --------------------------
 
 
@@ -37,10 +37,10 @@
      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 @@
 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 @@
   <dependency>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimafit-core</artifactId>
-    <version>2.3.1</version>
+    <version>2.4.0</version>
   </dependency>
 
 
diff --git a/uimafit-docbook/src/docbook/tools.uimafit.migration.xml b/uimafit-docbook/src/docbook/tools.uimafit.migration.xml
index 0346bb2..b804137 100644
--- a/uimafit-docbook/src/docbook/tools.uimafit.migration.xml
+++ b/uimafit-docbook/src/docbook/tools.uimafit.migration.xml
@@ -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>