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/27 08:21:10 UTC

svn commit: r1870491 - in /uima/ruta/trunk: README RELEASE_NOTES.html

Author: pkluegl
Date: Wed Nov 27 08:21:10 2019
New Revision: 1870491

URL: http://svn.apache.org/viewvc?rev=1870491&view=rev
Log:
no jira - fix readme/release-notes according rc review

Modified:
    uima/ruta/trunk/README
    uima/ruta/trunk/RELEASE_NOTES.html

Modified: uima/ruta/trunk/README
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/README?rev=1870491&r1=1870490&r2=1870491&view=diff
==============================================================================
--- uima/ruta/trunk/README (original)
+++ uima/ruta/trunk/README Wed Nov 27 08:21:10 2019
@@ -6,7 +6,7 @@ Building from the Source Distribution
 -------------------------------------
 
 We use Maven 3.0 and Java 8 or later for building; download this if needed, 
-and set the environment variable MAVEN_OPTS to -Xmx800m -XX:MaxPermSize=256m.
+and set the environment variable MAVEN_OPTS to -Xmx800m.
 
 Then do the build by going into the UIMA Ruta directory, and issuing the command
    
@@ -17,7 +17,7 @@ change the command to
 
    mvn clean install -Papache-release
    
-For more details, please see http://uima.apache.org/building-uima.html   
+For more details, please see https://uima.apache.org/building-uima.html   
 
 
 -------------------------------------

Modified: uima/ruta/trunk/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/RELEASE_NOTES.html?rev=1870491&r1=1870490&r2=1870491&view=diff
==============================================================================
--- uima/ruta/trunk/RELEASE_NOTES.html (original)
+++ uima/ruta/trunk/RELEASE_NOTES.html Wed Nov 27 08:21:10 2019
@@ -57,7 +57,7 @@
   <ul>
   	<li>The analysis engine is able to generate debug information about inlined rules which includes also an extension of the ruta type system.</li>
     <li>Type expressions in dot notation for annotation expressions a new supported: a1:ANY a2:ANY{a1.type==a2.type -> Type};</li>
-    <li>Matching on string literals is no more restricted to single RutaBasic annotations, e.g., it is not possible to write: "This is a test"{-> Test};</li>
+    <li>Matching on string literals is no more restricted to single RutaBasic annotations, e.g., it is now possible to write: "This is a test"{-> Test};</li>
     <li>Dictionary matching is now more robust concerning white spaces in the word list. The parameter dictRemoveWS is now also set to true by default.</li>
     <li>Fixed anchors at composed rule elements.</li>
     <li>Labels at macro actions are supported now.</li>
@@ -77,15 +77,15 @@
 The Apache UIMA Ruta project really needs and appreciates any contributions, 
 including documentation help, source code and feedback.  If you are interested
 in contributing, please visit 
-<a href="http://uima.apache.org/get-involved.html">
-  http://uima.apache.org/get-involved.html</a>.
+<a href="https://uima.apache.org/get-involved.html">
+  https://uima.apache.org/get-involved.html</a>.
 </p>
   
 <h2><a name="report.issues">4. How to Report Issues</a></h2>
 <p>
 The Apache UIMA project uses JIRA for issue tracking.  Please report any 
 issues you find at 
-<a href="http://issues.apache.org/jira/browse/uima">http://issues.apache.org/jira/browse/uima</a>
+<a href="https://issues.apache.org/jira/browse/uima">https://issues.apache.org/jira/browse/uima</a>
 </p>
   
 <h2><a name="list.issues">5. List of JIRA Issues Fixed in this Release</a></h2>