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 2015/06/24 17:42:24 UTC

svn commit: r1687310 - in /uima/sandbox/uima-ducc/trunk: README RELEASE_NOTES.html

Author: cwiklik
Date: Wed Jun 24 15:42:24 2015
New Revision: 1687310

URL: http://svn.apache.org/r1687310
Log:
UIMA-4376 Removed references to java 1.6. Ducc now requires java 1.7

Modified:
    uima/sandbox/uima-ducc/trunk/README
    uima/sandbox/uima-ducc/trunk/RELEASE_NOTES.html

Modified: uima/sandbox/uima-ducc/trunk/README
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/README?rev=1687310&r1=1687309&r2=1687310&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/README (original)
+++ uima/sandbox/uima-ducc/trunk/README Wed Jun 24 15:42:24 2015
@@ -7,7 +7,7 @@
 We use Maven 3.0 for building; download this if needed, 
 and set the environment variable MAVEN_OPTS to -Xmx800m -XX:MaxPermSize-256m.
 
-To build UIMA-DUCC, install either Java SDK 6 or Java SDK 7.
+To build UIMA-DUCC, install Java SDK 7.
 
 Then build from the directory containing this README by issuing the command
    mvn clean install.
@@ -80,7 +80,7 @@ installation instructions.
 3.1 Supported Platforms
 -----------------------
 
-UIMA-DUCC has been tested with Sun Java 6 and 7 as well as IBM Java 6 and 7 on Linux. The cluster of machines DUCC manages
+UIMA-DUCC has been tested with Sun Java 7 as well as IBM Java 7 on Linux. The cluster of machines DUCC manages
 must all be running a reasonably current level of Linux; other operating systems are not supported.
 . 
 

Modified: uima/sandbox/uima-ducc/trunk/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/RELEASE_NOTES.html?rev=1687310&r1=1687309&r2=1687310&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/RELEASE_NOTES.html (original)
+++ uima/sandbox/uima-ducc/trunk/RELEASE_NOTES.html Wed Jun 24 15:42:24 2015
@@ -45,7 +45,7 @@ provides cluster management services to
       
 <h2><a name="major.changes">2. Major Changes in this Release</a></h2>
 <p>
-UIMA DUCC 1.1.0 Apache is a maintenance release containing bug fixes and a few
+UIMA DUCC @@ducc.version@@ Apache is a maintenance release containing bug fixes and a few
 new features. What's new:<br>
 
 <h3>2.1 Service Manager Changes</h3>