Author: rahul
Date: Thu May 22 10:50:11 2008
New Revision: 659178
URL: http://svn.apache.org/viewvc?rev=659178&view=rev
Log:
Roll versions, speculate that J6 branch will result in v1.0.
Modified:
commons/proper/scxml/branches/J6/RELEASE-NOTES.txt
commons/proper/scxml/branches/J6/build.xml
commons/proper/scxml/branches/J6/doap_scxml.rdf
commons/proper/scxml/branches/J6/pom.xml
commons/proper/scxml/branches/J6/project.xml
commons/proper/scxml/branches/J6/src/conf/MANIFEST.MF
Modified: commons/proper/scxml/branches/J6/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/RELEASE-NOTES.txt?rev=659178&r1=659177&r2=659178&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/RELEASE-NOTES.txt (original)
+++ commons/proper/scxml/branches/J6/RELEASE-NOTES.txt Thu May 22 10:50:11 2008
@@ -28,7 +28,9 @@
IMPORTANT NOTES:
- o
+ o The minimum JDK version required is now 1.6.
+
+ o All deprecated methods and classes from any of the 0.x releases are removed.
NEW FEATURES:
Modified: commons/proper/scxml/branches/J6/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/build.xml?rev=659178&r1=659177&r2=659178&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/build.xml (original)
+++ commons/proper/scxml/branches/J6/build.xml Thu May 22 10:50:11 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-SNAPSHOT
- on date January 03 2008-->
+<!--build.xml generated by maven from project.xml version 1.0-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-SNAPSHOT">
+ <property name="final.name" value="commons-scxml-1.0-SNAPSHOT">
</property>
<path id="build.classpath">
<fileset dir="${libdir}">
@@ -189,7 +189,7 @@
</tstamp>
<property name="copyright" value="Copyright &copy; The Apache
Software Foundation. All Rights Reserved.">
</property>
- <property name="title" value="Commons SCXML 0.8-SNAPSHOT API">
+ <property name="title" value="Commons SCXML 1.0-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/branches/J6/doap_scxml.rdf
URL:
http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/doap_scxml.rdf?rev=659178&r1=659177&r2=659178&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/doap_scxml.rdf (original)
+++ commons/proper/scxml/branches/J6/doap_scxml.rdf Thu May 22 10:50:11 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/branches/J6/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/pom.xml?rev=659178&r1=659177&r2=659178&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/pom.xml (original)
+++ commons/proper/scxml/branches/J6/pom.xml Thu May 22 10:50:11 2008
@@ -27,7 +27,7 @@
<name>Commons SCXML</name>
<groupId>commons-scxml</groupId>
<artifactId>commons-scxml</artifactId>
- <version>0.8-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
<inceptionYear>2005</inceptionYear>
<description>A Java Implementation of a State Chart XML Engine</description>
Modified: commons/proper/scxml/branches/J6/project.xml
URL:
http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/project.xml?rev=659178&r1=659177&r2=659178&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/project.xml (original)
+++ commons/proper/scxml/branches/J6/project.xml Thu May 22 10:50:11 2008
@@ -20,7 +20,7 @@
<name>SCXML</name>
<groupId>commons-scxml</groupId>
<artifactId>commons-scxml</artifactId>
- <currentVersion>0.8-SNAPSHOT</currentVersion>
+ <currentVersion>1.0-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/branches/J6/src/conf/MANIFEST.MF
URL:
http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/src/conf/MANIFEST.MF?rev=659178&r1=659177&r2=659178&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/src/conf/MANIFEST.MF (original)
+++ commons/proper/scxml/branches/J6/src/conf/MANIFEST.MF Thu May 22 10:50:11
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-SNAPSHOT
+Implementation-Version: 1.0-SNAPSHOT
Implementation-Vendor-Id: org.apache
X-Compile-Source-JDK: 1.4
X-Compile-Target-JDK: 1.4