Update sample command in guide.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/scxml/trunk@719770 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/xdocs/guide/testing-standalone.xml b/xdocs/guide/testing-standalone.xml
index bcf5791..a1d5d31 100644
--- a/xdocs/guide/testing-standalone.xml
+++ b/xdocs/guide/testing-standalone.xml
@@ -53,7 +53,7 @@
     java -classpath
 
     commons-digester-1.7.jar;commons-beanutils-1.7.0.jar;
-    commons-logging-1.0.4.jar;commons-scxml-1.0-SNAPSHOT.jar;
+    commons-logging-1.0.4.jar;commons-scxml-0.9.jar;
     commons-jexl-1.0.jar
 
     <a href="../xref/org/apache/commons/scxml/test/StandaloneJexlExpressions.html">org.apache.commons.scxml.test.StandaloneJexlExpressions</a>