[UIMA-5113] Upgrade to UIMA 2.9.1
- Upgrade to UIMA 2.9.1-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/uima/uimafit/trunk@1761270 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README b/README
index 062da85..aeb2eef 100644
--- a/README
+++ b/README
@@ -42,7 +42,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.
+2.9.1.
 
 A full list of issues addressed in this release can be found on the Apache issue tracker:
 
@@ -51,7 +51,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.9.1 or higher, and the Spring Framework 3.2.16 or higher.
 
 
 Availability
diff --git a/uimafit-docbook/src/docbook/tools.uimafit.migration.xml b/uimafit-docbook/src/docbook/tools.uimafit.migration.xml
index a8314ce..0346bb2 100644
--- a/uimafit-docbook/src/docbook/tools.uimafit.migration.xml
+++ b/uimafit-docbook/src/docbook/tools.uimafit.migration.xml
@@ -30,7 +30,7 @@
     </formalpara>
     <formalpara>
       <title>Version requirements</title>
-      <para>Depends on UIMA 2.9.0, Spring Framework 3.2.16 and Java 7.</para>
+      <para>Depends on UIMA 2.9.1, Spring Framework 3.2.16 and Java 7.</para>
     </formalpara>
     <formalpara>
       <para>Mind the updated version requirements. There should be no other potentially problematic
diff --git a/uimafit-parent/pom.xml b/uimafit-parent/pom.xml
index 9f63ba8..fb346b3 100644
--- a/uimafit-parent/pom.xml
+++ b/uimafit-parent/pom.xml
@@ -14,7 +14,7 @@
 	<inceptionYear>2012</inceptionYear>
 	<properties>
 		<spring.version>3.2.16.RELEASE</spring.version>
-		<uima.version>2.9.0</uima.version>
+		<uima.version>2.9.1-SNAPSHOT</uima.version>
         <maven.compiler.source>1.7</maven.compiler.source>
         <maven.compiler.target>1.7</maven.compiler.target>
         <!--