You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/02/06 12:03:40 UTC

svn commit: r1442907 - /commons/proper/cli/trunk/src/changes/changes.xml

Author: tn
Date: Wed Feb  6 11:03:40 2013
New Revision: 1442907

URL: http://svn.apache.org/viewvc?rev=1442907&view=rev
Log:
[CLI-227] updated changes.xml.

Modified:
    commons/proper/cli/trunk/src/changes/changes.xml

Modified: commons/proper/cli/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/src/changes/changes.xml?rev=1442907&r1=1442906&r2=1442907&view=diff
==============================================================================
--- commons/proper/cli/trunk/src/changes/changes.xml (original)
+++ commons/proper/cli/trunk/src/changes/changes.xml Wed Feb  6 11:03:40 2013
@@ -23,6 +23,9 @@
   <body>
     
     <release version="1.3" date="in SVN">
+      <action type="fix" dev="tn" issue="CLI-227" due-to="Duncan Jones">
+        Changed unit tests to junit 4 annotation style.
+      </action>
       <action type="fix" dev="ebourg" issue="CLI-202">
         Default options will now work correctly with required options that are missing.
       </action>