You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2007/12/08 17:48:59 UTC

svn commit: r602502 - in /commons/proper/scxml/trunk: RELEASE-NOTES.txt build.xml pom.xml project.xml src/conf/MANIFEST.MF

Author: rahul
Date: Sat Dec  8 08:48:58 2007
New Revision: 602502

URL: http://svn.apache.org/viewvc?rev=602502&view=rev
Log:
Time for v0.7 RC1.

Modified:
    commons/proper/scxml/trunk/RELEASE-NOTES.txt
    commons/proper/scxml/trunk/build.xml
    commons/proper/scxml/trunk/pom.xml
    commons/proper/scxml/trunk/project.xml
    commons/proper/scxml/trunk/src/conf/MANIFEST.MF

Modified: commons/proper/scxml/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/RELEASE-NOTES.txt?rev=602502&r1=602501&r2=602502&view=diff
==============================================================================
--- commons/proper/scxml/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/scxml/trunk/RELEASE-NOTES.txt Sat Dec  8 08:48:58 2007
@@ -17,7 +17,7 @@
 $Id$
 
                          Commons SCXML Package
-                          Version 0.7-SNAPSHOT
+                             Version 0.7
                             Release Notes
 
 INTRODUCTION:

Modified: commons/proper/scxml/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/build.xml?rev=602502&r1=602501&r2=602502&view=diff
==============================================================================
--- commons/proper/scxml/trunk/build.xml (original)
+++ commons/proper/scxml/trunk/build.xml Sat Dec  8 08:48:58 2007
@@ -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>

Modified: commons/proper/scxml/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/pom.xml?rev=602502&r1=602501&r2=602502&view=diff
==============================================================================
--- commons/proper/scxml/trunk/pom.xml (original)
+++ commons/proper/scxml/trunk/pom.xml Sat Dec  8 08:48:58 2007
@@ -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>

Modified: commons/proper/scxml/trunk/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/project.xml?rev=602502&r1=602501&r2=602502&view=diff
==============================================================================
--- commons/proper/scxml/trunk/project.xml (original)
+++ commons/proper/scxml/trunk/project.xml Sat Dec  8 08:48:58 2007
@@ -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>

Modified: commons/proper/scxml/trunk/src/conf/MANIFEST.MF
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/conf/MANIFEST.MF?rev=602502&r1=602501&r2=602502&view=diff
==============================================================================
--- commons/proper/scxml/trunk/src/conf/MANIFEST.MF (original)
+++ commons/proper/scxml/trunk/src/conf/MANIFEST.MF Sat Dec  8 08:48:58 2007
@@ -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