Author: rahul
Date: Thu May 22 10:35:15 2008
New Revision: 659168
URL: http://svn.apache.org/viewvc?rev=659168&view=rev
Log:
Post v0.8 changes, roll versions, clear release notes for release++.
Modified:
commons/proper/scxml/trunk/RELEASE-NOTES.txt
commons/proper/scxml/trunk/build.xml
commons/proper/scxml/trunk/doap_scxml.rdf
commons/proper/scxml/trunk/pom.xml
commons/proper/scxml/trunk/project.xml
commons/proper/scxml/trunk/src/conf/MANIFEST.MF
Modified: commons/proper/scxml/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/scxml/trunk/RELEASE-NOTES.txt?rev=659168&r1=659167&r2=659168&view=diff
==============================================================================
--- commons/proper/scxml/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/scxml/trunk/RELEASE-NOTES.txt Thu May 22 10:35:15 2008
@@ -17,33 +17,26 @@
$Id$
Commons SCXML Package
- Version 0.8
+ Version 0.9-SNAPSHOT
Release Notes
INTRODUCTION:
-Commons SCXML 0.8 is a minor release containing a few enhancements and
+Commons SCXML 0.9 is a minor release containing a few enhancements and
bug fixes. See about section at the end for general information on
Commons SCXML.
NEW FEATURES:
- o [SCXML-62] - Fragment URLs are now supported by the src attribute of the
- <state> element
-
- o [SCXML-64] - Better error reporting for ignored or misplaced elements by
- parser (SCXMLParser class)
+ o
BUG FIXES:
- o [SCXML-66] - Potential race condition while getting path segments for
- transitions
-
- o [SCXML-67] - <state> does not process <parallel> children correctly
+ o
OTHER COMMENTS:
- o This is the first release of Commons SCXML using Maven 2.
+ o
ABOUT COMMONS SCXML:
Modified: commons/proper/scxml/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/scxml/trunk/build.xml?rev=659168&r1=659167&r2=659168&view=diff
==============================================================================
--- commons/proper/scxml/trunk/build.xml (original)
+++ commons/proper/scxml/trunk/build.xml Thu May 22 10:35:15 2008
@@ -15,8 +15,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
-->
-<!--build.xml generated by maven from project.xml version 0.8
- on date May 09 2008-->
+<!--build.xml generated by maven from project.xml version 0.9-SNAPSHOT
+ on date May 22 2008-->
<project default="jar" name="commons-scxml" basedir=".">
<property name="defaulttargetdir" value="target">
@@ -35,7 +35,7 @@
</property>
<property name="javadocdir" value="dist/docs/api">
</property>
- <property name="final.name" value="commons-scxml-0.8">
+ <property name="final.name" value="commons-scxml-0.9-SNAPSHOT">
</property>
<path id="build.classpath">
<fileset dir="${libdir}">
@@ -187,7 +187,7 @@
</tstamp>
<property name="copyright" value="Copyright &copy; The Apache
Software Foundation. All Rights Reserved.">
</property>
- <property name="title" value="Commons SCXML 0.8 API">
+ <property name="title" value="Commons SCXML 0.9-SNAPSHOT API">
</property>
<javadoc use="true" private="true" destdir="${javadocdir}" author="true"
version="true" sourcepath="src/main/java"
packagenames="org.apache.commons.scxml.*">
<classpath>
Modified: commons/proper/scxml/trunk/doap_scxml.rdf
URL:
http://svn.apache.org/viewvc/commons/proper/scxml/trunk/doap_scxml.rdf?rev=659168&r1=659167&r2=659168&view=diff
==============================================================================
--- commons/proper/scxml/trunk/doap_scxml.rdf (original)
+++ commons/proper/scxml/trunk/doap_scxml.rdf Thu May 22 10:35:15 2008
@@ -59,6 +59,13 @@
<version>0.7</version>
</revision>
</release>
+ <release>
+ <revision>
+ <name>commons-scxml</name>
+ <created>2008-05-20</created>
+ <version>0.8</version>
+ </revision>
+ </release>
<mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
</Project>
</rdf:RDF>
Modified: commons/proper/scxml/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/scxml/trunk/pom.xml?rev=659168&r1=659167&r2=659168&view=diff
==============================================================================
--- commons/proper/scxml/trunk/pom.xml (original)
+++ commons/proper/scxml/trunk/pom.xml Thu May 22 10:35:15 2008
@@ -27,7 +27,7 @@
<name>Commons SCXML</name>
<groupId>commons-scxml</groupId>
<artifactId>commons-scxml</artifactId>
- <version>0.8-SNAPSHOT</version>
+ <version>0.9-SNAPSHOT</version>
<inceptionYear>2005</inceptionYear>
<description>A Java Implementation of a State Chart XML Engine</description>
Modified: commons/proper/scxml/trunk/project.xml
URL:
http://svn.apache.org/viewvc/commons/proper/scxml/trunk/project.xml?rev=659168&r1=659167&r2=659168&view=diff
==============================================================================
--- commons/proper/scxml/trunk/project.xml (original)
+++ commons/proper/scxml/trunk/project.xml Thu May 22 10:35:15 2008
@@ -20,7 +20,7 @@
<name>SCXML</name>
<groupId>commons-scxml</groupId>
<artifactId>commons-scxml</artifactId>
- <currentVersion>0.8</currentVersion>
+ <currentVersion>0.9-SNAPSHOT</currentVersion>
<inceptionYear>2005</inceptionYear>
<shortDescription>Commons SCXML</shortDescription>
@@ -85,6 +85,11 @@
<name>0.7</name>
<tag>SCXML_0_7</tag>
</version>
+ <version>
+ <id>0.8</id>
+ <name>0.8</name>
+ <tag>SCXML_0_8</tag>
+ </version>
</versions>
<developers>
Modified: commons/proper/scxml/trunk/src/conf/MANIFEST.MF
URL:
http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/conf/MANIFEST.MF?rev=659168&r1=659167&r2=659168&view=diff
==============================================================================
--- commons/proper/scxml/trunk/src/conf/MANIFEST.MF (original)
+++ commons/proper/scxml/trunk/src/conf/MANIFEST.MF Thu May 22 10:35:15 2008
@@ -1,12 +1,12 @@
Manifest-Version: 1.0
-Ant-Version: Apache Ant 1.5.3
+Ant-Version: Apache Ant 1.7.0
Package: org.apache.commons.scxml
Extension-Name: commons-scxml
Specification-Title: Commons SCXML Engine
Specification-Vendor: The Apache Software Foundation
Implementation-Title: org.apache.commons.scxml
Implementation-Vendor: The Apache Software Foundation
-Implementation-Version: 0.8
+Implementation-Version: 0.9-SNAPSHOT
Implementation-Vendor-Id: org.apache
X-Compile-Source-JDK: 1.4
X-Compile-Target-JDK: 1.4