You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2018/01/23 13:16:49 UTC

svn commit: r1822003 - /commons/cms-site/trunk/content/xdoc/index.xml.vm

Author: erans
Date: Tue Jan 23 13:16:49 2018
New Revision: 1822003

URL: http://svn.apache.org/viewvc?rev=1822003&view=rev
Log:
Fixed HTML table.

Modified:
    commons/cms-site/trunk/content/xdoc/index.xml.vm

Modified: commons/cms-site/trunk/content/xdoc/index.xml.vm
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/index.xml.vm?rev=1822003&r1=1822002&r2=1822003&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/index.xml.vm (original)
+++ commons/cms-site/trunk/content/xdoc/index.xml.vm Tue Jan 23 13:16:49 2018
@@ -202,10 +202,10 @@
             <td>${rngVersion}</td><td>${rngReleased}</td></tr>
         <tr><td><a href="proper/commons-scxml/">SCXML</a></td>
             <td>An implementation of the State Chart XML specification aimed at creating and maintaining a Java SCXML engine.<br/>It is capable of executing a state machine defined using a SCXML document, and abstracts out the environment interfaces.</td>
+            <td>${scxmlVersion}</td><td>${scxmlReleased}</td></tr>
         <tr><td><a href="proper/commons-statistics/">Statistics</a></td>
             <td>Statistics.</td>
             <td>${statisticsVersion}</td><td>${statisticsReleased}</td></tr>
-            <td>${scxmlVersion}</td><td>${scxmlReleased}</td></tr>
         <tr><td><a href="proper/commons-text/">Text</a></td>
             <td>Apache Commons Text is a library focused on algorithms working on strings.</td>
             <td>${textVersion}</td><td>${textReleased}</td></tr>