You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2018/02/14 14:11:29 UTC

svn commit: r1824243 - /uima/uima-ducc/trunk/README

Author: cwiklik
Date: Wed Feb 14 14:11:29 2018
New Revision: 1824243

URL: http://svn.apache.org/viewvc?rev=1824243&view=rev
Log:
UIMA-5728 Updated maven version and java version 

Modified:
    uima/uima-ducc/trunk/README

Modified: uima/uima-ducc/trunk/README
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/README?rev=1824243&r1=1824242&r2=1824243&view=diff
==============================================================================
--- uima/uima-ducc/trunk/README (original)
+++ uima/uima-ducc/trunk/README Wed Feb 14 14:11:29 2018
@@ -4,9 +4,9 @@
 1. Building from the Source Distribution
 ========================================
      
-We use Maven 3.0 for building; download this if needed, 
+We use Maven 3.3.3 for building; download this if needed, 
 and set the environment variable MAVEN_OPTS to -Xmx800m -XX:MaxPermSize-256m.
-To build UIMA-DUCC, install Java SDK 7.
+To build UIMA-DUCC, install Java SDK 8.
 
 Maven uses JAVA_HOME to locate the java runtime. Before starting maven build do this:
 
@@ -85,7 +85,7 @@ installation instructions.
 3.1 Supported Platforms
 -----------------------
 
-UIMA-DUCC runtime has been tested with Oracle Java 7 & 8 as well as IBM Java 7 & 8 on Linux. 
+UIMA-DUCC runtime has been tested with Oracle 8 as well as IBM Java 8 on Linux. 
 The cluster of machines DUCC manages
 must all be running a reasonably current level of Linux; other operating systems are not supported.
 .