You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2013/05/09 20:13:25 UTC

svn commit: r1480732 - /commons/proper/commons-parent/trunk/RELEASE-NOTES.txt

Author: luc
Date: Thu May  9 18:13:25 2013
New Revision: 1480732

URL: http://svn.apache.org/r1480732
Log:
fixed URL abiyt JaCoCo/Surefire integration

Modified:
    commons/proper/commons-parent/trunk/RELEASE-NOTES.txt

Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/RELEASE-NOTES.txt?rev=1480732&r1=1480731&r2=1480732&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Thu May  9 18:13:25 2013
@@ -31,7 +31,7 @@ setting must read as (note the use of th
         <configuration>
           <forkMode>pertest</forkMode>
           <!-- limit memory size see IO-161 -->
-          <!-- the ${argLine} preserves jacoco agent settings (see https://github.com/jacoco/eclemma/issues/22) -->
+          <!-- the ${argLine} preserves jacoco agent settings (see (see https://github.com/jacoco/jacoco/issues/44) -->
           <argLine>-Xmx25M ${argLine}</argLine>
           ...
         </configuration>