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 2019/02/13 21:27:55 UTC

svn commit: r1853534 - in /uima/uima-ducc/trunk: RELEASE_NOTES.html pom.xml

Author: cwiklik
Date: Wed Feb 13 21:27:55 2019
New Revision: 1853534

URL: http://svn.apache.org/viewvc?rev=1853534&view=rev
Log:
UIMA-5972

Modified:
    uima/uima-ducc/trunk/RELEASE_NOTES.html
    uima/uima-ducc/trunk/pom.xml

Modified: uima/uima-ducc/trunk/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/RELEASE_NOTES.html?rev=1853534&r1=1853533&r2=1853534&view=diff
==============================================================================
--- uima/uima-ducc/trunk/RELEASE_NOTES.html (original)
+++ uima/uima-ducc/trunk/RELEASE_NOTES.html Wed Feb 13 21:27:55 2019
@@ -50,6 +50,7 @@ Apache UIMA DUCC 3.0.0 is a maintenance
 <ul>
 
 <li>Support for UIMA v2 and v3</li>
+<li>Added support for reliable DUCC - automatic head node failover</li>
 <li>Created new pull service that can be run with or without DUCC</li>
 <li>Enable DUCC to run without shared file system</li> 
 <li>Add new DUCC stop options, including quiesce</li>

Modified: uima/uima-ducc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/pom.xml?rev=1853534&r1=1853533&r2=1853534&view=diff
==============================================================================
--- uima/uima-ducc/trunk/pom.xml (original)
+++ uima/uima-ducc/trunk/pom.xml Wed Feb 13 21:27:55 2019
@@ -538,7 +538,7 @@
 			    <artifactId>maven-changes-plugin</artifactId>
 			    <executions>
 			    	<execution>
-			           <id>default-cli2</id>
+			           <id>default-cli</id>
 				   <configuration>
 				      <fixVersionIds>${jiraVersion}</fixVersionIds>
 				   </configuration>