You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by at...@apache.org on 2015/12/23 13:52:10 UTC

commons-scxml git commit: update changes.xml for move to Java 8

Repository: commons-scxml
Updated Branches:
  refs/heads/master eac3f6a1a -> 7b3a237b2


update changes.xml for move to Java 8


Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-scxml/commit/7b3a237b
Tree: http://git-wip-us.apache.org/repos/asf/commons-scxml/tree/7b3a237b
Diff: http://git-wip-us.apache.org/repos/asf/commons-scxml/diff/7b3a237b

Branch: refs/heads/master
Commit: 7b3a237b2bdb150b18ae97276d277335814997ae
Parents: eac3f6a
Author: Ate Douma <at...@apache.org>
Authored: Wed Dec 23 13:52:01 2015 +0100
Committer: Ate Douma <at...@apache.org>
Committed: Wed Dec 23 13:52:01 2015 +0100

----------------------------------------------------------------------
 src/changes/changes.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-scxml/blob/7b3a237b/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e8d3d98..31b4540 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -20,22 +20,25 @@
 
   <properties>
     <title>Commons SCXML Changes</title>
-    <author email="rahul@apache.org">Rahul Akolkar</author>
   </properties>
 
   <body>
 
     <section name="About this document">
       <ul>
-        <li>The latest release of Commons SCXML is version 0.8.</li>
+        <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 SVN trunk"
+    <release version="2.0" date="In Git master"
       description="Latest unreleased code">
 
+      <action dev="ate" type="update" issue="SCXML-241">
+        [12-23-2015] Move to Java 8 as minimum.
+      </action>
+
       <action dev="woonsan" type="fix" issue="SCXML-233">
         [07-12-2015] SCInstance becomes not serialzable after triggering event. 
       </action>