[jboss-svn-commits] JBL Code SVN: r38009 - in labs/jbosstm/branches/JBOSSTS_4_16: txbridge/tests and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Apr 12 07:12:13 EDT 2012


Author: tomjenkinson
Date: 2012-04-12 07:12:12 -0400 (Thu, 12 Apr 2012)
New Revision: 38009

Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/maven/pom-template.xml
   labs/jbosstm/branches/JBOSSTS_4_16/txbridge/tests/pom.xml
Log:
JBTM-1090

Modified: labs/jbosstm/branches/JBOSSTS_4_16/maven/pom-template.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/maven/pom-template.xml	2012-04-12 09:34:15 UTC (rev 38008)
+++ labs/jbosstm/branches/JBOSSTS_4_16/maven/pom-template.xml	2012-04-12 11:12:12 UTC (rev 38009)
@@ -434,6 +434,7 @@
     </dependencies>
 
     <properties>
+        <!-- Upgraded for JBTM-1090 -->
         <byteman-version>2.0.1</byteman-version>
     </properties>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_16/txbridge/tests/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/txbridge/tests/pom.xml	2012-04-12 09:34:15 UTC (rev 38008)
+++ labs/jbosstm/branches/JBOSSTS_4_16/txbridge/tests/pom.xml	2012-04-12 11:12:12 UTC (rev 38009)
@@ -14,7 +14,7 @@
         <version.jbossts>4.16.4.Final-SNAPSHOT</version.jbossts>
         <version.arquillian.junit>1.0.0.CR7</version.arquillian.junit>
         <version.junit>4.8.2</version.junit>
-        <version.byteman>2.0.0</version.byteman>
+        <version.byteman>2.0.1</version.byteman>
         <version.apache.httpcomponents>4.1.2</version.apache.httpcomponents>
 
         <byteman.home>${project.build.directory}/byteman</byteman.home>



More information about the jboss-svn-commits mailing list