[UIMA-6216] Upgrade to UIMA Core 3.1.1

- Upgraded UIMA dependency version
- Updated NOTICE file of binary distribution
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 @@
 
 ----------------------------------------------------------------
 
-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>