[jboss-svn-commits] JBL Code SVN: r30323 - in labs/jbosstm/trunk: ArjunaJTA and 1 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Nov 24 08:37:45 EST 2009
Author: jhalliday
Date: 2009-11-24 08:37:44 -0500 (Tue, 24 Nov 2009)
New Revision: 30323
Modified:
labs/jbosstm/trunk/ArjunaJTA/INSTALL
labs/jbosstm/trunk/ArjunaJTS/INSTALL
labs/jbosstm/trunk/build-release-pkgs.xml
Log:
Doc updates for 4.9 JBTM-654
Modified: labs/jbosstm/trunk/ArjunaJTA/INSTALL
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/INSTALL 2009-11-24 12:14:15 UTC (rev 30322)
+++ labs/jbosstm/trunk/ArjunaJTA/INSTALL 2009-11-24 13:37:44 UTC (rev 30323)
@@ -1,12 +1,12 @@
-JBossTS 4.8.GA is designed for use standalone or with JBossAS 6 alpha
+JBossTS 4.9.GA is designed for use standalone or with JBossAS 6 alpha/milestone releases
It is not suitable for use with earlier versions of JBossAS.
The installation procedure has changed from earlier releases due to the move from
a JMX configuration style to the POJO microcontainer used by AS 6.x, packaging and config files changes.
Upgrading users should take care to read the steps below carefully.
-Installing JBossTS 4.8.GA JTA into JBossAS 6 alpha
+Installing JBossTS 4.9.GA JTA into JBossAS 6 alpha
------------------------------------------------------------
The application server ships with an earlier release of JBossTS JTS, configured to run in JTA local mode,
Modified: labs/jbosstm/trunk/ArjunaJTS/INSTALL
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/INSTALL 2009-11-24 12:14:15 UTC (rev 30322)
+++ labs/jbosstm/trunk/ArjunaJTS/INSTALL 2009-11-24 13:37:44 UTC (rev 30323)
@@ -1,12 +1,12 @@
-JBossTS 4.8.GA is designed for use standalone or with JBossAS 6 alpha
+JBossTS 4.9.GA is designed for use standalone or with JBossAS 6 alpha/milestone releases
It is not suitable for use with earlier versions of JBossAS.
The installation procedure has changed from earlier releases due to the move from
a JMX configuration style to the POJO microcontainer used by AS 6.x, packaging and config files changes.
Upgrading users should take care to read the steps below carefully.
-Installing JBossTS 4.8.GA JTA into JBossAS 6 alpha
+Installing JBossTS 4.9.GA JTA into JBossAS 6 alpha
------------------------------------------------------------
The application server ships with an earlier release of JBossTS JTS, configured to run in JTA local mode,
@@ -23,7 +23,7 @@
-Installing JBossTS 4.8.GA JTS into JBossAS 6 alpha
+Installing JBossTS 4.9.GA JTS into JBossAS 6 alpha
------------------------------------------------------------
The JTS binaries are now bundled with JBossAS. To change the default JTA to JTS in JBossAS,
Modified: labs/jbosstm/trunk/build-release-pkgs.xml
===================================================================
--- labs/jbosstm/trunk/build-release-pkgs.xml 2009-11-24 12:14:15 UTC (rev 30322)
+++ labs/jbosstm/trunk/build-release-pkgs.xml 2009-11-24 13:37:44 UTC (rev 30323)
@@ -62,7 +62,7 @@
<!--
<property name="svnbase" value="https://svn.jboss.org/repos/labs/labs/jbosstm"/>
<property name="tag" value="trunk"/>
- <property name="filename" value="4.8.0.SNAPSHOT"/>
+ <property name="filename" value="4.9.0.SNAPSHOT"/>
<property name="mvn.repositoryId" value="snapshots.jboss.org"/>
<property name="mvn.url" value="dav:https://snapshots.jboss.org/maven2"/>
-->
@@ -72,9 +72,9 @@
<!-- where to get the source -->
<property name="svnbase" value="https://svn.jboss.org/repos/labs/labs/jbosstm/tags"/>
<!-- The tag as it appears under svnbase -->
- <property name="tag" value="JBOSSTS_4_8_0_GA"/>
+ <property name="tag" value="JBOSSTS_4_9_0_GA"/>
<!-- The file name base for the user downloadable files. Derive it from the tag -->
- <property name="filename" value="4.8.0.GA"/>
+ <property name="filename" value="4.9.0.GA"/>
<!-- the location the JBossTS web site content svn is checked out to -->
<property name="cmsdir" value="/home/jhalli/IdeaProjects/jboss/jbosstm-cms/"/>
<!-- the location the maven repository svn is checked out to.
More information about the jboss-svn-commits
mailing list