This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-scxml.git
commit 275b45061f6a1a17b7fe44318f0ee5fb1855298f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 19 16:21:59 2023 -0400 Fix XML, add XSD --- src/changes/changes.xml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index cfcc2d3..1fb72a6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -16,7 +16,9 @@ * limitations under the License. --> -<document> +<document xmlns="http://maven.apache.org/changes/1.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Apache Commons SCXML Changes</title> @@ -24,14 +26,6 @@ <body> - <section name="About this document"> - <ul> - <li>The latest release of Commons SCXML is version 0.9.</li> - <li>If you are interested in helping the project, join us on the - <a href="mail-lists.html">commons-dev mailing list</a></li> - </ul> - </section> - <release version="2.0" date="In Git master" description="Latest unreleased code"> @@ -658,7 +652,7 @@ <action dev="rahul" type="fix" issue="SCXML-45"> [05-29-2007] Payload of events sent to current scxml session using <send> tag are now injected into engine. Commons SCXML adds - the special <i>_eventdatamap</i> variable for storing payloads + the special _eventdatamap variable for storing payloads for derived events. </action> @@ -811,7 +805,7 @@ [10-11-2006] Update to new ASLv2 license headers for source files. </action> - <action dev="rahul" type="add" issues="SCXML-20"> + <action dev="rahul" type="add" issue="SCXML-20"> [10-05-2006] The Commons SCXML object model as well as the SCXMLExecutor instances are now serializable. </action>