[jboss-cvs] JBoss Messaging SVN: r5771 - in branches/Branch_1_4: docs and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Feb 1 23:19:48 EST 2009


Author: gaohoward
Date: 2009-02-01 23:19:47 -0500 (Sun, 01 Feb 2009)
New Revision: 5771

Modified:
   branches/Branch_1_4/build-messaging.xml
   branches/Branch_1_4/docs/README.html
Log:
1.4.0.SP3-CP06
Change version number and readme.


Modified: branches/Branch_1_4/build-messaging.xml
===================================================================
--- branches/Branch_1_4/build-messaging.xml	2009-02-01 04:55:48 UTC (rev 5770)
+++ branches/Branch_1_4/build-messaging.xml	2009-02-02 04:19:47 UTC (rev 5771)
@@ -52,10 +52,10 @@
    <property name="messaging.version.major" value="1"/>
    <property name="messaging.version.minor" value="4"/>
    <property name="messaging.version.revision" value="0"/>
-   <property name="messaging.version.incrementing" value="27"/>
-   <property name="messaging.version.tag" value="SP3-CP05"/>
-   <property name="messaging.version.name" value="Picanha"/>
-   <property name="messaging.version.cvstag" value="JBossMessaging_1_4_0_SP3_CP05"/>
+   <property name="messaging.version.incrementing" value="28"/>
+   <property name="messaging.version.tag" value="SP3-CP06"/>
+   <property name="messaging.version.name" value="Hotpot"/>
+   <property name="messaging.version.cvstag" value="JBossMessaging_1_4_0_SP3_CP06"/>
    <property name="module.name" value="messaging"/>
    <property name="module.Name" value="JBoss Messaging"/>
    <property name="module.version" value="${messaging.version.major}.${messaging.version.minor}.${messaging.version.revision}.${messaging.version.tag}"/>

Modified: branches/Branch_1_4/docs/README.html
===================================================================
--- branches/Branch_1_4/docs/README.html	2009-02-01 04:55:48 UTC (rev 5770)
+++ branches/Branch_1_4/docs/README.html	2009-02-02 04:19:47 UTC (rev 5771)
@@ -17,7 +17,7 @@
 
 For full description of the contents please see the <a href="https://jira.jboss.org/jira/secure/ReleaseNote.jspa?version=12312843&styleName=Html&projectId=12310061">JBoss Messaging project JIRA.</a><br><br>
 
-When upgrading an existing installation be sure to update all the configuration files in server/&lt;server name&gt;/deploy/jboss-messaging.sar with the newer versions and replace jboss-messaging.jar in server/&lt;server name&gt;/lib and on the client classpath. You will also need to drop all tables and indexes in the database.<br><br>
+When upgrading an existing installation be sure to update all the configuration files in server/&lt;server name&gt;/deploy/jboss-messaging.sar with the newer versions and replace jboss-messaging.jar in server/&lt;server name&gt;/lib and on the client classpath. You don't need to drop all tables and indexes in the database.<br><br>
 
 This release of JBoss Messaging also requires specific versions of JBoss Remoting, JBoss AOP and Javassist. For the correct versions see the user-guide installation section. Be sure that server/&lt;server name&gt;/lib contains these jar and they are also present as the first entry on the client classpath. This is critical to ensure proper operation of JBoss Messaging!<br><br>
 




More information about the jboss-cvs-commits mailing list