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 2023/02/24 07:54:47 UTC

svn commit: r1907847 [2/32] - in /uima/site/trunk/uima-website: docs/ docs/d/uimaj-current/ docs/d/uimaj-current/apidocs/ docs/d/uimaj-current/apidocs/org/apache/uima/ docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/ docs/d/uimaj-curren...

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/README.md
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/README.md?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/README.md (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/README.md Fri Feb 24 07:54:33 2023
@@ -44,7 +44,7 @@ to your project:
 <dependency>
   <groupId>org.apache.uima</groupId>
   <artifactId>uimaj-core</artifactId>
-  <version>3.4.0</version>
+  <version>3.4.1</version>
 </dependency>
 ```
 

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/RELEASE_NOTES.md
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/RELEASE_NOTES.md?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/RELEASE_NOTES.md (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/RELEASE_NOTES.md Fri Feb 24 07:54:33 2023
@@ -19,7 +19,7 @@
 ***************************************************************
 -->
    
-# Apache UIMA (Unstructured Information Management Architecture) v3.4.0 Release Notes
+# Apache UIMA (Unstructured Information Management Architecture) v3.4.1 Release Notes
 
 ## Contents
 
@@ -55,48 +55,17 @@ with some support for Perl, Python and T
 
 ## <a id="major.changes">Notable changes in this release</a>
 
-This is a feature fix release.
+This is a bug fix release.
 
 
 ## What's Changed
 
-**Improvements**
-* ⭐️ [UIMA-6474] Switch to getDataPathElements() in UIMA context by @reckart in https://github.com/apache/uima-uimaj/pull/216
-* ⭐️ Issue #226: Provide SPI interfaces to locate descriptors by @reckart in https://github.com/apache/uima-uimaj/pull/227, https://github.com/apache/uima-uimaj/pull/237, https://github.com/apache/uima-uimaj/pull/249
-* ⭐️ Issue #225: Improve deployment in OSGi environments by @reckart in https://github.com/apache/uima-uimaj/pull/232, https://github.com/apache/uima-uimaj/pull/244, https://github.com/apache/uima-uimaj/pull/250
-* ⭐️ Issue #245: Utility method for loading type systems in SPI providers by @reckart in https://github.com/apache/uima-uimaj/pull/246
-* ⭐️ Issue #247: RelativePathResolver should consider TCCL by @reckart in https://github.com/apache/uima-uimaj/pull/248
-* ⭐️ Issue #268: UIMA components log and then re-throw exceptions which usually leads to errors being logged twice by @reckart in https://github.com/apache/uima-uimaj/pull/279
-
-**Bugs fixed**
-* 🦟 Issue #252: Potential failure to look up FsGenerator3 in OSGI-like contexts by @reckart in https://github.com/apache/uima-uimaj/pull/253
-* 🦟 Issue #265: Unable to release without auto-staging by @reckart in https://github.com/apache/uima-uimaj/pull/282
-* 🦟 Issue #266: Unable to install UIMA 3.3.1 Eclipse Plugins in Eclipse 2022-09 by @reckart in https://github.com/apache/uima-uimaj/pull/274
-* 🦟 Issue #267: UIMA Log4jLogger_impl not compatible with log4j 2.18.0+ by @reckart in https://github.com/apache/uima-uimaj/pull/269, https://github.com/apache/uima-uimaj/pull/280
-* 🦟 Issue #272: select on FSArray seems broken by @reckart in https://github.com/apache/uima-uimaj/pull/277, https://github.com/apache/uima-uimaj/pull/278, https://github.com/apache/uima-uimaj/pull/291
-* 🦟 Issue #275: Improved error message made it even more misleading by @reckart in https://github.com/apache/uima-uimaj/pull/276
-* 🦟 Issue #285: NPE while deserializing an XMI in a PEAR context by @reckart in https://github.com/apache/uima-uimaj/pull/287
-
-**Refactorings**
-* ⚙️ [UIMA-6440] Stage release artifacts as part of the build by @reckart in https://github.com/apache/uima-uimaj/pull/199
-* ⚙️ [UIMA-6443] Fresh Eclipse update site for every release by @reckart in https://github.com/apache/uima-uimaj/pull/200
-* ⚙️ [UIMA-6462] Avoid deploy broken checksum files for p2content.xml and artifacts.xml in feature modules by @reckart in https://github.com/apache/uima-uimaj/pull/205
-* ⚙️ [UIMA-6463] Use toolchains to ensure compatibility with Java 1.8 by @reckart in https://github.com/apache/uima-uimaj/pull/206
-* ⚙️ [UIMA-6436] Move maintainer documentation from website into maintainer guide by @reckart in https://github.com/apache/uima-uimaj/pull/197, https://github.com/apache/uima-uimaj/pull/217
-* ⚙️ Issue #230: Remove version overrides in Maven plugin modules by @reckart in https://github.com/apache/uima-uimaj/pull/231
-* ⚙️ Issue #228: Move the UimaDecompiler class by @reckart in https://github.com/apache/uima-uimaj/pull/229
-* ⚙️ Issue #283: Update issue report generation by @reckart in https://github.com/apache/uima-uimaj/pull/284
-* ⚙️ Issue #292: Make CAS serialization tests more robust by @reckart in https://github.com/apache/uima-uimaj/pull/293
-* ⚙️ Issue #298 - SHA512 checksums contain wrong file name by @reckart in https://github.com/apache/uima-uimaj/pull/299
-* ⚙️ Issue #300: Differences between source ZIP and repository tag by @reckart in https://github.com/apache/uima-uimaj/pull/301
-* 🩹 [UIMA-6459] Upgrade dependencies by @reckart in https://github.com/apache/uima-uimaj/pull/204, https://github.com/apache/uima-uimaj/pull/207
-* 🩹 Issue #270: Update dependencies by @reckart in https://github.com/apache/uima-uimaj/pull/271, https://github.com/apache/uima-uimaj/pull/273, https://github.com/apache/uima-uimaj/pull/290
+* 🦟 Issue #304: - Unable to deserialize CAS if last element on the heap is an empty array by @reckart in https://github.com/apache/uima-uimaj/pull/305
+* 🦟 Issue #306: Cannot install Ruta 3.3.0 workbench against UIMA 3.4.0 Eclipse plugins by @reckart in https://github.com/apache/uima-uimaj/pull/307
+* 🦟 Issue #303: Build fails on Windows if namespace contains whitespace by @reckart in https://github.com/apache/uima-uimaj/pull/309
+* 🩹 Issue #302: Update dependencies by @reckart in https://github.com/apache/uima-uimaj/pull/308
 
-
-For a full list of issues affecting this release, please see:
-
-* [GitHub issues](issuesFixed/github-report.html) [[online](https://github.com/apache/uima-uimaj/issues?q=milestone%3A3.4.0)]
-* [Jira issues (legacy)](issuesFixed/jira-report.html) [[online](https://issues.apache.org/jira/issues/?jql=project%20%3D%20UIMA%20AND%20fixVersion%20%3D%203.4.0SDK)]
+**Full Changelog**: https://github.com/apache/uima-uimaj/compare/rel/uimaj-3.4.0...uimaj-3.4.1
 
 ## <a id="get.involved">How to Get Involved</a>
 

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-frame.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-frame.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-frame.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-frame.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>All Classes (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-noframe.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-noframe.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-noframe.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/allclasses-noframe.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>All Classes (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/constant-values.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/constant-values.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/constant-values.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/constant-values.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constant Field Values (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>Constant Field Values (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Constant Field Values (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="Constant Field Values (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/deprecated-list.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/deprecated-list.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/deprecated-list.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/deprecated-list.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Deprecated List (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>Deprecated List (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Deprecated List (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="Deprecated List (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/help-doc.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/help-doc.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/help-doc.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/help-doc.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>API Help (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>API Help (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="API Help (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="API Help (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index-all.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index-all.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index-all.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>Index (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Index (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="Index (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/index.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Apache UIMA Java SDK 3.4.0 User-Level API Documentation</title>
+<title>Apache UIMA Java SDK 3.4.1 User-Level API Documentation</title>
 <script type="text/javascript">
     tmpTargetPage = "" + window.location.search;
     if (tmpTargetPage != "" && tmpTargetPage != "undefined")

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/CompositeResourceFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/CompositeResourceFactory.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/CompositeResourceFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/CompositeResourceFactory.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CompositeResourceFactory (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>CompositeResourceFactory (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CompositeResourceFactory (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="CompositeResourceFactory (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/Constants.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/Constants.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/Constants.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/Constants.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constants (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>Constants (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Constants (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="Constants (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/I18nExceptionI.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/I18nExceptionI.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/I18nExceptionI.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/I18nExceptionI.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>I18nExceptionI (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>I18nExceptionI (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="I18nExceptionI (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="I18nExceptionI (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedException.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedException.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedException.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedException.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InternationalizedException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>InternationalizedException (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InternationalizedException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="InternationalizedException (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedRuntimeException.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedRuntimeException.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedRuntimeException.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/InternationalizedRuntimeException.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InternationalizedRuntimeException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>InternationalizedRuntimeException (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InternationalizedRuntimeException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="InternationalizedRuntimeException (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/List_of_ints.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/List_of_ints.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/List_of_ints.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/List_of_ints.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>List_of_ints (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>List_of_ints (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="List_of_ints (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="List_of_ints (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceFactory.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceFactory.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ResourceFactory (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>ResourceFactory (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ResourceFactory (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="ResourceFactory (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceSpecifierFactory.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceSpecifierFactory.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceSpecifierFactory.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/ResourceSpecifierFactory.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ResourceSpecifierFactory (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>ResourceSpecifierFactory (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ResourceSpecifierFactory (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="ResourceSpecifierFactory (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAException.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAException.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAException.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAException.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UIMAException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>UIMAException (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UIMAException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="UIMAException (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAFramework.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAFramework.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAFramework.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMAFramework.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UIMAFramework (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>UIMAFramework (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UIMAFramework (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="UIMAFramework (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMARuntimeException.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMARuntimeException.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMARuntimeException.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMARuntimeException.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UIMARuntimeException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>UIMARuntimeException (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UIMARuntimeException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="UIMARuntimeException (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalArgumentException.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalArgumentException.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalArgumentException.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalArgumentException.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UIMA_IllegalArgumentException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>UIMA_IllegalArgumentException (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UIMA_IllegalArgumentException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="UIMA_IllegalArgumentException (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalStateException.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalStateException.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalStateException.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_IllegalStateException.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UIMA_IllegalStateException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>UIMA_IllegalStateException (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UIMA_IllegalStateException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="UIMA_IllegalStateException (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_UnsupportedOperationException.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_UnsupportedOperationException.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_UnsupportedOperationException.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UIMA_UnsupportedOperationException.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UIMA_UnsupportedOperationException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>UIMA_UnsupportedOperationException (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UIMA_UnsupportedOperationException (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="UIMA_UnsupportedOperationException (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContext.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContext.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContext.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContext.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UimaContext (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>UimaContext (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UimaContext (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="UimaContext (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextAdmin.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextAdmin.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextAdmin.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextAdmin.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UimaContextAdmin (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>UimaContextAdmin (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UimaContextAdmin (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="UimaContextAdmin (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextHolder.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextHolder.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextHolder.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaContextHolder.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UimaContextHolder (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>UimaContextHolder (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UimaContextHolder (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="UimaContextHolder (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializable.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializable.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializable.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializable.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UimaSerializable (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>UimaSerializable (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UimaSerializable (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="UimaSerializable (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializableFSs.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializableFSs.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializableFSs.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/UimaSerializableFSs.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UimaSerializableFSs (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>UimaSerializableFSs (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UimaSerializableFSs (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="UimaSerializableFSs (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AnalysisComponent (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>AnalysisComponent (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AnalysisComponent (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="AnalysisComponent (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent_ImplBase.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent_ImplBase.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent_ImplBase.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/AnalysisComponent_ImplBase.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AnalysisComponent_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>AnalysisComponent_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AnalysisComponent_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="AnalysisComponent_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/Annotator_ImplBase.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/Annotator_ImplBase.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/Annotator_ImplBase.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/Annotator_ImplBase.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Annotator_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>Annotator_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Annotator_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="Annotator_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasAnnotator_ImplBase.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasAnnotator_ImplBase.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasAnnotator_ImplBase.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasAnnotator_ImplBase.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CasAnnotator_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>CasAnnotator_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CasAnnotator_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="CasAnnotator_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasMultiplier_ImplBase.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasMultiplier_ImplBase.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasMultiplier_ImplBase.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasMultiplier_ImplBase.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CasMultiplier_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>CasMultiplier_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CasMultiplier_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="CasMultiplier_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessor.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessor.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessor.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessor.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CasProcessor (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>CasProcessor (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CasProcessor (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="CasProcessor (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessorAnnotator.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessorAnnotator.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessorAnnotator.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/CasProcessorAnnotator.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CasProcessorAnnotator (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>CasProcessorAnnotator (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CasProcessorAnnotator (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="CasProcessorAnnotator (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasAnnotator_ImplBase.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasAnnotator_ImplBase.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasAnnotator_ImplBase.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasAnnotator_ImplBase.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>JCasAnnotator_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>JCasAnnotator_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JCasAnnotator_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="JCasAnnotator_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasMultiplier_ImplBase.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasMultiplier_ImplBase.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasMultiplier_ImplBase.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasMultiplier_ImplBase.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>JCasMultiplier_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>JCasMultiplier_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JCasMultiplier_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="JCasMultiplier_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessor.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessor.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessor.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessor.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>JCasProcessor (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>JCasProcessor (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JCasProcessor (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="JCasProcessor (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessorAnnotator.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessorAnnotator.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessorAnnotator.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/JCasProcessorAnnotator.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>JCasProcessorAnnotator (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>JCasProcessorAnnotator (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="JCasProcessorAnnotator (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="JCasProcessorAnnotator (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.uima.analysis_component.AnalysisComponent (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>Uses of Interface org.apache.uima.analysis_component.AnalysisComponent (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.uima.analysis_component.AnalysisComponent (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="Uses of Interface org.apache.uima.analysis_component.AnalysisComponent (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent_ImplBase.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent_ImplBase.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent_ImplBase.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/AnalysisComponent_ImplBase.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.analysis_component.AnalysisComponent_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.analysis_component.AnalysisComponent_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.analysis_component.AnalysisComponent_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.analysis_component.AnalysisComponent_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/Annotator_ImplBase.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/Annotator_ImplBase.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/Annotator_ImplBase.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/Annotator_ImplBase.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.analysis_component.Annotator_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.analysis_component.Annotator_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.analysis_component.Annotator_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.analysis_component.Annotator_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasAnnotator_ImplBase.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasAnnotator_ImplBase.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasAnnotator_ImplBase.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasAnnotator_ImplBase.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.analysis_component.CasAnnotator_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.analysis_component.CasAnnotator_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.analysis_component.CasAnnotator_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.analysis_component.CasAnnotator_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasMultiplier_ImplBase.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasMultiplier_ImplBase.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasMultiplier_ImplBase.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasMultiplier_ImplBase.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.analysis_component.CasMultiplier_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.analysis_component.CasMultiplier_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.analysis_component.CasMultiplier_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.analysis_component.CasMultiplier_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasProcessor.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasProcessor.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasProcessor.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasProcessor.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.uima.analysis_component.CasProcessor (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>Uses of Interface org.apache.uima.analysis_component.CasProcessor (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.uima.analysis_component.CasProcessor (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="Uses of Interface org.apache.uima.analysis_component.CasProcessor (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasProcessorAnnotator.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasProcessorAnnotator.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasProcessorAnnotator.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/CasProcessorAnnotator.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.analysis_component.CasProcessorAnnotator (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.analysis_component.CasProcessorAnnotator (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.analysis_component.CasProcessorAnnotator (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.analysis_component.CasProcessorAnnotator (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasAnnotator_ImplBase.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasAnnotator_ImplBase.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasAnnotator_ImplBase.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasAnnotator_ImplBase.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.analysis_component.JCasAnnotator_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.analysis_component.JCasAnnotator_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.analysis_component.JCasAnnotator_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.analysis_component.JCasAnnotator_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasMultiplier_ImplBase.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasMultiplier_ImplBase.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasMultiplier_ImplBase.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasMultiplier_ImplBase.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.analysis_component.JCasMultiplier_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.analysis_component.JCasMultiplier_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.analysis_component.JCasMultiplier_ImplBase (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.analysis_component.JCasMultiplier_ImplBase (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasProcessor.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasProcessor.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasProcessor.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasProcessor.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.uima.analysis_component.JCasProcessor (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>Uses of Interface org.apache.uima.analysis_component.JCasProcessor (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.uima.analysis_component.JCasProcessor (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="Uses of Interface org.apache.uima.analysis_component.JCasProcessor (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasProcessorAnnotator.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasProcessorAnnotator.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasProcessorAnnotator.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/class-use/JCasProcessorAnnotator.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.uima.analysis_component.JCasProcessorAnnotator (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>Uses of Class org.apache.uima.analysis_component.JCasProcessorAnnotator (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.uima.analysis_component.JCasProcessorAnnotator (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="Uses of Class org.apache.uima.analysis_component.JCasProcessorAnnotator (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-frame.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-frame.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-frame.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-frame.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.uima.analysis_component (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>org.apache.uima.analysis_component (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-summary.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-summary.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-summary.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-summary.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.uima.analysis_component (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>org.apache.uima.analysis_component (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.uima.analysis_component (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="org.apache.uima.analysis_component (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-tree.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-tree.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-tree.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-tree.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.uima.analysis_component Class Hierarchy (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>org.apache.uima.analysis_component Class Hierarchy (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.uima.analysis_component Class Hierarchy (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="org.apache.uima.analysis_component Class Hierarchy (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-use.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-use.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-use.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/package-use.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.uima.analysis_component (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>Uses of Package org.apache.uima.analysis_component (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.uima.analysis_component (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="Uses of Package org.apache.uima.analysis_component (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngine.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AnalysisEngine (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>AnalysisEngine (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AnalysisEngine (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="AnalysisEngine (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html?rev=1907847&r1=1907846&r2=1907847&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/apidocs/org/apache/uima/analysis_engine/AnalysisEngineDescription.html Fri Feb 24 07:54:33 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AnalysisEngineDescription (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)</title>
+<title>AnalysisEngineDescription (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AnalysisEngineDescription (Apache UIMA Java SDK 3.4.0 User-Level API Documentation)";
+            parent.document.title="AnalysisEngineDescription (Apache UIMA Java SDK 3.4.1 User-Level API Documentation)";
         }
     }
     catch(err) {