You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2019/11/26 08:37:04 UTC

svn commit: r1870446 - in /uima/uv3/ruta-v3/trunk: README RELEASE_NOTES.html pom.xml

Author: pkluegl
Date: Tue Nov 26 08:37:04 2019
New Revision: 1870446

URL: http://svn.apache.org/viewvc?rev=1870446&view=rev
Log:
no jira fix jira version, improve readme/release-notes

Modified:
    uima/uv3/ruta-v3/trunk/README
    uima/uv3/ruta-v3/trunk/RELEASE_NOTES.html
    uima/uv3/ruta-v3/trunk/pom.xml

Modified: uima/uv3/ruta-v3/trunk/README
URL: http://svn.apache.org/viewvc/uima/uv3/ruta-v3/trunk/README?rev=1870446&r1=1870445&r2=1870446&view=diff
==============================================================================
--- uima/uv3/ruta-v3/trunk/README (original)
+++ uima/uv3/ruta-v3/trunk/README Tue Nov 26 08:37:04 2019
@@ -2,6 +2,9 @@
 Apache UIMA Ruta (TM) v3.0.0
 -------------------------------------------------------------------------
 
+This release is compatible with UIMA v3, but not compatible with UIMA v2. 
+For compatibility to UIMA v2, please refer to the latest UIMA Ruta v2 release, e.g., 2.8.0.
+
 Building from the Source Distribution
 -------------------------------------
 

Modified: uima/uv3/ruta-v3/trunk/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/uima/uv3/ruta-v3/trunk/RELEASE_NOTES.html?rev=1870446&r1=1870445&r2=1870446&view=diff
==============================================================================
--- uima/uv3/ruta-v3/trunk/RELEASE_NOTES.html (original)
+++ uima/uv3/ruta-v3/trunk/RELEASE_NOTES.html Tue Nov 26 08:37:04 2019
@@ -37,29 +37,34 @@
    
 <h2><a name="what.is.uima-ruta">1. What is UIMA Ruta?</a></h2>
 
-     <p>
-  			Apache UIMA Ruta&#8482; is a rule-based script language supported by Eclipse-based tooling.
-      The language is designed to enable rapid development of text processing applications within Apache UIMA&#8482;. 
-      A special focus lies on the intuitive and flexible domain specific language for defining 
-      patterns of annotations. The Eclipse-based tooling for Ruta, called the Ruta Workbench,
-      was created to support the user and to facilitate every step when writing Ruta rules. Both the 
-      Ruta rule language and the Ruta Workbench integrate smoothly with Apache UIMA.
-			</p>
+<p>
+  Apache UIMA Ruta&#8482; is a rule-based script language supported by Eclipse-based tooling.
+  The language is designed to enable rapid development of text processing applications within Apache UIMA&#8482;. 
+  A special focus lies on the intuitive and flexible domain specific language for defining 
+  patterns of annotations. The Eclipse-based tooling for Ruta, called the Ruta Workbench,
+  was created to support the user and to facilitate every step when writing Ruta rules. Both the 
+  Ruta rule language and the Ruta Workbench integrate smoothly with Apache UIMA.
+</p>
 
 <h2><a name="major.changes">2. Major Changes in this Release</a></h2>
 <p>
-    This release contains changed in the analysis engine descriptor and the type system descriptors 
-    and therefore requires an update of the Ruta projects. This can be accomplished for example by 
-    right-click on the Ruta project, selecting "UIMA Ruta" and then "Update Project".
+  This release provides compatibility to UIMA v3. An upgrade from UIMA Ruta v2 to this version requires 
+  also an update to UIMA v3 of the overall application or Eclipse installation. Please refer to the 
+  UIMA v3 user's guide for detailed information: https://uima.apache.org/d/uimaj-3.0.0/version_3_users_guide.html
+</p>
+<p>
+  This release contains changed in the analysis engine descriptor and the type system descriptors 
+  and therefore requires an update of the Ruta projects. This can be accomplished, for example, by 
+  right-clicking on the Ruta project, selecting "UIMA Ruta" and then "Update Project".
 </p>
 <p>
   <p>UIMA Ruta Language and Analysis Engine:</p>
   <ul>
-    
+    <li>Depends on UIMA v3 and provides compatibility to UIMA v3</li>
   </ul>
   <p>UIMA Ruta Workbench:</p>
   <ul>
-    
+    <li>Depends on UIMA v3 and provides compatibility to UIMA v3</li>
   </ul>
 </p>
  

Modified: uima/uv3/ruta-v3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/uv3/ruta-v3/trunk/pom.xml?rev=1870446&r1=1870445&r2=1870446&view=diff
==============================================================================
--- uima/uv3/ruta-v3/trunk/pom.xml (original)
+++ uima/uv3/ruta-v3/trunk/pom.xml Tue Nov 26 08:37:04 2019
@@ -22,7 +22,7 @@
   <description>The top project for Apache UIMA Ruta</description>
   <url>${uimaWebsiteUrl}</url>
   <properties>
-    <jiraVersion>12341077</jiraVersion>
+    <jiraVersion>12326294</jiraVersion>
     <!-- 
      <assembly.attach>false</assembly.attach>
      -->