Time for v0.7 RC1.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/scxml/trunk@602502 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 8befe94..f7db97a 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -17,7 +17,7 @@
 $Id$
 
                          Commons SCXML Package
-                          Version 0.7-SNAPSHOT
+                             Version 0.7
                             Release Notes
 
 INTRODUCTION:
diff --git a/build.xml b/build.xml
index b844eb9..d11baf3 100644
--- a/build.xml
+++ b/build.xml
@@ -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.7-SNAPSHOT
-  on date July 19 2006, time 0958-->
+<!--build.xml generated by maven from project.xml version 0.7
+  on date December 08 2007-->
 
 <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.7-SNAPSHOT">
+  <property name="final.name" value="commons-scxml-0.7">
   </property>
   <path id="build.classpath">
     <fileset dir="${libdir}">
@@ -185,7 +185,7 @@
     </tstamp>
     <property name="copyright" value="Copyright &amp;copy;  The Apache Software Foundation. All Rights Reserved.">
     </property>
-    <property name="title" value="Commons SCXML 0.7-SNAPSHOT API">
+    <property name="title" value="Commons SCXML 0.7 API">
     </property>
     <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/main/java" packagenames="org.apache.commons.scxml.*">
       <classpath>
diff --git a/pom.xml b/pom.xml
index ba04844..ddf479d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <name>Commons SCXML</name>
   <groupId>commons-scxml</groupId>
   <artifactId>commons-scxml</artifactId>
-  <version>0.7-SNAPSHOT</version>
+  <version>0.7</version>
 
   <inceptionYear>2005</inceptionYear>
   <description>A Java Implementation of a State Chart XML Engine</description>
diff --git a/project.xml b/project.xml
index f6e687d..72e1843 100644
--- a/project.xml
+++ b/project.xml
@@ -20,7 +20,7 @@
   <name>SCXML</name>
   <groupId>commons-scxml</groupId> 
   <artifactId>commons-scxml</artifactId>
-  <currentVersion>0.7-SNAPSHOT</currentVersion>
+  <currentVersion>0.7</currentVersion>
 
   <inceptionYear>2005</inceptionYear>
   <shortDescription>Commons SCXML</shortDescription>
diff --git a/src/conf/MANIFEST.MF b/src/conf/MANIFEST.MF
index 1db4d6f..21b6137 100644
--- a/src/conf/MANIFEST.MF
+++ b/src/conf/MANIFEST.MF
@@ -6,7 +6,7 @@
 Specification-Vendor: The Apache Software Foundation
 Implementation-Title: org.apache.commons.scxml
 Implementation-Vendor: The Apache Software Foundation
-Implementation-Version: 0.7-SNAPSHOT
+Implementation-Version: 0.7
 Implementation-Vendor-Id: org.apache
 X-Compile-Source-JDK: 1.4
 X-Compile-Target-JDK: 1.4