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 2020/03/22 22:48:58 UTC

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

Author: pkluegl
Date: Sun Mar 22 22:48:58 2020
New Revision: 1875529

URL: http://svn.apache.org/viewvc?rev=1875529&view=rev
Log:
no jira - preparations fro next release
- updated versions
- updated jira version
- updated 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=1875529&r1=1875528&r2=1875529&view=diff
==============================================================================
--- uima/uv3/ruta-v3/trunk/README (original)
+++ uima/uv3/ruta-v3/trunk/README Sun Mar 22 22:48:58 2020
@@ -1,5 +1,5 @@
 
-Apache UIMA Ruta (TM) v3.0.0
+Apache UIMA Ruta (TM) v3.0.1
 -------------------------------------------------------------------------
 
 This release is compatible with UIMA v3, but not compatible with UIMA v2. 
@@ -52,23 +52,3 @@ or the UIMA Ruta type system descriptors
   </typeSystemExcludes>
 </configuration>
 
--------------------------------------
-
-If you use the uimaFIT JCasGenPomFriendly in Maven and want to use UIMA Ruta 
-as a standalone annotator you have to exclude the generated UIMA Ruta basic 
-type files from the build, e.g., by adding:
-
-
-<plugin>
-  <groupId>org.apache.maven.plugins</groupId>
-  <artifactId>maven-compiler-plugin</artifactId>
-  <version>3.0</version>
-  <configuration>
-    <excludes>
-      <exclude>org/apache/uima/ruta/type/*.java</exclude>
-    </excludes>
-  </configuration>
-</plugin> 
-
-
-

Modified: uima/uv3/ruta-v3/trunk/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/uima/uv3/ruta-v3/trunk/RELEASE_NOTES.html?rev=1875529&r1=1875528&r2=1875529&view=diff
==============================================================================
--- uima/uv3/ruta-v3/trunk/RELEASE_NOTES.html (original)
+++ uima/uv3/ruta-v3/trunk/RELEASE_NOTES.html Sun Mar 22 22:48:58 2020
@@ -21,10 +21,10 @@
    -->
 
 <head>
-  <title>Apache UIMA Ruta v3.0.0 Release Notes</title>
+  <title>Apache UIMA Ruta v3.0.1 Release Notes</title>
 </head>
 <body>
-<h1>Apache UIMA Ruta&#8482; v3.0.0 Release Notes</h1>
+<h1>Apache UIMA Ruta&#8482; v3.0.1 Release Notes</h1>
 
 <h2>Contents</h2>
 <p>
@@ -47,25 +47,20 @@
 </p>
 
 <h2><a name="major.changes">2. Major Changes in this Release</a></h2>
+
 <p>
   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 3.1.1 and uimaFIT 3.0.0</li>
-    <li>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>
+  	<li>Fixed broken literal string matching.</li>
+  	<li>Fixed variable initialization with other variables.</li>
+  	<li>Fixed assignment of lists to variables.</li>
+  	<li>Fixed assignment of annotation comparison expression to variables.</li>
+    <li>PARSE condition supports additional argument that represents the string to be parsed.</li>
   </ul>
 </p>
  
@@ -89,8 +84,7 @@ issues you find at
 <h2><a name="list.issues">5. List of JIRA Issues Fixed in this Release</a></h2>
 
 Click <a href="issuesFixed/jira-report.html">issuesFixed/jira-report.html</a> for the list of 
-issues fixed in this release. This list contains all issues that have been fixed to prepare the synchronous releases
-of UIMA Ruta 2.8.0 and UIMA Ruta 3.0.0.
+issues fixed in this release.
 
 </body>
 </html>
\ No newline at end of file

Modified: uima/uv3/ruta-v3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/uv3/ruta-v3/trunk/pom.xml?rev=1875529&r1=1875528&r2=1875529&view=diff
==============================================================================
--- uima/uv3/ruta-v3/trunk/pom.xml (original)
+++ uima/uv3/ruta-v3/trunk/pom.xml Sun Mar 22 22:48:58 2020
@@ -22,7 +22,7 @@
   <description>The top project for Apache UIMA Ruta</description>
   <url>${uimaWebsiteUrl}</url>
   <properties>
-    <jiraVersion>12326294</jiraVersion>
+    <jiraVersion>12346599</jiraVersion>
     <!-- 
      <assembly.attach>false</assembly.attach>
      -->