Author: pkluegl
Date: Tue Sep 23 13:47:36 2014
New Revision: 1627029

URL: http://svn.apache.org/r1627029
Log:
no jira - updated download and ruta page (also added an eclipse version mention)

Modified:
    uima/site/trunk/uima-website/docs/downloads.html
    uima/site/trunk/uima-website/docs/ruta.html
    uima/site/trunk/uima-website/xdocs/ruta.xml
    uima/site/trunk/uima-website/xdocs/stylesheets/project.xml

Modified: uima/site/trunk/uima-website/docs/downloads.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/downloads.html?rev=1627029&r1=1627028&r2=1627029&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/downloads.html (original)
+++ uima/site/trunk/uima-website/docs/downloads.html Tue Sep 23 13:47:36 2014
@@ -1078,26 +1078,26 @@ Other mirrors: <select name="Preferred">
             
       <tr>
         <td class="downloadtitle"><h3 class="downloadartifact">
-                      <a href="../d/ruta-2.2.0/RELEASE_NOTES.html">
-              UIMA Ruta 2.2.0</a></h3></td>
+                      <a href="../d/ruta-2.2.1/RELEASE_NOTES.html">
+              UIMA Ruta 2.2.1</a></h3></td>
           
         <td>
-                                    <div class="htmltxt"><a 
href='../d/ruta-2.2.0/RELEASE_NOTES.html'>html</a></div>
+                                    <div class="htmltxt"><a 
href='../d/ruta-2.2.1/RELEASE_NOTES.html'>html</a></div>
                               </td>
         <td>
                 </td>
                 <td>
                                 <table class="downloadentries">
               <tr>
-     <td><a 
href='[preferred]/uima//ruta-2.2.0/ruta-2.2.0-source-release.zip'>zip</a></td>
-     <td>[<a 
href='http://www.apache.org/dist/uima//ruta-2.2.0/ruta-2.2.0-source-release.zip.asc'>asc</a>]</td>
-     <td>[<a 
href='http://www.apache.org/dist/uima//ruta-2.2.0/ruta-2.2.0-source-release.zip.md5'>md5</a>]</td>
-     <td>[<a 
href='http://www.apache.org/dist/uima//ruta-2.2.0/ruta-2.2.0-source-release.zip.sha1'>sha1</a>]</td>
+     <td><a 
href='[preferred]/uima//ruta-2.2.1/ruta-2.2.1-source-release.zip'>zip</a></td>
+     <td>[<a 
href='http://www.apache.org/dist/uima//ruta-2.2.1/ruta-2.2.1-source-release.zip.asc'>asc</a>]</td>
+     <td>[<a 
href='http://www.apache.org/dist/uima//ruta-2.2.1/ruta-2.2.1-source-release.zip.md5'>md5</a>]</td>
+     <td>[<a 
href='http://www.apache.org/dist/uima//ruta-2.2.1/ruta-2.2.1-source-release.zip.sha1'>sha1</a>]</td>
          </tr>
     </table>
                           </td>
                 <td>
-          <div class="htmltxt">14-Apr-2014</div>
+          <div class="htmltxt">23-Sep-2014</div>
         </td>
               </tr>
     

Modified: uima/site/trunk/uima-website/docs/ruta.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/ruta.html?rev=1627029&r1=1627028&r2=1627029&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/ruta.html (original)
+++ uima/site/trunk/uima-website/docs/ruta.html Tue Sep 23 13:47:36 2014
@@ -249,7 +249,10 @@
       <p>
         The UIMA Ruta Workbench can be installed via our Eclipse update site:
         <a 
href="http://www.apache.org/dist/uima/eclipse-update-site/";>http://www.apache.org/dist/uima/eclipse-update-site/</a>
-      </p>    
+      </p> 
+      <p>
+        The UIMA Ruta Workbench 2.2.1 requires Eclipse 4.3.2
+      </p> 
     </li>     
   </ul>
                             </blockquote>
@@ -378,7 +381,7 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.apache.uima&lt;/groupId&gt;
   &lt;artifactId&gt;ruta-core&lt;/artifactId&gt;
-  &lt;version&gt;2.2.0&lt;/version&gt;
+  &lt;version&gt;2.2.1&lt;/version&gt;
 &lt;/dependency&gt;
   </pre>
                                                 <subsubsection>

Modified: uima/site/trunk/uima-website/xdocs/ruta.xml
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/ruta.xml?rev=1627029&r1=1627028&r2=1627029&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/ruta.xml (original)
+++ uima/site/trunk/uima-website/xdocs/ruta.xml Tue Sep 23 13:47:36 2014
@@ -52,7 +52,10 @@ under the License.
       <p>
         The UIMA Ruta Workbench can be installed via our Eclipse update site:
         <a 
href="http://www.apache.org/dist/uima/eclipse-update-site/";>http://www.apache.org/dist/uima/eclipse-update-site/</a>
-      </p>    
+      </p> 
+      <p>
+        The UIMA Ruta Workbench 2.2.1 requires Eclipse 4.3.2
+      </p> 
     </li>     
   </ul>
 </subsection>
@@ -149,7 +152,7 @@ under the License.
 &lt;dependency>
   &lt;groupId>org.apache.uima&lt;/groupId>
   &lt;artifactId>ruta-core&lt;/artifactId>
-  &lt;version>2.2.0&lt;/version>
+  &lt;version>2.2.1&lt;/version>
 &lt;/dependency>
   </pre>
   <subsubsection>

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=1627029&r1=1627028&r2=1627029&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/stylesheets/project.xml (original)
+++ uima/site/trunk/uima-website/xdocs/stylesheets/project.xml Tue Sep 23 
13:47:36 2014
@@ -191,12 +191,17 @@
  -->
   </downloads>
 
+<downloads version="Ruta" title="Apache UIMA Ruta" withreleasedate="true">
+    <download name="UIMA Ruta 2.2.1" subdirectory="ruta-2.2.1" 
releasedate="23-Sep-2014">
+      <releasenotes filename="ruta-2.2.1/RELEASE_NOTES">           <f>html</f> 
               </releasenotes>
+      <source       filename="ruta-2.2.1-source-release">                     
<f>zip</f>  </source>
+    </download>
+    <!-- 
   <downloads version="Ruta" title="Apache UIMA Ruta" withreleasedate="true">
     <download name="UIMA Ruta 2.2.0" subdirectory="ruta-2.2.0" 
releasedate="14-Apr-2014">
       <releasenotes filename="ruta-2.2.0/RELEASE_NOTES">           <f>html</f> 
               </releasenotes>
       <source       filename="ruta-2.2.0-source-release">                     
<f>zip</f>  </source>
     </download>
-    <!-- 
     <download name="UIMA Ruta 2.1.0" subdirectory="ruta-2.1.0" 
releasedate="20-Sep-2013">
       <releasenotes filename="ruta-2.1.0/RELEASE_NOTES">           <f>html</f> 
               </releasenotes>
       <source       filename="ruta-2.1.0-source-release">                     
<f>zip</f>  </source>


Reply via email to