[jboss-svn-commits] JBL Code SVN: r37015 - in labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress: ArjunaCore/docs/ArjunaCore_Development_Guide/en-US and 10 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed May 18 09:48:55 EDT 2011
Author: tomjenkinson
Date: 2011-05-18 09:48:55 -0400 (Wed, 18 May 2011)
New Revision: 37015
Modified:
labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaCore/docs/ArjunaCore_Development_Guide/en-US/Book_Info.xml
labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaCore/docs/ArjunaCore_Installation_And_Administration_Guide/en-US/Book_Info.xml
labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTA/INSTALL
labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTA/docs/ArjunaTA_Development_Guide/en-US/Book_Info.xml
labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTA/docs/ArjunaTA_Installation_And_Administration_Guide/en-US/Book_Info.xml
labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTS/INSTALL
labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTS/docs/ArjunaJTS_Development_Guide/en-US/Book_Info.xml
labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTS/docs/ArjunaJTS_Installation_And_Administration_Guide/en-US/Book_Info.xml
labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTS/docs/ArjunaJTS_Installation_And_Administration_Guide/en-US/Web_Service_Transaction_Management.xml
labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/XTS/docs/Transactions_XTS_Administration_And_Development_Guide/en-US/Book_Info.xml
labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/atsintegration/transaction-jboss-beans.xml
labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/atsintegration/transaction-jboss-beans.xml.jts
labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/build-release-pkgs.xml
labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/docs/release_notes/en-US/Article_Info.xml
labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/docs/release_notes/en-US/Release_Notes.ent
labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/docs/release_notes/en-US/Revision_History.xml
Log:
make the version numbers in the source transactions consistent for 4.14.0.Final
Modified: labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaCore/docs/ArjunaCore_Development_Guide/en-US/Book_Info.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaCore/docs/ArjunaCore_Development_Guide/en-US/Book_Info.xml 2011-05-18 13:15:17 UTC (rev 37014)
+++ labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaCore/docs/ArjunaCore_Development_Guide/en-US/Book_Info.xml 2011-05-18 13:48:55 UTC (rev 37015)
@@ -7,7 +7,7 @@
<title>Development Guide</title>
<subtitle>Building Applications with JBoss Transactions</subtitle>
<productname>ArjunaCore</productname>
- <productnumber>4.14.0</productnumber>
+ <productnumber>4.14.0.Final</productnumber>
<edition>0</edition>
<pubsnumber>0</pubsnumber>
<abstract>
Modified: labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaCore/docs/ArjunaCore_Installation_And_Administration_Guide/en-US/Book_Info.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaCore/docs/ArjunaCore_Installation_And_Administration_Guide/en-US/Book_Info.xml 2011-05-18 13:15:17 UTC (rev 37014)
+++ labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaCore/docs/ArjunaCore_Installation_And_Administration_Guide/en-US/Book_Info.xml 2011-05-18 13:48:55 UTC (rev 37015)
@@ -7,7 +7,7 @@
<title>ArjunaCore Installation And Administration Guide</title>
<subtitle>Installation and Administration of the ArjunaCore Transaction Service</subtitle>
<productname>ArjunaCore</productname>
- <productnumber>4.14.0</productnumber>
+ <productnumber>4.14.0.Final</productnumber>
<edition>1</edition>
<pubsnumber>1</pubsnumber>
<!--
Modified: labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTA/INSTALL
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTA/INSTALL 2011-05-18 13:15:17 UTC (rev 37014)
+++ labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTA/INSTALL 2011-05-18 13:48:55 UTC (rev 37015)
@@ -1,12 +1,12 @@
-JBossTS 4.14 is designed for use standalone or with the JBossAS 6.0.CR1 release
+JBossTS 4.14.0.Final is designed for use standalone or with the JBossAS 6.0.CR1 release
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.14 JTA into JBossAS 6
+Installing JBossTS 4.14.0.Final JTA into JBossAS 6
------------------------------------------------------------
The application server ships with an earlier release of JBossTS JTS, configured to run in JTA local mode,
Modified: labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTA/docs/ArjunaTA_Development_Guide/en-US/Book_Info.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTA/docs/ArjunaTA_Development_Guide/en-US/Book_Info.xml 2011-05-18 13:15:17 UTC (rev 37014)
+++ labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTA/docs/ArjunaTA_Development_Guide/en-US/Book_Info.xml 2011-05-18 13:48:55 UTC (rev 37015)
@@ -7,7 +7,7 @@
<title>ArjunaTA Development Guide</title>
<subtitle>Development reference guide for the ArjunaTA implementation of the JTA API</subtitle>
<productname>ArjunaTA</productname>
- <productnumber>4.14.0</productnumber>
+ <productnumber>4.14.0.Final</productnumber>
<edition>0</edition>
<pubsnumber>0</pubsnumber>
<abstract>
Modified: labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTA/docs/ArjunaTA_Installation_And_Administration_Guide/en-US/Book_Info.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTA/docs/ArjunaTA_Installation_And_Administration_Guide/en-US/Book_Info.xml 2011-05-18 13:15:17 UTC (rev 37014)
+++ labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTA/docs/ArjunaTA_Installation_And_Administration_Guide/en-US/Book_Info.xml 2011-05-18 13:48:55 UTC (rev 37015)
@@ -8,7 +8,7 @@
<subtitle>Installation and Administration of the ArjunaTA toolkit, which implements the JTA API in the ArjunaCore
Transaction Service</subtitle>
<productname>ArjunaTA</productname>
- <productnumber>4.14.0</productnumber>
+ <productnumber>4.14.0.Final</productnumber>
<edition>1</edition>
<pubsnumber>1</pubsnumber>
<!--
Modified: labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTS/INSTALL
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTS/INSTALL 2011-05-18 13:15:17 UTC (rev 37014)
+++ labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTS/INSTALL 2011-05-18 13:48:55 UTC (rev 37015)
@@ -1,5 +1,5 @@
-JBossTS 4.14 is designed for use standalone or with JBossAS 6.0.CR1 release
+JBossTS 4.14.0.Final is designed for use standalone or with JBossAS 6.0.CR1 release
It is not suitable for use with earlier versions of JBossAS.
The installation procedure has changed from earlier releases due to the move from
@@ -7,7 +7,7 @@
Upgrading users should take care to read the steps below carefully.
-Installing JBossTS 4.14 JTA into JBossAS 6
+Installing JBossTS 4.14.0.Final JTA into JBossAS 6
------------------------------------------------------------
The application server ships with an earlier release of JBossTS JTS, configured to run in JTA local mode,
@@ -23,7 +23,7 @@
- Replace JBossAS server/<name>/deploy/transaction-jboss-beans.xml with the newer JBossTS version.
-Installing JBossTS 4.14 JTS into JBossAS 6
+Installing JBossTS 4.14.0.Final JTS into JBossAS 6
------------------------------------------------------------
The JTS binaries are now bundled with JBossAS. To change the default JTA to JTS in JBossAS,
Modified: labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTS/docs/ArjunaJTS_Development_Guide/en-US/Book_Info.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTS/docs/ArjunaJTS_Development_Guide/en-US/Book_Info.xml 2011-05-18 13:15:17 UTC (rev 37014)
+++ labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTS/docs/ArjunaJTS_Development_Guide/en-US/Book_Info.xml 2011-05-18 13:48:55 UTC (rev 37015)
@@ -7,7 +7,7 @@
<title>ArjunaJTS Development Guide</title>
<subtitle>Developing distributed transactional applications with JBoss Transactions</subtitle>
<productname>ArjunaJTS</productname>
- <productnumber>4.14.0</productnumber>
+ <productnumber>4.14.0.Final</productnumber>
<edition>0</edition>
<pubsnumber>0</pubsnumber>
<!--
Modified: labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTS/docs/ArjunaJTS_Installation_And_Administration_Guide/en-US/Book_Info.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTS/docs/ArjunaJTS_Installation_And_Administration_Guide/en-US/Book_Info.xml 2011-05-18 13:15:17 UTC (rev 37014)
+++ labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTS/docs/ArjunaJTS_Installation_And_Administration_Guide/en-US/Book_Info.xml 2011-05-18 13:48:55 UTC (rev 37015)
@@ -7,7 +7,7 @@
<title>ArjunaJTS Installation And Administration Guide</title>
<subtitle>Installation and Administration of the ArjunaJTS toolkit, used as part of the ArjunaCore Transaction Service</subtitle>
<productname>ArjunaJTS</productname>
- <productnumber>4.14.0</productnumber>
+ <productnumber>4.14.0.Final</productnumber>
<edition>1</edition>
<pubsnumber>1</pubsnumber>
<!--
Modified: labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTS/docs/ArjunaJTS_Installation_And_Administration_Guide/en-US/Web_Service_Transaction_Management.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTS/docs/ArjunaJTS_Installation_And_Administration_Guide/en-US/Web_Service_Transaction_Management.xml 2011-05-18 13:15:17 UTC (rev 37014)
+++ labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/ArjunaJTS/docs/ArjunaJTS_Installation_And_Administration_Guide/en-US/Web_Service_Transaction_Management.xml 2011-05-18 13:48:55 UTC (rev 37015)
@@ -87,7 +87,7 @@
<title>Using the <filename>coordinator/</filename> diretory to configure and deploy a stand-alone transaction manager</title>
<step>
<para>
- Install JBossTS 4.14.
+ Install JBossTS 4.14.0.Final.
</para>
</step>
<step>
Modified: labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/XTS/docs/Transactions_XTS_Administration_And_Development_Guide/en-US/Book_Info.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/XTS/docs/Transactions_XTS_Administration_And_Development_Guide/en-US/Book_Info.xml 2011-05-18 13:15:17 UTC (rev 37014)
+++ labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/XTS/docs/Transactions_XTS_Administration_And_Development_Guide/en-US/Book_Info.xml 2011-05-18 13:48:55 UTC (rev 37015)
@@ -7,7 +7,7 @@
<title>Transactions XTS Administration And Development Guide</title>
<subtitle>Using the XTS Module of &PRODUCT; to provide Web Services Transactions</subtitle>
<productname>JBoss Transactions</productname>
- <productnumber>4.14.0</productnumber>
+ <productnumber>4.14.0.Final</productnumber>
<edition>0</edition>
<pubsnumber>0</pubsnumber>
<abstract>
Modified: labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/atsintegration/transaction-jboss-beans.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/atsintegration/transaction-jboss-beans.xml 2011-05-18 13:15:17 UTC (rev 37014)
+++ labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/atsintegration/transaction-jboss-beans.xml 2011-05-18 13:48:55 UTC (rev 37015)
@@ -2,7 +2,7 @@
<deployment xmlns="urn:jboss:bean-deployer:2.0">
<!--
- This is an example transaction-jboss-beans.xml file suitable for installing JBossTS 4.14 JTA
+ This is an example transaction-jboss-beans.xml file suitable for installing JBossTS 4.14.0.Final JTA
into AS 6.0.CR1. The canonical version of this file normally resides in the JBossAS svn
but right now JBossAS is running an earlier TS release, so we provide this file via the
JBossTS svn as an example to facilitate upgrading. Take care - some non-arjuna beans many have
Modified: labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/atsintegration/transaction-jboss-beans.xml.jts
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/atsintegration/transaction-jboss-beans.xml.jts 2011-05-18 13:15:17 UTC (rev 37014)
+++ labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/atsintegration/transaction-jboss-beans.xml.jts 2011-05-18 13:48:55 UTC (rev 37015)
@@ -2,7 +2,7 @@
<deployment xmlns="urn:jboss:bean-deployer:2.0">
<!--
- This is an example transaction-jboss-beans.xml file suitable for installing JBossTS 4.14 JTS
+ This is an example transaction-jboss-beans.xml file suitable for installing JBossTS 4.14.0.Final JTS
into AS 6.0.CR1. The canonical version of this file normally resides in the JBossAS svn
but right now JBossAS is running an earlier TS release, so we provide this file via the
JBossTS svn as an example to facilitate upgrading. Take care - some non-arjuna beans many have
Modified: labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/build-release-pkgs.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/build-release-pkgs.xml 2011-05-18 13:15:17 UTC (rev 37014)
+++ labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/build-release-pkgs.xml 2011-05-18 13:48:55 UTC (rev 37015)
@@ -44,7 +44,7 @@
ant -f build-release-pkgs.xml dist downloads
rsync or sftp the downloads to publish to the web site (careful with the trailing '/') e.g.
- rsync \-\-protocol=29 -avz 4.11.0.Final jbosstm at filemgmt.jboss.org:downloads_htdocs/jbosstm/
+ rsync \-\-protocol=29 -avz 4.14.0.Final jbosstm at filemgmt.jboss.org:downloads_htdocs/jbosstm/
Log in to magnolia cms at https://www.jboss.org/author, create page under jbosstm/downloads
(note: 'magnolia' target below may help) then edit downloads node itself to update table in downloads.html
@@ -56,7 +56,7 @@
to upload releases to the mvn staging server. Note: this requires you to have login info in your settings.xml
Then login to https://repository.jboss.org/nexus/ and publish the artifacts.
- This version is for JBossTS 4.11 onwards. Don't use it for earlier releases, they are structured differently.
+ This version is for JBossTS 4.14.0.Final onwards. Don't use it for earlier releases, they are structured differently.
-->
<project name="JBossTS Release Packaging" default="dist" basedir=".">
<description>
@@ -82,9 +82,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_11_0_Final"/>
+ <property name="tag" value="JBOSSTS_4_14_0_Final"/>
<!-- The file name base for the user downloadable files. Derive it from the tag -->
- <property name="filename" value="4.11.0.Final"/>
+ <property name="filename" value="4.14.0.Final"/>
<!-- the location the JBossTS web site content is copied to -->
<property name="downloads.dir" value="/home/jhalli/IdeaProjects/jboss/filemgmt.jboss.org/downloads_htdocs/jbosstm/"/>
<!-- the mvn repo to upload to -->
Modified: labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/docs/release_notes/en-US/Article_Info.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/docs/release_notes/en-US/Article_Info.xml 2011-05-18 13:15:17 UTC (rev 37014)
+++ labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/docs/release_notes/en-US/Article_Info.xml 2011-05-18 13:48:55 UTC (rev 37015)
@@ -3,11 +3,11 @@
<!ENTITY % BOOK_ENTITIES SYSTEM "Release_Notes.ent">
%BOOK_ENTITIES;
]>
-<articleinfo id="arti-4.14_JBoss_Transactions_Release_Notes-a4.14_JBoss_Transactions_Release_Notes">
+<articleinfo id="arti-4.14.0.Final_JBoss_Transactions_Release_Notes-a4.14.0.Final_JBoss_Transactions_Release_Notes">
<title>Release Notes</title>
<subtitle>Release Notes for JBoss Transaction Manager</subtitle>
<productname>JBoss Transaction manager</productname>
- <productnumber>4.14</productnumber>
+ <productnumber>4.14.0.Final</productnumber>
<edition>0</edition>
<pubsnumber>0</pubsnumber>
<abstract>
Modified: labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/docs/release_notes/en-US/Release_Notes.ent
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/docs/release_notes/en-US/Release_Notes.ent 2011-05-18 13:15:17 UTC (rev 37014)
+++ labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/docs/release_notes/en-US/Release_Notes.ent 2011-05-18 13:48:55 UTC (rev 37015)
@@ -1,4 +1,4 @@
<!ENTITY PRODUCT "JBoss Transaction Manager">
-<!ENTITY BOOKID "4.14_JBoss_Transactions_Release_Notes">
+<!ENTITY BOOKID "4.14.0.Final_JBoss_Transactions_Release_Notes">
<!ENTITY YEAR "2010">
<!ENTITY HOLDER "JBoss.org">
Modified: labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/docs/release_notes/en-US/Revision_History.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/docs/release_notes/en-US/Revision_History.xml 2011-05-18 13:15:17 UTC (rev 37014)
+++ labs/jbosstm/branches/JBOSSTS_4_14_0_Final_openshiftexpress/docs/release_notes/en-US/Revision_History.xml 2011-05-18 13:48:55 UTC (rev 37015)
@@ -3,7 +3,7 @@
<!ENTITY % BOOK_ENTITIES SYSTEM "Release_Notes.ent">
%BOOK_ENTITIES;
]>
-<appendix id="appe-4.14_JBoss_Transactions_Release_Notes-Revision_History">
+<appendix id="appe-4.14.0.Final_JBoss_Transactions_Release_Notes-Revision_History">
<title>Revision History</title>
<simpara>
<revhistory>
@@ -17,7 +17,7 @@
</author>
<revdescription>
<simplelist>
- <member>JBossTS 4.14 Release Notes</member>
+ <member>JBossTS 4.14.0.Final Release Notes</member>
</simplelist>
</revdescription>
</revision>
More information about the jboss-svn-commits
mailing list