You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2018/03/05 20:56:21 UTC

svn commit: r1825941 - in /uima/site/trunk/uima-website: docs/ docs/downloads/uv3/ xdocs/ xdocs/stylesheets/

Author: schor
Date: Mon Mar  5 20:56:20 2018
New Revision: 1825941

URL: http://svn.apache.org/viewvc?rev=1825941&view=rev
Log:
release uimaj-3.0.0

Modified:
    uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html
    uima/site/trunk/uima-website/docs/documentation.html
    uima/site/trunk/uima-website/docs/downloads.html
    uima/site/trunk/uima-website/docs/downloads/uv3/UIMA_V3_Programmers_Solutions.pptx
    uima/site/trunk/uima-website/docs/news.html
    uima/site/trunk/uima-website/docs/updating-website.html
    uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-signing.xml
    uima/site/trunk/uima-website/xdocs/documentation.xml
    uima/site/trunk/uima-website/xdocs/downloads.xml
    uima/site/trunk/uima-website/xdocs/news.xml
    uima/site/trunk/uima-website/xdocs/stylesheets/project.xml
    uima/site/trunk/uima-website/xdocs/updating-website.xml

Modified: uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html?rev=1825941&r1=1825940&r2=1825941&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html (original)
+++ uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html Mon Mar  5 20:56:20 2018
@@ -256,9 +256,10 @@ the uimav3 vs the v2 - looks
        requires a one-time code, which the portal will send to you.  (Note: I had to refresh my web browser in order to
        get the screen showing that option).  Once signed, in, make a signing set
        consisting of all of the Jars in target/eus-work/plugins and feature jars (feature jars must also be signed) 
-       (not the *.pack.gz files).  Test sign these and download them.
+       (not the *.pack.gz files, nor the  ..content nor ..artifact metadata Jars).  Test sign these and download them.
      </p>
-                                                <p>For safety, make a copy of the target/eus-work/plugins directory, and then update the .jar files in that directory
+                                                <p>For safety, the build process makes a copy of the target/eus-work/plugins directory.
+        Update the .jar files in that directory
        with the signed ones, overlaying the unsigned ones.</p>
                                                 <p>Then rebuild the update site by running <code>mvn antrun:run@make-subsite-after-signing</code>.  
         This does the remaining steps, 

Modified: uima/site/trunk/uima-website/docs/documentation.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/documentation.html?rev=1825941&r1=1825940&r2=1825941&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/documentation.html (original)
+++ uima/site/trunk/uima-website/docs/documentation.html Mon Mar  5 20:56:20 2018
@@ -246,18 +246,33 @@
       </td></tr>
       <tr><td>
         <blockquote class="subsectionBody">
-                                    <p>The UIMA Java SDK and UIMA-AS documentation is available in two formats (HTML and PDF).  Here are the latest versions:
+                                    <p>There are two "current" versions of UIMA Java SDK.  The true "current" version is version 3.0.0, which
+      may require a migration step for existing UIMA applications.  Because of that potential migration step, we
+      will also list here the latest version of UIMA version 2.</p>
+                                                <p>The UIMA Java SDK and UIMA-AS documentation is available in two formats (HTML and PDF).  Here are the latest versions:
    </p>
                                                 <ul>
-     <li><a href="../d/uimaj-current/index.html">HTML online version - UIMA Java SDK</a></li>
+     <li><a href="../d/uimaj-current/index.html">HTML online version - UIMA Java SDK for version 3. Also includes an API Change report.</a></li>
+     <li><a href="../d/uimaj-2.10.2/index.html">HTML online version - UIMA Java SDK for version 2</a></li>
      <li><a href="../d/uima-as-2.10.2/uima_async_scaleout.html">HTML online version - UIMA Asynchronous Scaleout</a></li>       
    </ul>
                                                 <p>PDF version for printing:</p>
                                                 <ul>
+     <li>UIMA SDK version 3</li>
+     <ul>
      <li><a href="../d/uimaj-current/overview_and_setup.pdf">Overview and Setup</a></li>
      <li><a href="../d/uimaj-current/tutorials_and_users_guides.pdf">Tutorials and Users' Guides</a></li>
      <li><a href="../d/uimaj-current/tools.pdf">Tools</a></li>
      <li><a href="../d/uimaj-current/references.pdf">References</a></li>
+     <li><a href="../d/uimaj-current/version_3_users_guide.pdf"><b><i>(New) </i></b>Version 3 User's Guide</a></li>
+     </ul>
+     <li>UIMA SDK version 2</li>
+     <ul>
+     <li><a href="../d/uimaj-2.10.2/overview_and_setup.pdf">Overview and Setup</a></li>
+     <li><a href="../d/uimaj-2.10.2/tutorials_and_users_guides.pdf">Tutorials and Users' Guides</a></li>
+     <li><a href="../d/uimaj-2.10.2/tools.pdf">Tools</a></li>
+     <li><a href="../d/uimaj-2.10.2/references.pdf">References</a></li>
+     </ul>
      <li><a href="../d/uima-as-2.10.2/uima_async_scaleout.pdf">UIMA Asynchronous Scaleout</a></li>
    </ul>
                                                 <p id="javadocs">
@@ -266,39 +281,11 @@
     
 
    <ul>
-     <li><a href="../d/uimaj-current/apidocs/index.html">JavaDoc online - UIMA Java SDK current-release</a></li>
+     <li><a href="../d/uimaj-current/apidocs/index.html">JavaDoc online - UIMA Java SDK current-release (version 3)</a></li>
+     <li><a href="../d/uimaj-2.10.2/apidocs/index.html">JavaDoc online - UIMA Java SDK current-release (version 2)</a></li>
      <li><a href="../d/uima-as-2.10.2/api-uima-as/index.html">JavaDoc online - UIMA-AS current-release</a></li>
    </ul>
    </p>
-                                                <h2>UIMA SDK 3.0.0-beta documentation</h2>
-                                                <p>The 3.0.0-beta release (not for production, but for wider testing) documents include an 
-      additional "book" describing the version 3 new and changed features, and the migration tooling.</p>
-                                                <ul>
-     <li><a href="../d/uimaj-3.0.0-beta/index.html">HTML online version - UIMA Java SDK</a></li>
-   </ul>
-                                                <p>PDF version for printing:</p>
-                                                <ul>
-     <li><a href="../d/uimaj-3.0.0-beta/overview_and_setup.pdf">Overview and Setup</a></li>
-     <li><a href="../d/uimaj-3.0.0-beta/tutorials_and_users_guides.pdf">Tutorials and Users' Guides</a></li>
-     <li><a href="../d/uimaj-3.0.0-beta/tools.pdf">Tools</a></li>
-     <li><a href="../d/uimaj-3.0.0-beta/references.pdf">References</a></li>
-     <li><a href="../d/uimaj-3.0.0-beta/version_3_users_guide.pdf"><b><i>(New) </i></b>Version 3 User's Guide</a></li>
-   </ul>
-                                                <p>
-     Here is the JavaDoc for Version 3.0.0-beta.
-    
-   <ul>
-     <li><a href="../d/uimaj-3.0.0-beta/apidocs/index.html">JavaDoc online for Version 3.0.0-beta</a></li>
-   </ul>
-   </p>
-                                                <h3>Release Notes</h3>
-                                                <p>Click <a href="../d/uimaj-3.0.0-beta/RELEASE_NOTES.html">RELEASE_NOTES.html</a> for the 3.0.0-beta Apache UIMA JAVA SDK
-		release notes.</p>
-                                                <h3>API changes for V3</h3>
-                                                <p>Click <a href="../d/uimaj-3.0.0-beta/uimaj-core/api-change-report/japicmp.html">api change report</a> 
-		for a report of the APIs in UIMA that were changed in this release, versus the 2.10.1 version.</p>
-                                                <h3>Issues Fixed</h3>
-                                                <p>Click <a href="../d/uimaj-3.0.0-beta/issuesFixed/jira-report.html">issues fixed</a> for the list of Jira issues fixed since the previous release.</p>
                             </blockquote>
         </td></tr>
     </table>
@@ -382,6 +369,7 @@
         <blockquote class="subsectionBody">
                                     <p>Many of the additional components found in the Addons and Sandbox have individual documentation files, which 
       you can access from the <a href="sandbox.html">Addons and Sandbox</a> page</p>
+                                                <p>Note: Many of these have not (yet) been updated for UIMA V3.</p>
                             </blockquote>
         </td></tr>
     </table>

Modified: uima/site/trunk/uima-website/docs/downloads.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/downloads.html?rev=1825941&r1=1825940&r2=1825941&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/downloads.html (original)
+++ uima/site/trunk/uima-website/docs/downloads.html Mon Mar  5 20:56:20 2018
@@ -256,8 +256,18 @@ Thus they must be untarred with a GNU co
       </td></tr>
       <tr><td>
         <blockquote class="subsectionBody">
-                                    <p>You can install current releases of the UIMA Eclipse tooling via our Eclipse update site: 
+                                    <p>You can install current releases of the UIMA Eclipse tooling via our Eclipse update site.  
+There are two update sites: one is for versions of plugins for UIMA version 2, the other is for version 3 plugins.
+</p>
+                                                <ul>
+<li>Version 3:
+<a href="https://www.apache.org/dist/uima/eclipse-update-site-v3/">https://www.apache.org/dist/uima/eclipse-update-site-v3/</a>.
+</li>
+<li>Version 2:  
 <a href="https://www.apache.org/dist/uima/eclipse-update-site/">https://www.apache.org/dist/uima/eclipse-update-site/</a>.
+</li>
+</ul>
+                                                <p>
 Older releases are at Apache's archive for releases, and you can find links to them 
 <a href="eclipse-update-archives.html">here</a>.
 </p>
@@ -329,20 +339,19 @@ Other mirrors: <select name="Preferred">
                                         <div class="sectionTable">
       <table class="sectionTable">
         <tr><td>
-        <a name="Alpha and Beta levels for early adopters and testing"><h1><img src="images/UIMA_4sq50tightCropSolid.png"/>&nbsp;Alpha and Beta levels for early adopters and testing</h1></a>
+        <a name="Latest Official Releases"><h1><img src="images/UIMA_4sq50tightCropSolid.png"/>&nbsp;Latest Official Releases</h1></a>
       </td></tr>
       <tr><td>
         <blockquote class="sectionBody">
-                                    <p>Occasionally, we release alpha and beta levels of upcoming versions, in order to gain feedback from a wider
-    community.  These early versions are less stable than normal releases, and should not be used for production work.
-  </p>
+                                    <p>Note that some older releases appear under the "Latest" because they contain
+     the latest release of some of the components included in that version. </p>
                                                       <table class="subsectionTable">
         <tr><td>
        
        
        
-          <a name="Apache UIMA Version 3.0.0-beta">
-            <h2>Apache UIMA Version 3.0.0-beta
+          <a name="Apache UIMA Version 3.0.0">
+            <h2>Apache UIMA Version 3.0.0
                         </h2>
           </a>
       </td></tr>
@@ -351,21 +360,22 @@ Other mirrors: <select name="Preferred">
                                     <p>UIMA V3 is a re-implementation of the core Java version.  It represents Feature Structures as Java Objects,
        allowing them to be Garbage Collected, for example.  It depends on and exploits many Java 8 features.
     </p>
-                                                <p>This is the beta version of 3.0.0.  It requires Java 8.  This version is expected to have 
-       stabilized the user-facing APIs, and is the last planned release before the official 3.0.0 release.  
-    </p>
+                                                <p>The JCas implementation changed, and JCas classes (if used) will need to be migrated.  The V3 users guide describes
+      a migration tool to aid in this process.</p>
                                                 <p>There are many new features, described in 
-      <a target="_blank" href="https://uima.apache.org/d/uimaj-3.0.0-beta/version_3_users_guide.html#uv3.overview.new">
+      <a target="_blank" href="https://uima.apache.org/d/uimaj-3.0.0/version_3_users_guide.html#uv3.overview.new">
       this overview</a>.  For more details, please see the documentation for version 3, which can be found 
-      <a target="_blank" href="https://uima.apache.org/d/uimaj-3.0.0-beta/version_3_users_guide.html">here.</a>
-      Changes since the first alpha version are mainly involving an update to the logging framework; see
-      the <a target="_blank" href="../d/uimaj-3.0.0-beta/RELEASE_NOTES.html">Release Notes</a> for details.
+      <a target="_blank" href="https://uima.apache.org/d/uimaj-3.0.0/version_3_users_guide.html">here.</a>
+      Changes since the beta version are listed in the 
+      <a target="_blank" href="../d/uimaj-3.0.0/RELEASE_NOTES.html">Release Notes</a>.
     </p>
-                                                <p>A version of the Eclipse plugin tooling is available, at a special eclipse update
-       site, <a target="_blank" href="https://www.apache.org/dist/uima/eclipse-update-site/uimaj-v3-pre-production">
-       https://www.apache.org/dist/uima/eclipse-update-site/uimaj-v3-pre-production
-       </a>.  Its version of the JCasGen plugin will generate V3 JCas classes.
+                                                <p>Version 3 has updated Eclipse plugin tooling, available
+       at <a target="_blank" href="https://www.apache.org/dist/uima/eclipse-update-site-v3">
+       https://www.apache.org/dist/uima/eclipse-update-site-v3</a>.  
+       This site's version of the JCasGen plugin will generate V3 JCas classes.
     </p>
+                                                <p>Other components built upon the UIMA Java SDK will not (yet) run with version 3, until 
+      migrated versions of these are released.</p>
                                                   
       
       
@@ -382,40 +392,40 @@ Other mirrors: <select name="Preferred">
             
       <tr>
         <td class="downloadtitle"><h3 class="downloadartifact">
-                      <a href="../d/uimaj-3.0.0-beta/RELEASE_NOTES.html">
+                      <a href="../d/uimaj-3.0.0/RELEASE_NOTES.html">
               UIMA Java framework & SDK</a></h3></td>
           
         <td>
-                                    <div class="htmltxt"><a href='../d/uimaj-3.0.0-beta/RELEASE_NOTES.html'>html</a></div>
+                                    <div class="htmltxt"><a href='../d/uimaj-3.0.0/RELEASE_NOTES.html'>html</a></div>
                               </td>
         <td>
                                 <table class="downloadentries">
               <tr>
-     <td><a href='[preferred]/uima//uimaj-3.0.0-beta/uimaj-3.0.0-beta-bin.zip'>zip</a></td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-3.0.0-beta/uimaj-3.0.0-beta-bin.zip.asc'>asc</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-3.0.0-beta/uimaj-3.0.0-beta-bin.zip.md5'>md5</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-3.0.0-beta/uimaj-3.0.0-beta-bin.zip.sha1'>sha1</a>]</td>
+     <td><a href='[preferred]/uima//uimaj-3.0.0/uimaj-3.0.0-bin.zip'>zip</a></td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-3.0.0/uimaj-3.0.0-bin.zip.asc'>asc</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-3.0.0/uimaj-3.0.0-bin.zip.md5'>md5</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-3.0.0/uimaj-3.0.0-bin.zip.sha1'>sha1</a>]</td>
          </tr>
               <tr>
-     <td><a href='[preferred]/uima//uimaj-3.0.0-beta/uimaj-3.0.0-beta-bin.tar.gz'>tar.gz</a></td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-3.0.0-beta/uimaj-3.0.0-beta-bin.tar.gz.asc'>asc</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-3.0.0-beta/uimaj-3.0.0-beta-bin.tar.gz.md5'>md5</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-3.0.0-beta/uimaj-3.0.0-beta-bin.tar.gz.sha1'>sha1</a>]</td>
+     <td><a href='[preferred]/uima//uimaj-3.0.0/uimaj-3.0.0-bin.tar.gz'>tar.gz</a></td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-3.0.0/uimaj-3.0.0-bin.tar.gz.asc'>asc</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-3.0.0/uimaj-3.0.0-bin.tar.gz.md5'>md5</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-3.0.0/uimaj-3.0.0-bin.tar.gz.sha1'>sha1</a>]</td>
          </tr>
     </table>
                           </td>
                 <td>
                                 <table class="downloadentries">
               <tr>
-     <td><a href='[preferred]/uima//uimaj-3.0.0-beta/uimaj-3.0.0-beta-source-release.zip'>zip</a></td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-3.0.0-beta/uimaj-3.0.0-beta-source-release.zip.asc'>asc</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-3.0.0-beta/uimaj-3.0.0-beta-source-release.zip.md5'>md5</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-3.0.0-beta/uimaj-3.0.0-beta-source-release.zip.sha1'>sha1</a>]</td>
+     <td><a href='[preferred]/uima//uimaj-3.0.0/uimaj-3.0.0-source-release.zip'>zip</a></td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-3.0.0/uimaj-3.0.0-source-release.zip.asc'>asc</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-3.0.0/uimaj-3.0.0-source-release.zip.md5'>md5</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-3.0.0/uimaj-3.0.0-source-release.zip.sha1'>sha1</a>]</td>
          </tr>
     </table>
                           </td>
                 <td>
-          <div class="htmltxt">09-Nov-2017</div>
+          <div class="htmltxt">05-Mar-2018</div>
         </td>
               </tr>
     
@@ -446,19 +456,6 @@ Other mirrors: <select name="Preferred">
                                   </blockquote>
         </td></tr>
     </table>
-                            </blockquote>
-        </p>
-      </td></tr>
-    </table>
-                                        <div class="sectionTable">
-      <table class="sectionTable">
-        <tr><td>
-        <a name="Latest Official Releases"><h1><img src="images/UIMA_4sq50tightCropSolid.png"/>&nbsp;Latest Official Releases</h1></a>
-      </td></tr>
-      <tr><td>
-        <blockquote class="sectionBody">
-                                    <p>Note that some older releases appear under the "Latest" because they contain
-     the latest release of some of the components included in that version. </p>
                                                       <table class="subsectionTable">
         <tr><td>
        
@@ -471,7 +468,9 @@ Other mirrors: <select name="Preferred">
       </td></tr>
       <tr><td>
         <blockquote class="subsectionBody">
-                                      
+                                    <p>This is the latest version of Version 2 of the UIMA Java SDK, and UIMA-AS. Other components built upon
+    the UIMA Java SDK are built to be compatible with this version.</p>
+                                                  
       
       
       
@@ -693,149 +692,6 @@ Other mirrors: <select name="Preferred">
        
        
        
-          <a name="Apache UIMA Version 2.9.0">
-            <h2>Apache UIMA Version 2.9.0
-                        </h2>
-          </a>
-      </td></tr>
-      <tr><td>
-        <blockquote class="subsectionBody">
-                                      
-      
-      
-      
-      
-            <table class="downloads">
-    <tr>
-      <th>Artifact</th>
-      <th>Release <br/> Notes</th>
-      <th>Binary</th>
-      <th>Source</th>
-              <th>Release Date</th>
-          </tr>
-
-                
-            
-      <tr>
-        <td class="downloadtitle"><h3 class="downloadartifact">
-                      <a href="../d/uima-as-2.9.0/RELEASE_NOTES.html">
-              UIMA AS Asynchronous Scaleout</a></h3></td>
-          
-        <td>
-                                    <div class="htmltxt"><a href='../d/uima-as-2.9.0/RELEASE_NOTES.html'>html</a></div>
-                              </td>
-        <td>
-                                <table class="downloadentries">
-              <tr>
-     <td><a href='[preferred]/uima//uima-as-2.9.0/uima-as-2.9.0-bin.zip'>zip</a></td>
-     <td>[<a href='https://www.apache.org/dist/uima//uima-as-2.9.0/uima-as-2.9.0-bin.zip.asc'>asc</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uima-as-2.9.0/uima-as-2.9.0-bin.zip.md5'>md5</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uima-as-2.9.0/uima-as-2.9.0-bin.zip.sha1'>sha1</a>]</td>
-         </tr>
-              <tr>
-     <td><a href='[preferred]/uima//uima-as-2.9.0/uima-as-2.9.0-bin.tar.gz'>tar.gz</a></td>
-     <td>[<a href='https://www.apache.org/dist/uima//uima-as-2.9.0/uima-as-2.9.0-bin.tar.gz.asc'>asc</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uima-as-2.9.0/uima-as-2.9.0-bin.tar.gz.md5'>md5</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uima-as-2.9.0/uima-as-2.9.0-bin.tar.gz.sha1'>sha1</a>]</td>
-         </tr>
-    </table>
-                          </td>
-                <td>
-                                <table class="downloadentries">
-              <tr>
-     <td><a href='[preferred]/uima//uima-as-2.9.0/uima-as-2.9.0-source-release.zip'>zip</a></td>
-     <td>[<a href='https://www.apache.org/dist/uima//uima-as-2.9.0/uima-as-2.9.0-source-release.zip.asc'>asc</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uima-as-2.9.0/uima-as-2.9.0-source-release.zip.md5'>md5</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uima-as-2.9.0/uima-as-2.9.0-source-release.zip.sha1'>sha1</a>]</td>
-         </tr>
-    </table>
-                          </td>
-                <td>
-          <div class="htmltxt">15-Dec-2016</div>
-        </td>
-              </tr>
-    
-  </table>  
-      
-      
-      
-      
-            <table class="downloads">
-    <tr>
-      <th>Artifact</th>
-      <th>Release <br/> Notes</th>
-      <th>Binary</th>
-      <th>Source</th>
-              <th>Release Date</th>
-          </tr>
-
-                
-            
-      <tr>
-        <td class="downloadtitle"><h3 class="downloadartifact">
-                      <a href="../d/uimaj-2.9.0/RELEASE_NOTES.html">
-              UIMA Java framework & SDK</a></h3></td>
-          
-        <td>
-                                    <div class="htmltxt"><a href='../d/uimaj-2.9.0/RELEASE_NOTES.html'>html</a></div>
-                              </td>
-        <td>
-                                <table class="downloadentries">
-              <tr>
-     <td><a href='[preferred]/uima//uimaj-2.9.0/uimaj-2.9.0-bin.zip'>zip</a></td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.9.0/uimaj-2.9.0-bin.zip.asc'>asc</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.9.0/uimaj-2.9.0-bin.zip.md5'>md5</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.9.0/uimaj-2.9.0-bin.zip.sha1'>sha1</a>]</td>
-         </tr>
-              <tr>
-     <td><a href='[preferred]/uima//uimaj-2.9.0/uimaj-2.9.0-bin.tar.gz'>tar.gz</a></td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.9.0/uimaj-2.9.0-bin.tar.gz.asc'>asc</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.9.0/uimaj-2.9.0-bin.tar.gz.md5'>md5</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.9.0/uimaj-2.9.0-bin.tar.gz.sha1'>sha1</a>]</td>
-         </tr>
-    </table>
-                          </td>
-                <td>
-                                <table class="downloadentries">
-              <tr>
-     <td><a href='[preferred]/uima//uimaj-2.9.0/uimaj-2.9.0-source-release.zip'>zip</a></td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.9.0/uimaj-2.9.0-source-release.zip.asc'>asc</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.9.0/uimaj-2.9.0-source-release.zip.md5'>md5</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.9.0/uimaj-2.9.0-source-release.zip.sha1'>sha1</a>]</td>
-         </tr>
-    </table>
-                          </td>
-                <td>
-          <div class="htmltxt">30-Aug-2016</div>
-        </td>
-              </tr>
-    
-  </table>  
-      
-      
-      
-      
-      
-      
-      
-      
-      
-      
-      
-      
-      
-      
-      
-      
-      
-                                  </blockquote>
-        </td></tr>
-    </table>
-                                                      <table class="subsectionTable">
-        <tr><td>
-       
-       
-       
           <a name="Apache UIMA Version 2.4.0">
             <h2>Apache UIMA Version 2.4.0
                         </h2>
@@ -1207,13 +1063,24 @@ Other mirrors: <select name="Preferred">
                                   </blockquote>
         </td></tr>
     </table>
-                                                      <table class="subsectionTable">
+                            </blockquote>
+        </p>
+      </td></tr>
+    </table>
+                                        <div class="sectionTable">
+      <table class="sectionTable">
+        <tr><td>
+        <a name="Older Releases"><h1><img src="images/UIMA_4sq50tightCropSolid.png"/>&nbsp;Older Releases</h1></a>
+      </td></tr>
+      <tr><td>
+        <blockquote class="sectionBody">
+                                          <table class="subsectionTable">
         <tr><td>
        
        
        
-          <a name="Apache UIMA DUCC Version 2.2.0">
-            <h2>Apache UIMA DUCC Version 2.2.0
+          <a name="Apache UIMA Version 2.10.1">
+            <h2>Apache UIMA Version 2.10.1
                         </h2>
           </a>
       </td></tr>
@@ -1221,6 +1088,11 @@ Other mirrors: <select name="Preferred">
         <blockquote class="subsectionBody">
                                       
       
+      
+      
+      
+      
+      
             <table class="downloads">
     <tr>
       <th>Artifact</th>
@@ -1234,34 +1106,40 @@ Other mirrors: <select name="Preferred">
             
       <tr>
         <td class="downloadtitle"><h3 class="downloadartifact">
-                      <a href="../d/uima-ducc-2.2.0/RELEASE_NOTES.html">
-              UIMA DUCC</a></h3></td>
+                      <a href="../d/uimaj-2.10.1/RELEASE_NOTES.html">
+              UIMA Java framework & SDK</a></h3></td>
           
         <td>
-                                    <div class="htmltxt"><a href='../d/uima-ducc-2.2.0/RELEASE_NOTES.html'>html</a></div>
+                                    <div class="htmltxt"><a href='../d/uimaj-2.10.1/RELEASE_NOTES.html'>html</a></div>
                               </td>
         <td>
                                 <table class="downloadentries">
               <tr>
-     <td><a href='[preferred]/uima//uima-ducc-2.2.0/uima-ducc-2.2.0-bin.tar.gz'>tar.gz</a></td>
-     <td>[<a href='https://www.apache.org/dist/uima//uima-ducc-2.2.0/uima-ducc-2.2.0-bin.tar.gz.asc'>asc</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uima-ducc-2.2.0/uima-ducc-2.2.0-bin.tar.gz.md5'>md5</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uima-ducc-2.2.0/uima-ducc-2.2.0-bin.tar.gz.sha1'>sha1</a>]</td>
+     <td><a href='[preferred]/uima//uimaj-2.10.1/uimaj-2.10.1-bin.zip'>zip</a></td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.1/uimaj-2.10.1-bin.zip.asc'>asc</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.1/uimaj-2.10.1-bin.zip.md5'>md5</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.1/uimaj-2.10.1-bin.zip.sha1'>sha1</a>]</td>
+         </tr>
+              <tr>
+     <td><a href='[preferred]/uima//uimaj-2.10.1/uimaj-2.10.1-bin.tar.gz'>tar.gz</a></td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.1/uimaj-2.10.1-bin.tar.gz.asc'>asc</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.1/uimaj-2.10.1-bin.tar.gz.md5'>md5</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.1/uimaj-2.10.1-bin.tar.gz.sha1'>sha1</a>]</td>
          </tr>
     </table>
                           </td>
                 <td>
                                 <table class="downloadentries">
               <tr>
-     <td><a href='[preferred]/uima//uima-ducc-2.2.0/uima-ducc-2.2.0-source-release.zip'>zip</a></td>
-     <td>[<a href='https://www.apache.org/dist/uima//uima-ducc-2.2.0/uima-ducc-2.2.0-source-release.zip.asc'>asc</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uima-ducc-2.2.0/uima-ducc-2.2.0-source-release.zip.md5'>md5</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uima-ducc-2.2.0/uima-ducc-2.2.0-source-release.zip.sha1'>sha1</a>]</td>
+     <td><a href='[preferred]/uima//uimaj-2.10.1/uimaj-2.10.1-source-release.zip'>zip</a></td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.1/uimaj-2.10.1-source-release.zip.asc'>asc</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.1/uimaj-2.10.1-source-release.zip.md5'>md5</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.1/uimaj-2.10.1-source-release.zip.sha1'>sha1</a>]</td>
          </tr>
     </table>
                           </td>
                 <td>
-          <div class="htmltxt">23-Feb-2017</div>
+          <div class="htmltxt">29-Aug-2017</div>
         </td>
               </tr>
     
@@ -1285,32 +1163,16 @@ Other mirrors: <select name="Preferred">
       
       
       
-      
-      
-      
-      
-      
                                   </blockquote>
         </td></tr>
     </table>
-                            </blockquote>
-        </p>
-      </td></tr>
-    </table>
-                                        <div class="sectionTable">
-      <table class="sectionTable">
-        <tr><td>
-        <a name="Older Releases"><h1><img src="images/UIMA_4sq50tightCropSolid.png"/>&nbsp;Older Releases</h1></a>
-      </td></tr>
-      <tr><td>
-        <blockquote class="sectionBody">
-                                          <table class="subsectionTable">
+                                                      <table class="subsectionTable">
         <tr><td>
        
        
        
-          <a name="Apache UIMA Version 2.10.1">
-            <h2>Apache UIMA Version 2.10.1
+          <a name="Apache UIMA Version 2.10.0">
+            <h2>Apache UIMA Version 2.10.0
                         </h2>
           </a>
       </td></tr>
@@ -1322,7 +1184,6 @@ Other mirrors: <select name="Preferred">
       
       
       
-      
             <table class="downloads">
     <tr>
       <th>Artifact</th>
@@ -1336,40 +1197,40 @@ Other mirrors: <select name="Preferred">
             
       <tr>
         <td class="downloadtitle"><h3 class="downloadartifact">
-                      <a href="../d/uimaj-2.10.1/RELEASE_NOTES.html">
+                      <a href="../d/uimaj-2.10.0/RELEASE_NOTES.html">
               UIMA Java framework & SDK</a></h3></td>
           
         <td>
-                                    <div class="htmltxt"><a href='../d/uimaj-2.10.1/RELEASE_NOTES.html'>html</a></div>
+                                    <div class="htmltxt"><a href='../d/uimaj-2.10.0/RELEASE_NOTES.html'>html</a></div>
                               </td>
         <td>
                                 <table class="downloadentries">
               <tr>
-     <td><a href='[preferred]/uima//uimaj-2.10.1/uimaj-2.10.1-bin.zip'>zip</a></td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.1/uimaj-2.10.1-bin.zip.asc'>asc</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.1/uimaj-2.10.1-bin.zip.md5'>md5</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.1/uimaj-2.10.1-bin.zip.sha1'>sha1</a>]</td>
+     <td><a href='[preferred]/uima//uimaj-2.10.0/uimaj-2.10.0-bin.zip'>zip</a></td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.0/uimaj-2.10.0-bin.zip.asc'>asc</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.0/uimaj-2.10.0-bin.zip.md5'>md5</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.0/uimaj-2.10.0-bin.zip.sha1'>sha1</a>]</td>
          </tr>
               <tr>
-     <td><a href='[preferred]/uima//uimaj-2.10.1/uimaj-2.10.1-bin.tar.gz'>tar.gz</a></td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.1/uimaj-2.10.1-bin.tar.gz.asc'>asc</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.1/uimaj-2.10.1-bin.tar.gz.md5'>md5</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.1/uimaj-2.10.1-bin.tar.gz.sha1'>sha1</a>]</td>
+     <td><a href='[preferred]/uima//uimaj-2.10.0/uimaj-2.10.0-bin.tar.gz'>tar.gz</a></td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.0/uimaj-2.10.0-bin.tar.gz.asc'>asc</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.0/uimaj-2.10.0-bin.tar.gz.md5'>md5</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.0/uimaj-2.10.0-bin.tar.gz.sha1'>sha1</a>]</td>
          </tr>
     </table>
                           </td>
                 <td>
                                 <table class="downloadentries">
               <tr>
-     <td><a href='[preferred]/uima//uimaj-2.10.1/uimaj-2.10.1-source-release.zip'>zip</a></td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.1/uimaj-2.10.1-source-release.zip.asc'>asc</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.1/uimaj-2.10.1-source-release.zip.md5'>md5</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.1/uimaj-2.10.1-source-release.zip.sha1'>sha1</a>]</td>
+     <td><a href='[preferred]/uima//uimaj-2.10.0/uimaj-2.10.0-source-release.zip'>zip</a></td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.0/uimaj-2.10.0-source-release.zip.asc'>asc</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.0/uimaj-2.10.0-source-release.zip.md5'>md5</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.0/uimaj-2.10.0-source-release.zip.sha1'>sha1</a>]</td>
          </tr>
     </table>
                           </td>
                 <td>
-          <div class="htmltxt">29-Aug-2017</div>
+          <div class="htmltxt">04-Apr-2017</div>
         </td>
               </tr>
     
@@ -1393,6 +1254,7 @@ Other mirrors: <select name="Preferred">
       
       
       
+      
                                   </blockquote>
         </td></tr>
     </table>
@@ -1401,8 +1263,8 @@ Other mirrors: <select name="Preferred">
        
        
        
-          <a name="Apache UIMA Version 2.10.0">
-            <h2>Apache UIMA Version 2.10.0
+          <a name="Apache UIMA Version 2.9.0">
+            <h2>Apache UIMA Version 2.9.0
                         </h2>
           </a>
       </td></tr>
@@ -1413,7 +1275,6 @@ Other mirrors: <select name="Preferred">
       
       
       
-      
             <table class="downloads">
     <tr>
       <th>Artifact</th>
@@ -1427,40 +1288,40 @@ Other mirrors: <select name="Preferred">
             
       <tr>
         <td class="downloadtitle"><h3 class="downloadartifact">
-                      <a href="../d/uimaj-2.10.0/RELEASE_NOTES.html">
-              UIMA Java framework & SDK</a></h3></td>
+                      <a href="../d/uima-as-2.9.0/RELEASE_NOTES.html">
+              UIMA AS Asynchronous Scaleout</a></h3></td>
           
         <td>
-                                    <div class="htmltxt"><a href='../d/uimaj-2.10.0/RELEASE_NOTES.html'>html</a></div>
+                                    <div class="htmltxt"><a href='../d/uima-as-2.9.0/RELEASE_NOTES.html'>html</a></div>
                               </td>
         <td>
                                 <table class="downloadentries">
               <tr>
-     <td><a href='[preferred]/uima//uimaj-2.10.0/uimaj-2.10.0-bin.zip'>zip</a></td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.0/uimaj-2.10.0-bin.zip.asc'>asc</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.0/uimaj-2.10.0-bin.zip.md5'>md5</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.0/uimaj-2.10.0-bin.zip.sha1'>sha1</a>]</td>
+     <td><a href='[preferred]/uima//uima-as-2.9.0/uima-as-2.9.0-bin.zip'>zip</a></td>
+     <td>[<a href='https://www.apache.org/dist/uima//uima-as-2.9.0/uima-as-2.9.0-bin.zip.asc'>asc</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uima-as-2.9.0/uima-as-2.9.0-bin.zip.md5'>md5</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uima-as-2.9.0/uima-as-2.9.0-bin.zip.sha1'>sha1</a>]</td>
          </tr>
               <tr>
-     <td><a href='[preferred]/uima//uimaj-2.10.0/uimaj-2.10.0-bin.tar.gz'>tar.gz</a></td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.0/uimaj-2.10.0-bin.tar.gz.asc'>asc</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.0/uimaj-2.10.0-bin.tar.gz.md5'>md5</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.0/uimaj-2.10.0-bin.tar.gz.sha1'>sha1</a>]</td>
+     <td><a href='[preferred]/uima//uima-as-2.9.0/uima-as-2.9.0-bin.tar.gz'>tar.gz</a></td>
+     <td>[<a href='https://www.apache.org/dist/uima//uima-as-2.9.0/uima-as-2.9.0-bin.tar.gz.asc'>asc</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uima-as-2.9.0/uima-as-2.9.0-bin.tar.gz.md5'>md5</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uima-as-2.9.0/uima-as-2.9.0-bin.tar.gz.sha1'>sha1</a>]</td>
          </tr>
     </table>
                           </td>
                 <td>
                                 <table class="downloadentries">
               <tr>
-     <td><a href='[preferred]/uima//uimaj-2.10.0/uimaj-2.10.0-source-release.zip'>zip</a></td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.0/uimaj-2.10.0-source-release.zip.asc'>asc</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.0/uimaj-2.10.0-source-release.zip.md5'>md5</a>]</td>
-     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.10.0/uimaj-2.10.0-source-release.zip.sha1'>sha1</a>]</td>
+     <td><a href='[preferred]/uima//uima-as-2.9.0/uima-as-2.9.0-source-release.zip'>zip</a></td>
+     <td>[<a href='https://www.apache.org/dist/uima//uima-as-2.9.0/uima-as-2.9.0-source-release.zip.asc'>asc</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uima-as-2.9.0/uima-as-2.9.0-source-release.zip.md5'>md5</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uima-as-2.9.0/uima-as-2.9.0-source-release.zip.sha1'>sha1</a>]</td>
          </tr>
     </table>
                           </td>
                 <td>
-          <div class="htmltxt">04-Apr-2017</div>
+          <div class="htmltxt">15-Dec-2016</div>
         </td>
               </tr>
     
@@ -1469,6 +1330,58 @@ Other mirrors: <select name="Preferred">
       
       
       
+            <table class="downloads">
+    <tr>
+      <th>Artifact</th>
+      <th>Release <br/> Notes</th>
+      <th>Binary</th>
+      <th>Source</th>
+              <th>Release Date</th>
+          </tr>
+
+                
+            
+      <tr>
+        <td class="downloadtitle"><h3 class="downloadartifact">
+                      <a href="../d/uimaj-2.9.0/RELEASE_NOTES.html">
+              UIMA Java framework & SDK</a></h3></td>
+          
+        <td>
+                                    <div class="htmltxt"><a href='../d/uimaj-2.9.0/RELEASE_NOTES.html'>html</a></div>
+                              </td>
+        <td>
+                                <table class="downloadentries">
+              <tr>
+     <td><a href='[preferred]/uima//uimaj-2.9.0/uimaj-2.9.0-bin.zip'>zip</a></td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.9.0/uimaj-2.9.0-bin.zip.asc'>asc</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.9.0/uimaj-2.9.0-bin.zip.md5'>md5</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.9.0/uimaj-2.9.0-bin.zip.sha1'>sha1</a>]</td>
+         </tr>
+              <tr>
+     <td><a href='[preferred]/uima//uimaj-2.9.0/uimaj-2.9.0-bin.tar.gz'>tar.gz</a></td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.9.0/uimaj-2.9.0-bin.tar.gz.asc'>asc</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.9.0/uimaj-2.9.0-bin.tar.gz.md5'>md5</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.9.0/uimaj-2.9.0-bin.tar.gz.sha1'>sha1</a>]</td>
+         </tr>
+    </table>
+                          </td>
+                <td>
+                                <table class="downloadentries">
+              <tr>
+     <td><a href='[preferred]/uima//uimaj-2.9.0/uimaj-2.9.0-source-release.zip'>zip</a></td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.9.0/uimaj-2.9.0-source-release.zip.asc'>asc</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.9.0/uimaj-2.9.0-source-release.zip.md5'>md5</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uimaj-2.9.0/uimaj-2.9.0-source-release.zip.sha1'>sha1</a>]</td>
+         </tr>
+    </table>
+                          </td>
+                <td>
+          <div class="htmltxt">30-Aug-2016</div>
+        </td>
+              </tr>
+    
+  </table>  
+      
       
       
       
@@ -1859,6 +1772,92 @@ Other mirrors: <select name="Preferred">
       
       
       
+      
+      
+      
+      
+      
+                                  </blockquote>
+        </td></tr>
+    </table>
+                                                      <table class="subsectionTable">
+        <tr><td>
+       
+       
+       
+          <a name="Apache UIMA DUCC Version 2.2.0">
+            <h2>Apache UIMA DUCC Version 2.2.0
+                        </h2>
+          </a>
+      </td></tr>
+      <tr><td>
+        <blockquote class="subsectionBody">
+                                      
+      
+            <table class="downloads">
+    <tr>
+      <th>Artifact</th>
+      <th>Release <br/> Notes</th>
+      <th>Binary</th>
+      <th>Source</th>
+              <th>Release Date</th>
+          </tr>
+
+                
+            
+      <tr>
+        <td class="downloadtitle"><h3 class="downloadartifact">
+                      <a href="../d/uima-ducc-2.2.0/RELEASE_NOTES.html">
+              UIMA DUCC</a></h3></td>
+          
+        <td>
+                                    <div class="htmltxt"><a href='../d/uima-ducc-2.2.0/RELEASE_NOTES.html'>html</a></div>
+                              </td>
+        <td>
+                                <table class="downloadentries">
+              <tr>
+     <td><a href='[preferred]/uima//uima-ducc-2.2.0/uima-ducc-2.2.0-bin.tar.gz'>tar.gz</a></td>
+     <td>[<a href='https://www.apache.org/dist/uima//uima-ducc-2.2.0/uima-ducc-2.2.0-bin.tar.gz.asc'>asc</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uima-ducc-2.2.0/uima-ducc-2.2.0-bin.tar.gz.md5'>md5</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uima-ducc-2.2.0/uima-ducc-2.2.0-bin.tar.gz.sha1'>sha1</a>]</td>
+         </tr>
+    </table>
+                          </td>
+                <td>
+                                <table class="downloadentries">
+              <tr>
+     <td><a href='[preferred]/uima//uima-ducc-2.2.0/uima-ducc-2.2.0-source-release.zip'>zip</a></td>
+     <td>[<a href='https://www.apache.org/dist/uima//uima-ducc-2.2.0/uima-ducc-2.2.0-source-release.zip.asc'>asc</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uima-ducc-2.2.0/uima-ducc-2.2.0-source-release.zip.md5'>md5</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//uima-ducc-2.2.0/uima-ducc-2.2.0-source-release.zip.sha1'>sha1</a>]</td>
+         </tr>
+    </table>
+                          </td>
+                <td>
+          <div class="htmltxt">23-Feb-2017</div>
+        </td>
+              </tr>
+    
+  </table>  
+      
+      
+      
+      
+      
+      
+      
+      
+      
+      
+      
+      
+      
+      
+      
+      
+      
+      
+      
       
       
       

Modified: uima/site/trunk/uima-website/docs/downloads/uv3/UIMA_V3_Programmers_Solutions.pptx
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/downloads/uv3/UIMA_V3_Programmers_Solutions.pptx?rev=1825941&r1=1825940&r2=1825941&view=diff
==============================================================================
Binary files - no diff available.

Modified: uima/site/trunk/uima-website/docs/news.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/news.html?rev=1825941&r1=1825940&r2=1825941&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/news.html (original)
+++ uima/site/trunk/uima-website/docs/news.html Mon Mar  5 20:56:20 2018
@@ -226,6 +226,13 @@
         <blockquote class="sectionBody">
                                           <table class="subsectionToc">
             <tr >
+      <td>05 Mar 2018</td>
+      <td><a href='#05 Mar 2018'>
+                  Apache UIMA Java SDK 3.0.0 released
+                </a>
+      </td>
+      </tr>  
+          <tr >
       <td>07 Feb 2018</td>
       <td><a href='#07 Feb 2018'>
                   Apache UIMA Asynchronous Scaleout (UIMA-AS) 2.10.2 released
@@ -692,6 +699,44 @@
         <tr><td>
        
        
+       
+          <a name="05 Mar 2018">
+            <h2>05 Mar 2018
+                        &ndash; Apache UIMA Java SDK 3.0.0 released
+                        </h2>
+          </a>
+      </td></tr>
+      <tr><td>
+        <blockquote class="subsectionBody">
+                                    <p>UIMA Java SDK 3.0.0 is a new version of the core Java UIMA SDK.
+         This version requires a migration for pre V3 versions which use JCas classes, which will take a little 
+         planning.  For those users who do not wish to migrate, please continue to use 2.10.2, which will 
+         continue to be maintained.</p>
+                                                <p>Version 3 re-implements Feature Structures as Java Objects; this allows them to be garbage collected.
+        Many of the internal data structures have been improved and several new capabilities have been added.
+       <a target="_blank" href="https://uima.apache.org/d/uimaj-3.0.0/version_3_users_guide.html#uv3.overview.new">  
+       <b>Here</b></a> is a brief overview of the new features, capabilities, and migration tooling.</p>
+                                                <p>Requirements: Java 8 and, for any user-defined JCas cover classes, regeneration or migration of those 
+       (a migration tool is provided).</p>
+                                                <p>Except for migration of user-defined JCas classes, this new version is designed to backwards compatible with existing
+          version 2 UIMA pipelines.  The    
+          <a target="_blank" href="https://uima.apache.org/d/uimaj-3.0.0-beta/version_3_users_guide.html">
+          Version 3 User's Guide</a> has more details.
+          The <a target="_blank" href="https://uima.apache.org/d/uimaj-3.0.0-beta/RELEASE_NOTES.html">Release Notes</a> 
+          describe what's changed since the last 3.0.0-beta release.
+       </p>
+                                                <p>The Eclipse update site is available, but located in a 
+          <a target="_blank" href="https://www.apache.org/dist/uima/eclipse-update-site-v3">different spot</a>,
+          in order to prevent accidentally installing v3; this version requires Java 8 and the JCasGen generates
+          v3 style classes.  If you want to use this and also need to keep using v2 components, please install these
+          Eclipse plugins into a separate, newly obtained eclipse download.</p>
+                            </blockquote>
+        </td></tr>
+    </table>
+                                                      <table class="subsectionTable">
+        <tr><td>
+       
+       
        
           <a name="07 Feb 2018">
             <h2>07 Feb 2018

Modified: uima/site/trunk/uima-website/docs/updating-website.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/updating-website.html?rev=1825941&r1=1825940&r2=1825941&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/updating-website.html (original)
+++ uima/site/trunk/uima-website/docs/updating-website.html Mon Mar  5 20:56:20 2018
@@ -478,8 +478,10 @@ can be iteratively developed.</p>
   </p>
                                                 <p>Occasionally this file will need updating. To update this file, do the following:
   <ul>
-    <li>"cd" to some spot to hold the svn checked-out files</li>
-    <li>Checkout just the top level files: <code>svn co --depth files https://dist.apache.org/repos/dist/release/uima</code></li>
+    <li>"cd" to some spot to hold the svn checked-out of the META file</li>
+    <li>Checkout an empty dir: <code>svn co https://dist.apache.org/repos/dist/release/uima  --depth empty</code></li>
+    <li>cd to the dir just checked out: cd uima</li>
+    <li>svn up META  - should download the META file only</li>
     <li>Edit the META file with any editor</li>
     <li>regenerate the .asc signature file for the new META file:
       <code>gpg -ba META</code>.  The -b says to do a detached signature, the -a says to do ascii-armor version.

Modified: uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-signing.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-signing.xml?rev=1825941&r1=1825940&r2=1825941&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-signing.xml (original)
+++ uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-signing.xml Mon Mar  5 20:56:20 2018
@@ -54,10 +54,11 @@ the uimav3 vs the v2 - looks
        requires a one-time code, which the portal will send to you.  (Note: I had to refresh my web browser in order to
        get the screen showing that option).  Once signed, in, make a signing set
        consisting of all of the Jars in target/eus-work/plugins and feature jars (feature jars must also be signed) 
-       (not the *.pack.gz files).  Test sign these and download them.
+       (not the *.pack.gz files, nor the  ..content nor ..artifact metadata Jars).  Test sign these and download them.
      </p>
      
-     <p>For safety, make a copy of the target/eus-work/plugins directory, and then update the .jar files in that directory
+     <p>For safety, the build process makes a copy of the target/eus-work/plugins directory.
+        Update the .jar files in that directory
        with the signed ones, overlaying the unsigned ones.</p>  
          
      <p>Then rebuild the update site by running <code>mvn antrun:run@make-subsite-after-signing</code>.  

Modified: uima/site/trunk/uima-website/xdocs/documentation.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/documentation.xml?rev=1825941&r1=1825940&r2=1825941&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/documentation.xml (original)
+++ uima/site/trunk/uima-website/xdocs/documentation.xml Mon Mar  5 20:56:20 2018
@@ -43,19 +43,35 @@
     </p>
   
   <subsection name="UIMA Java SDK and UIMA-AS Manuals and Guides" id="manuals_and_guides">
-       
+   
+   <p>There are two "current" versions of UIMA Java SDK.  The true "current" version is version 3.0.0, which
+      may require a migration step for existing UIMA applications.  Because of that potential migration step, we
+      will also list here the latest version of UIMA version 2.</p>    
+   
    <p>The UIMA Java SDK and UIMA-AS documentation is available in two formats (HTML and PDF).  Here are the latest versions:
    </p>
    <ul>
-     <li><a href="../d/uimaj-current/index.html">HTML online version - UIMA Java SDK</a></li>
+     <li><a href="../d/uimaj-current/index.html">HTML online version - UIMA Java SDK for version 3. Also includes an API Change report.</a></li>
+     <li><a href="../d/uimaj-2.10.2/index.html">HTML online version - UIMA Java SDK for version 2</a></li>
      <li><a href="../d/uima-as-2.10.2/uima_async_scaleout.html">HTML online version - UIMA Asynchronous Scaleout</a></li>       
    </ul>
    <p>PDF version for printing:</p> 
    <ul>
+     <li>UIMA SDK version 3</li>
+     <ul>
      <li><a href="../d/uimaj-current/overview_and_setup.pdf">Overview and Setup</a></li>
      <li><a href="../d/uimaj-current/tutorials_and_users_guides.pdf">Tutorials and Users&apos; Guides</a></li>
      <li><a href="../d/uimaj-current/tools.pdf">Tools</a></li>
      <li><a href="../d/uimaj-current/references.pdf">References</a></li>
+     <li><a href="../d/uimaj-current/version_3_users_guide.pdf"><b><i>(New) </i></b>Version 3 User's Guide</a></li>
+     </ul>
+     <li>UIMA SDK version 2</li>
+     <ul>
+     <li><a href="../d/uimaj-2.10.2/overview_and_setup.pdf">Overview and Setup</a></li>
+     <li><a href="../d/uimaj-2.10.2/tutorials_and_users_guides.pdf">Tutorials and Users&apos; Guides</a></li>
+     <li><a href="../d/uimaj-2.10.2/tools.pdf">Tools</a></li>
+     <li><a href="../d/uimaj-2.10.2/references.pdf">References</a></li>
+     </ul>
      <li><a href="../d/uima-as-2.10.2/uima_async_scaleout.pdf">UIMA Asynchronous Scaleout</a></li>
    </ul>
   
@@ -65,46 +81,11 @@
     
 
    <ul>
-     <li><a href="../d/uimaj-current/apidocs/index.html">JavaDoc online - UIMA Java SDK current-release</a></li>
+     <li><a href="../d/uimaj-current/apidocs/index.html">JavaDoc online - UIMA Java SDK current-release (version 3)</a></li>
+     <li><a href="../d/uimaj-2.10.2/apidocs/index.html">JavaDoc online - UIMA Java SDK current-release (version 2)</a></li>
      <li><a href="../d/uima-as-2.10.2/api-uima-as/index.html">JavaDoc online - UIMA-AS current-release</a></li>
    </ul>
    </p>
-
-   <h2>UIMA SDK 3.0.0-beta documentation</h2>
-   <p>The 3.0.0-beta release (not for production, but for wider testing) documents include an 
-      additional "book" describing the version 3 new and changed features, and the migration tooling.</p>
-
-   <ul>
-     <li><a href="../d/uimaj-3.0.0-beta/index.html">HTML online version - UIMA Java SDK</a></li>
-   </ul>
-   <p>PDF version for printing:</p> 
-   <ul>
-     <li><a href="../d/uimaj-3.0.0-beta/overview_and_setup.pdf">Overview and Setup</a></li>
-     <li><a href="../d/uimaj-3.0.0-beta/tutorials_and_users_guides.pdf">Tutorials and Users&apos; Guides</a></li>
-     <li><a href="../d/uimaj-3.0.0-beta/tools.pdf">Tools</a></li>
-     <li><a href="../d/uimaj-3.0.0-beta/references.pdf">References</a></li>
-     <li><a href="../d/uimaj-3.0.0-beta/version_3_users_guide.pdf"><b><i>(New) </i></b>Version 3 User's Guide</a></li>
-   </ul>
-  
-   <p>
-     Here is the JavaDoc for Version 3.0.0-beta.
-    
-   <ul>
-     <li><a href="../d/uimaj-3.0.0-beta/apidocs/index.html">JavaDoc online for Version 3.0.0-beta</a></li>
-   </ul>
-   </p>
-   
-   <h3>Release Notes</h3>
-		<p>Click <a href="../d/uimaj-3.0.0-beta/RELEASE_NOTES.html">RELEASE_NOTES.html</a> for the 3.0.0-beta Apache UIMA JAVA SDK
-		release notes.</p>
-		
-	 <h3>API changes for V3</h3>
-		<p>Click <a href="../d/uimaj-3.0.0-beta/uimaj-core/api-change-report/japicmp.html">api change report</a> 
-		for a report of the APIs in UIMA that were changed in this release, versus the 2.10.1 version.</p>
-		
-	 <h3>Issues Fixed</h3>
-		<p>Click <a href="../d/uimaj-3.0.0-beta/issuesFixed/jira-report.html">issues fixed</a> for the list of Jira issues fixed since the previous release.</p>
-
   
   <!--  TO BE DELETED 
   <p>The UIMA Documentation for version 2.4.2 of the UIMA SDK is here:</p>
@@ -196,6 +177,7 @@
   <subsection name="Annotators, Web Servers, Tooling, and more" id="sandbox">
     <p>Many of the additional components found in the Addons and Sandbox have individual documentation files, which 
       you can access from the <a href="sandbox.html">Addons and Sandbox</a> page</p>
+    <p>Note: Many of these have not (yet) been updated for UIMA V3.</p>
   </subsection>  
   <subsection name="Getting Started" id="getting_started">
    <p>

Modified: uima/site/trunk/uima-website/xdocs/downloads.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/downloads.xml?rev=1825941&r1=1825940&r2=1825941&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/downloads.xml (original)
+++ uima/site/trunk/uima-website/xdocs/downloads.xml Mon Mar  5 20:56:20 2018
@@ -53,8 +53,19 @@ Thus they must be untarred with a GNU co
   
 <subsection name="Eclipse Update Site">
 
-<p>You can install current releases of the UIMA Eclipse tooling via our Eclipse update site: 
+<p>You can install current releases of the UIMA Eclipse tooling via our Eclipse update site.  
+There are two update sites: one is for versions of plugins for UIMA version 2, the other is for version 3 plugins.
+</p>
+<ul>
+<li>Version 3:
+<a href="https://www.apache.org/dist/uima/eclipse-update-site-v3/">https://www.apache.org/dist/uima/eclipse-update-site-v3/</a>.
+</li>
+<li>Version 2:  
 <a href="https://www.apache.org/dist/uima/eclipse-update-site/">https://www.apache.org/dist/uima/eclipse-update-site/</a>.
+</li>
+</ul>
+
+<p>
 Older releases are at Apache's archive for releases, and you can find links to them 
 <a href="eclipse-update-archives.html">here</a>.
 </p>
@@ -103,56 +114,61 @@ Other mirrors: <select name="Preferred">
 
 <!-- add a subsection for the project version being released. Do not enter download info here, instead enter it in the stylesheets/project.xml file-->
 
+<!--
 <section name="Alpha and Beta levels for early adopters and testing">
   <p>Occasionally, we release alpha and beta levels of upcoming versions, in order to gain feedback from a wider
     community.  These early versions are less stable than normal releases, and should not be used for production work.
   </p>
   
-  <subsection name="Apache UIMA Version 3.0.0-beta">
+
+  
+</section>
+-->
+ 
+<section name="Latest Official Releases">  
+
+  <p>Note that some older releases appear under the "Latest" because they contain
+     the latest release of some of the components included in that version. </p>
+
+  <subsection name="Apache UIMA Version 3.0.0">
     <p>UIMA V3 is a re-implementation of the core Java version.  It represents Feature Structures as Java Objects,
        allowing them to be Garbage Collected, for example.  It depends on and exploits many Java 8 features.
     </p>
-    <p>This is the beta version of 3.0.0.  It requires Java 8.  This version is expected to have 
-       stabilized the user-facing APIs, and is the last planned release before the official 3.0.0 release.  
-    </p>
+    
+    <p>The JCas implementation changed, and JCas classes (if used) will need to be migrated.  The V3 users guide describes
+      a migration tool to aid in this process.</p>
     
     <p>There are many new features, described in 
-      <a target="_blank" href="https://uima.apache.org/d/uimaj-3.0.0-beta/version_3_users_guide.html#uv3.overview.new">
+      <a target="_blank" href="https://uima.apache.org/d/uimaj-3.0.0/version_3_users_guide.html#uv3.overview.new">
       this overview</a>.  For more details, please see the documentation for version 3, which can be found 
-      <a target="_blank" href="https://uima.apache.org/d/uimaj-3.0.0-beta/version_3_users_guide.html">here.</a>
-      Changes since the first alpha version are mainly involving an update to the logging framework; see
-      the <a target="_blank" href="../d/uimaj-3.0.0-beta/RELEASE_NOTES.html">Release Notes</a> for details.
+      <a target="_blank" href="https://uima.apache.org/d/uimaj-3.0.0/version_3_users_guide.html">here.</a>
+      Changes since the beta version are listed in the 
+      <a target="_blank" href="../d/uimaj-3.0.0/RELEASE_NOTES.html">Release Notes</a>.
     </p>
     
-    <p>A version of the Eclipse plugin tooling is available, at a special eclipse update
-       site, <a target="_blank" href="https://www.apache.org/dist/uima/eclipse-update-site/uimaj-v3-pre-production">
-       https://www.apache.org/dist/uima/eclipse-update-site/uimaj-v3-pre-production
-       </a>.  Its version of the JCasGen plugin will generate V3 JCas classes.
+    <p>Version 3 has updated Eclipse plugin tooling, available
+       at <a target="_blank" href="https://www.apache.org/dist/uima/eclipse-update-site-v3">
+       https://www.apache.org/dist/uima/eclipse-update-site-v3</a>.  
+       This site's version of the JCasGen plugin will generate V3 JCas classes.
     </p>
     
-    <insertDownloads version="3.0.0-beta"/>
+    <p>Other components built upon the UIMA Java SDK will not (yet) run with version 3, until 
+      migrated versions of these are released.</p>
+      
+    <insertDownloads version="3.0.0"/>
   </subsection>
   
-</section>
- 
-<section name="Latest Official Releases">  
-
-  <p>Note that some older releases appear under the "Latest" because they contain
-     the latest release of some of the components included in that version. </p>
-
  <subsection name="Apache UIMA Version 2.10.2">
+   <p>This is the latest version of Version 2 of the UIMA Java SDK, and UIMA-AS. Other components built upon
+    the UIMA Java SDK are built to be compatible with this version.</p>
+   
     <insertDownloads version="2.10.2"/>
   </subsection>
   
   <subsection name="Apache UIMA DUCC Version 2.2.1">
     <insertDownloads version="2.2.1"/>
   </subsection>
-  
-  <!-- includes latest uima-as release -->
-  <subsection name="Apache UIMA Version 2.9.0">
-    <insertDownloads version="2.9.0"/>
-  </subsection>
-  
+    
   <!-- includes latest uima-c++ release -->
   <subsection name="Apache UIMA Version 2.4.0">
     <insertDownloads version="2.4.0"/>
@@ -166,10 +182,6 @@ Other mirrors: <select name="Preferred">
     <insertDownloads version="Ruta"/>
   </subsection>
 
-  <subsection name="Apache UIMA DUCC Version 2.2.0">
-    <insertDownloads version="2.2.0"/>
-  </subsection>
-
 </section> 
 
 <section name="Older Releases">
@@ -182,6 +194,11 @@ Other mirrors: <select name="Preferred">
     <insertDownloads version="2.10.0"/>
   </subsection>
 
+  <!-- includes latest uima-as release -->
+  <subsection name="Apache UIMA Version 2.9.0">
+    <insertDownloads version="2.9.0"/>
+  </subsection>
+
   <subsection name="Apache UIMA Version 2.8.1">
     <p>Note: This version replaces 2.8.0 with bug fixes, and 2.8.0 is only available in the archives.</p>
     <insertDownloads version="2.8.1"/>
@@ -207,6 +224,9 @@ Other mirrors: <select name="Preferred">
   <p>The 2.4.1 of the UIMA Java SDK has been replaced by the 2.4.2 version above. There was no UIMA-AS version 2.4.1 released.</p>
   -->
   
+  <subsection name="Apache UIMA DUCC Version 2.2.0">
+    <insertDownloads version="2.2.0"/>
+  </subsection>
   
   <subsection name="Apache UIMA DUCC Version 2.1.0">
     <insertDownloads version="2.1.0"/>

Modified: uima/site/trunk/uima-website/xdocs/news.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/news.xml?rev=1825941&r1=1825940&r2=1825941&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/news.xml (original)
+++ uima/site/trunk/uima-website/xdocs/news.xml Mon Mar  5 20:56:20 2018
@@ -34,6 +34,36 @@
 		<section name="Apache UIMA News">
     <subsectionToc/>
 
+    <subsection name="05 Mar 2018" date = "05 Mar 2018" title="Apache UIMA Java SDK 3.0.0 released">
+      <p>UIMA Java SDK 3.0.0 is a new version of the core Java UIMA SDK.
+         This version requires a migration for pre V3 versions which use JCas classes, which will take a little 
+         planning.  For those users who do not wish to migrate, please continue to use 2.10.2, which will 
+         continue to be maintained.</p>
+         
+      <p>Version 3 re-implements Feature Structures as Java Objects; this allows them to be garbage collected.
+        Many of the internal data structures have been improved and several new capabilities have been added.
+       <a target="_blank" href="https://uima.apache.org/d/uimaj-3.0.0/version_3_users_guide.html#uv3.overview.new">  
+       <b>Here</b></a> is a brief overview of the new features, capabilities, and migration tooling.</p>
+         
+       <p>Requirements: Java 8 and, for any user-defined JCas cover classes, regeneration or migration of those 
+       (a migration tool is provided).</p>  
+       
+       <p>Except for migration of user-defined JCas classes, this new version is designed to backwards compatible with existing
+          version 2 UIMA pipelines.  The    
+          <a target="_blank" href="https://uima.apache.org/d/uimaj-3.0.0-beta/version_3_users_guide.html">
+          Version 3 User's Guide</a> has more details.
+          The <a target="_blank" href="https://uima.apache.org/d/uimaj-3.0.0-beta/RELEASE_NOTES.html">Release Notes</a> 
+          describe what's changed since the last 3.0.0-beta release.
+       </p>
+       
+       <p>The Eclipse update site is available, but located in a 
+          <a target="_blank" href="https://www.apache.org/dist/uima/eclipse-update-site-v3">different spot</a>,
+          in order to prevent accidentally installing v3; this version requires Java 8 and the JCasGen generates
+          v3 style classes.  If you want to use this and also need to keep using v2 components, please install these
+          Eclipse plugins into a separate, newly obtained eclipse download.</p>
+       
+    </subsection>
+    
     <subsection name="07 Feb 2018" date = "07 Feb 2018" title="Apache UIMA Asynchronous Scaleout (UIMA-AS) 2.10.2 released">
       <p>UIMA AS 2.10.2 is a maintenance release that contains fixes and improvements over UIMA-AS 2.9.0.
       </p><p>

Modified: uima/site/trunk/uima-website/xdocs/stylesheets/project.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/stylesheets/project.xml?rev=1825941&r1=1825940&r2=1825941&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/stylesheets/project.xml (original)
+++ uima/site/trunk/uima-website/xdocs/stylesheets/project.xml Mon Mar  5 20:56:20 2018
@@ -106,6 +106,16 @@
     </download>
   </downloads>
   
+  <downloads version="3.0.0" title="Apache UIMA Version 3.0.0" withreleasedate="true">
+    <download name="UIMA Java framework &amp; SDK" subdirectory="uimaj-3.0.0" releasedate="05-Mar-2018">
+      <releasenotes filename="uimaj-3.0.0/RELEASE_NOTES">           <f>html</f>                </releasenotes>
+      <binary       filename="uimaj-3.0.0-bin">                     <f>zip</f>  <f>tar.gz</f>  </binary>   
+      <source       filename="uimaj-3.0.0-source-release">          <f>zip</f>  </source>
+    </download>
+  </downloads>
+
+  
+  <!-- 
    <downloads version="3.0.0-beta" title="Apache UIMA Version 3.0.0-beta" withreleasedate="true">
     <download name="UIMA Java framework &amp; SDK" subdirectory="uimaj-3.0.0-beta" releasedate="09-Nov-2017">
       <releasenotes filename="uimaj-3.0.0-beta/RELEASE_NOTES">           <f>html</f>                </releasenotes>
@@ -113,8 +123,6 @@
       <source       filename="uimaj-3.0.0-beta-source-release">          <f>zip</f>  </source>
     </download>
   </downloads>
-  
-  <!-- 
   <downloads version="3.0.0-alpha02" title="Apache UIMA Version 3.0.0-alpha02" withreleasedate="true">
     <download name="UIMA Java framework &amp; SDK" subdirectory="uimaj-3.0.0-alpha02" releasedate="19-Mar-2017">
       <releasenotes filename="uimaj-3.0.0-alpha02/RELEASE_NOTES">           <f>html</f>                </releasenotes>

Modified: uima/site/trunk/uima-website/xdocs/updating-website.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/updating-website.xml?rev=1825941&r1=1825940&r2=1825941&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/updating-website.xml (original)
+++ uima/site/trunk/uima-website/xdocs/updating-website.xml Mon Mar  5 20:56:20 2018
@@ -159,8 +159,10 @@ can be iteratively developed.</p>
   
   <p>Occasionally this file will need updating. To update this file, do the following:
   <ul>
-    <li>"cd" to some spot to hold the svn checked-out files</li>
-    <li>Checkout just the top level files: <code>svn co --depth files https://dist.apache.org/repos/dist/release/uima</code></li>
+    <li>"cd" to some spot to hold the svn checked-out of the META file</li>
+    <li>Checkout an empty dir: <code>svn co https://dist.apache.org/repos/dist/release/uima  --depth empty</code></li>
+    <li>cd to the dir just checked out: cd uima</li>
+    <li>svn up META  - should download the META file only</li>
     <li>Edit the META file with any editor</li>
     <li>regenerate the .asc signature file for the new META file:
       <code>gpg -ba META</code>.  The -b says to do a detached signature, the -a says to do ascii-armor version.