Author: rahul
Date: Fri Nov 21 15:08:26 2008
New Revision: 719742

URL: http://svn.apache.org/viewvc?rev=719742&view=rev
Log:
Towards a v0.9 RC.

Modified:
    commons/proper/scxml/trunk/build.xml
    commons/proper/scxml/trunk/project.xml
    commons/proper/scxml/trunk/src/assembly/src.xml
    commons/proper/scxml/trunk/src/conf/MANIFEST.MF

Modified: commons/proper/scxml/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/scxml/trunk/build.xml?rev=719742&r1=719741&r2=719742&view=diff
==============================================================================
--- commons/proper/scxml/trunk/build.xml (original)
+++ commons/proper/scxml/trunk/build.xml Fri Nov 21 15:08:26 2008
@@ -15,7 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
 -->
-<!--build.xml generated by maven from project.xml version 0.9-SNAPSHOT
+<!--build.xml generated by maven from project.xml version 0.9
   on date May 22 2008-->
 
 <project default="jar" name="commons-scxml" basedir=".">
@@ -35,7 +35,7 @@
   </property>
   <property name="javadocdir" value="dist/docs/api">
   </property>
-  <property name="final.name" value="commons-scxml-0.9-SNAPSHOT">
+  <property name="final.name" value="commons-scxml-0.9">
   </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.9-SNAPSHOT API">
+    <property name="title" value="Commons SCXML 0.9 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/project.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/scxml/trunk/project.xml?rev=719742&r1=719741&r2=719742&view=diff
==============================================================================
--- commons/proper/scxml/trunk/project.xml (original)
+++ commons/proper/scxml/trunk/project.xml Fri Nov 21 15:08:26 2008
@@ -20,7 +20,7 @@
   <name>SCXML</name>
   <groupId>commons-scxml</groupId> 
   <artifactId>commons-scxml</artifactId>
-  <currentVersion>0.9-SNAPSHOT</currentVersion>
+  <currentVersion>0.9</currentVersion>
 
   <inceptionYear>2005</inceptionYear>
   <shortDescription>Commons SCXML</shortDescription>

Modified: commons/proper/scxml/trunk/src/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/assembly/src.xml?rev=719742&r1=719741&r2=719742&view=diff
==============================================================================
--- commons/proper/scxml/trunk/src/assembly/src.xml (original)
+++ commons/proper/scxml/trunk/src/assembly/src.xml Fri Nov 21 15:08:26 2008
@@ -20,7 +20,7 @@
         <format>tar.gz</format>
         <format>zip</format>
     </formats>
-    <baseDirectory>${project.artifactId}-0.8-src</baseDirectory>
+    <baseDirectory>${project.artifactId}-0.9-src</baseDirectory>
     <fileSets>
         <fileSet>
             <includes>

Modified: commons/proper/scxml/trunk/src/conf/MANIFEST.MF
URL: 
http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/conf/MANIFEST.MF?rev=719742&r1=719741&r2=719742&view=diff
==============================================================================
--- commons/proper/scxml/trunk/src/conf/MANIFEST.MF (original)
+++ commons/proper/scxml/trunk/src/conf/MANIFEST.MF Fri Nov 21 15:08:26 2008
@@ -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.9-SNAPSHOT
+Implementation-Version: 0.9
 Implementation-Vendor-Id: org.apache
 X-Compile-Source-JDK: 1.4
 X-Compile-Target-JDK: 1.4


Reply via email to