[maven-release-plugin]  copy for tag SCXML_0_8_RC1

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/scxml/tags/SCXML_0_8_RC1@654971 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 98ba7ee..5eabf7c 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -17,7 +17,7 @@
 $Id$
 
                          Commons SCXML Package
-                          Version 0.8-SNAPSHOT
+                             Version 0.8
                             Release Notes
 
 INTRODUCTION:
diff --git a/build.xml b/build.xml
index 082a4e5..5fd0d30 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.8-SNAPSHOT
-  on date January 03 2008-->
+<!--build.xml generated by maven from project.xml version 0.8
+  on date May 09 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-0.8">
   </property>
   <path id="build.classpath">
     <fileset dir="${libdir}">
@@ -187,7 +187,7 @@
     </tstamp>
     <property name="copyright" value="Copyright &amp;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 0.8 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 ba5e361..fabaa93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,9 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <parent>
     <groupId>org.apache.commons</groupId>
@@ -29,7 +27,7 @@
   <name>Commons SCXML</name>
   <groupId>commons-scxml</groupId>
   <artifactId>commons-scxml</artifactId>
-  <version>0.8-SNAPSHOT</version>
+  <version>0.8</version>
 
   <inceptionYear>2005</inceptionYear>
   <description>A Java Implementation of a State Chart XML Engine</description>
@@ -37,9 +35,9 @@
   <url>http://commons.apache.org/scxml/</url>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/scxml/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/scxml/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/scxml/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/scxml/tags/SCXML_0_8_RC1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/scxml/tags/SCXML_0_8_RC1</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_8_RC1</url>
   </scm>
 
   <developers>
@@ -181,9 +179,9 @@
     <maven.compile.source>1.4</maven.compile.source>
     <maven.compile.target>1.4</maven.compile.target>
     <commons.componentid>scxml</commons.componentid>
-    <commons.release.version>0.7</commons.release.version>
+    <commons.release.version>0.8</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
-    <commons.binary.suffix></commons.binary.suffix>
+    <commons.binary.suffix />
     <commons.jira.id>SCXML</commons.jira.id>
     <commons.jira.pid>12310492</commons.jira.pid>
   </properties> 
diff --git a/project.xml b/project.xml
index e18068e..800fd71 100644
--- a/project.xml
+++ b/project.xml
@@ -20,7 +20,7 @@
   <name>SCXML</name>
   <groupId>commons-scxml</groupId> 
   <artifactId>commons-scxml</artifactId>
-  <currentVersion>0.8-SNAPSHOT</currentVersion>
+  <currentVersion>0.8</currentVersion>
 
   <inceptionYear>2005</inceptionYear>
   <shortDescription>Commons SCXML</shortDescription>
diff --git a/src/conf/MANIFEST.MF b/src/conf/MANIFEST.MF
index 4cc8d09..3920aae 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.8-SNAPSHOT
+Implementation-Version: 0.8
 Implementation-Vendor-Id: org.apache
 X-Compile-Source-JDK: 1.4
 X-Compile-Target-JDK: 1.4
diff --git a/src/site/site.xml b/src/site/site.xml
index d1abfdc..2f9eace 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -67,7 +67,7 @@
       </item>
 
       <item       name="Javadoc"
-                  href="/0.7/apidocs/index.html"/>
+                  href="/0.8/apidocs/index.html"/>
 
       <item       name="FAQ"
                   href="faq.html"/>
@@ -112,6 +112,21 @@
 
     <menu         name="Releases">
 
+      <item       name="Version 0.8"
+                  href="/0.8/index.html"
+                  collapse="true">
+
+        <item     name="Javadoc"
+                  href="/0.8/apidocs/index.html" />
+
+        <item     name="Release notes"
+                  href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_8/RELEASE-NOTES.txt?view=markup" />
+
+        <item     name="Source"
+                  href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_8/" />
+
+      </item>
+
       <item       name="Version 0.7"
                   href="/0.7/index.html"
                   collapse="true">
diff --git a/xdocs/0.8/index.xml b/xdocs/0.8/index.xml
new file mode 100644
index 0000000..aab32d6
--- /dev/null
+++ b/xdocs/0.8/index.xml
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+-->
+
+<document>
+
+ <properties>
+  <title>Commons SCXML v0.8</title>
+  <author email="dev@commons.apache.org">Commons Documentation Team</author>
+ </properties>
+
+ <body>
+
+ <section name="Commons SCXML 0.8 release documentation">
+
+  <p>
+  The following documentation on the v0.8 release is available online:
+  </p>
+
+  <p>
+    <ul>
+      <li>The v0.8 <a href="apidocs/index.html">Javadoc</a>.</li>
+      <li>The v0.8 <a href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_8/RELEASE-NOTES.txt?view=markup">release notes</a>.</li>
+      <li>The v0.8 <a href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_8/">source tree</a>.</li>
+    </ul>
+  </p>
+
+ </section>
+
+ </body>
+
+</document>
diff --git a/xdocs/building.xml b/xdocs/building.xml
index b2c3089..6767cc4 100644
--- a/xdocs/building.xml
+++ b/xdocs/building.xml
@@ -30,7 +30,25 @@
 </p>
 </section>
 <!-- ================================================== -->
-<section name="Maven Goals">
+<section name="Maven 2 Goals">
+  <p>
+    To build a jar file, change into SCXML's root directory and run "mvn package".
+    The result will be in the "target" subdirectory.
+  </p>
+  <p>
+    To build the Javadocs, run "mvn javadoc:javadoc".
+    The result will be in "target/docs/apidocs".
+  </p>
+  <p>
+    To build the full website, including Javadocs, run "mvn site".
+  </p>
+  <p>
+    Maven 2.0.8 and above is recommended.
+  </p>
+
+</section>
+<!-- ================================================== -->
+<section name="Maven 1 Goals">
   <p>
     To build a jar file, change into SCXML's root directory and run "maven jar".
     The result will be in the "target" subdirectory.
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 828f7e3..099dfac 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -27,14 +27,14 @@
 
     <section name="About this document">
       <ul>
-        <li>The latest release of Commons SCXML is version 0.7.</li>
+        <li>The latest release of Commons SCXML is version 0.8.</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="0.8" date="In SVN"
-     description="Latest unreleased code">
+    <release version="0.8" date="May 2008"
+     description="Latest release">
 
      <action dev="rahul" type="add" issue="SCXML-64">
        [05-03-2008] Better error reporting for ignored or misplaced elements
@@ -85,7 +85,7 @@
     </release>
 
     <release version="0.7" date="December 2007"
-     description="Latest release">
+     description="Release">
 
      <action dev="rahul" type="add">
        [12-12-2007] Add experimental Maven2 pom.xml to source distro.
diff --git a/xdocs/download_scxml.xml b/xdocs/download_scxml.xml
index cb47b2e..988eeb0 100644
--- a/xdocs/download_scxml.xml
+++ b/xdocs/download_scxml.xml
@@ -102,17 +102,17 @@
         <ul class="downloads">
           <li class="group"><div class="links"><span class="label">Binary</span></div>
             <ul>
-              <li class="download"><a href="[preferred]/commons/scxml/binaries/commons-scxml-0.7.tar.gz">0.7.tar.gz</a>
+              <li class="download"><a href="[preferred]/commons/scxml/binaries/commons-scxml-0.8.tar.gz">0.8.tar.gz</a>
                 <ul class="attributes">
-                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/scxml/binaries/commons-scxml-0.7.tar.gz.md5">md5</a>]</span>
-                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/scxml/binaries/commons-scxml-0.7.tar.gz.asc">pgp</a>]</span>
+                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/scxml/binaries/commons-scxml-0.8.tar.gz.md5">md5</a>]</span>
+                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/scxml/binaries/commons-scxml-0.8.tar.gz.asc">pgp</a>]</span>
                   </li>
                 </ul>
               </li>
-              <li class="download"><a href="[preferred]/commons/scxml/binaries/commons-scxml-0.7.zip">0.7.zip</a>
+              <li class="download"><a href="[preferred]/commons/scxml/binaries/commons-scxml-0.8.zip">0.8.zip</a>
                 <ul class="attributes">
-                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/scxml/binaries/commons-scxml-0.7.zip.md5">md5</a>]</span>
-                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/scxml/binaries/commons-scxml-0.7.zip.asc">pgp</a>]</span>
+                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/scxml/binaries/commons-scxml-0.8.zip.md5">md5</a>]</span>
+                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/scxml/binaries/commons-scxml-0.8.zip.asc">pgp</a>]</span>
                   </li>
                 </ul>
               </li>
@@ -120,17 +120,17 @@
           </li>
           <li class="group"><div class="links"><span class="label">Source</span></div>
             <ul>
-              <li class="download"><a href="[preferred]/commons/scxml/source/commons-scxml-0.7-src.tar.gz">0.7.tar.gz</a>
+              <li class="download"><a href="[preferred]/commons/scxml/source/commons-scxml-0.8-src.tar.gz">0.8.tar.gz</a>
                 <ul class="attributes">
-                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/scxml/source/commons-scxml-0.7-src.tar.gz.md5">md5</a>]</span>
-                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/scxml/source/commons-scxml-0.7-src.tar.gz.asc">pgp</a>]</span>
+                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/scxml/source/commons-scxml-0.8-src.tar.gz.md5">md5</a>]</span>
+                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/scxml/source/commons-scxml-0.8-src.tar.gz.asc">pgp</a>]</span>
                   </li>
                 </ul>
               </li>
-              <li class="download"><a href="[preferred]/commons/scxml/source/commons-scxml-0.7-src.zip">0.7.zip</a>
+              <li class="download"><a href="[preferred]/commons/scxml/source/commons-scxml-0.8-src.zip">0.8.zip</a>
                 <ul class="attributes">
-                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/scxml/source/commons-scxml-0.7-src.zip.md5">md5</a>]</span>
-                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/scxml/source/commons-scxml-0.7-src.zip.asc">pgp</a>]</span>
+                  <li><span class="md5">[<a href="http://www.apache.org/dist/commons/scxml/source/commons-scxml-0.8-src.zip.md5">md5</a>]</span>
+                      <span class="pgp">[<a href="http://www.apache.org/dist/commons/scxml/source/commons-scxml-0.8-src.zip.asc">pgp</a>]</span>
                   </li>
                 </ul>
               </li>
diff --git a/xdocs/index.xml b/xdocs/index.xml
index 849f685..338e8fc 100644
--- a/xdocs/index.xml
+++ b/xdocs/index.xml
@@ -73,10 +73,10 @@
 
  <section name="Releases">
   <p>
-  The latest release is v0.7. Read
-  <a href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_7/RELEASE-NOTES.txt?view=markup">v0.7
+  The latest release is v0.8. Read
+  <a href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_8/RELEASE-NOTES.txt?view=markup">v0.8
   release notes</a> before upgrading.
-  <a href="http://commons.apache.org/downloads/download_scxml.cgi">Download v0.7!</a>
+  <a href="http://commons.apache.org/downloads/download_scxml.cgi">Download v0.8!</a>
   </p>
   <p>
   The first release was v0.5. The initial release version number was chosen
diff --git a/xdocs/navigation.xml b/xdocs/navigation.xml
index ecae4f7..fac0c6c 100644
--- a/xdocs/navigation.xml
+++ b/xdocs/navigation.xml
@@ -75,7 +75,7 @@
       </item>
 
       <item       name="Javadoc"
-                  href="/0.7/apidocs/index.html"/>
+                  href="/0.8/apidocs/index.html"/>
 
       <item       name="FAQ"
                   href="faq.html"/>
@@ -117,6 +117,21 @@
 
     <menu         name="Releases">
 
+      <item       name="Version 0.8"
+                  href="/0.8/index.html"
+                  collapse="true">
+
+        <item     name="Javadoc"
+                  href="/0.8/apidocs/index.html" />
+
+        <item     name="Release notes"
+                  href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_8/RELEASE-NOTES.txt?view=markup" />
+
+        <item     name="Source"
+                  href="http://svn.apache.org/viewvc/commons/proper/scxml/tags/SCXML_0_8/" />
+
+      </item>
+
       <item       name="Version 0.7"
                   href="/0.7/index.html"
                   collapse="true">