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/02/24 21:36:15 UTC

svn commit: r1854283 - in /uima/ruta/trunk: README pom.xml

Author: pkluegl
Date: Sun Feb 24 21:36:15 2019
New Revision: 1854283

URL: http://svn.apache.org/viewvc?rev=1854283&view=rev
Log:
no jira -- update jira version, fix typo

Modified:
    uima/ruta/trunk/README
    uima/ruta/trunk/pom.xml

Modified: uima/ruta/trunk/README
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/README?rev=1854283&r1=1854282&r2=1854283&view=diff
==============================================================================
--- uima/ruta/trunk/README (original)
+++ uima/ruta/trunk/README Sun Feb 24 21:36:15 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:MaxPerSize=256m.
+and set the environment variable MAVEN_OPTS to -Xmx800m -XX:MaxPermSize=256m.
 
 Then do the build by going into the UIMA Ruta directory, and issuing the command
    

Modified: uima/ruta/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/pom.xml?rev=1854283&r1=1854282&r2=1854283&view=diff
==============================================================================
--- uima/ruta/trunk/pom.xml (original)
+++ uima/ruta/trunk/pom.xml Sun Feb 24 21:36:15 2019
@@ -22,7 +22,7 @@
   <description>The top project for Apache UIMA Ruta</description>
   <url>${uimaWebsiteUrl}</url>
   <properties>
-    <jiraVersion>12341077</jiraVersion>
+    <jiraVersion>12345012</jiraVersion>
     <!-- 
      <assembly.attach>false</assembly.attach>
      -->