[jboss-svn-commits] JBL Code SVN: r38209 - in labs/jbosstm/branches/JBOSSTS_4_16: scripts/hudson and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Oct 1 16:42:42 EDT 2012


Author: tomjenkinson
Date: 2012-10-01 16:42:42 -0400 (Mon, 01 Oct 2012)
New Revision: 38209

Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/maven/pom-template.xml
   labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
Log:
JBTM-1275 corrected some bash issue

Modified: labs/jbosstm/branches/JBOSSTS_4_16/maven/pom-template.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/maven/pom-template.xml	2012-10-01 19:31:23 UTC (rev 38208)
+++ labs/jbosstm/branches/JBOSSTS_4_16/maven/pom-template.xml	2012-10-01 20:42:42 UTC (rev 38209)
@@ -309,7 +309,7 @@
         <dependency>
             <groupId>jacorb</groupId>
             <artifactId>idl</artifactId>
-            <version>2.3.1jboss.patch01-brew</version><!-- TODO AS7 -->
+            <version>${version.jacorb}</version><!-- TODO AS7 -->
             <scope>provided</scope>
         </dependency>
 
@@ -380,7 +380,7 @@
         <dependency>
             <groupId>dom4j</groupId>
             <artifactId>dom4j</artifactId>
-            <version>1.6.1</version>
+            <!--version>1.6.1</version-->
             <scope>provided</scope>
         </dependency>
 

Modified: labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2012-10-01 19:31:23 UTC (rev 38208)
+++ labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2012-10-01 20:42:42 UTC (rev 38209)
@@ -51,7 +51,7 @@
 #RUN XTS AS INTEGRATION TESTS
 cd ${WORKSPACE}/jboss-as/testsuite/integration/xts
 mvn test -Pxts.integration.tests.profile
-if [ "$?" != "0" ]; 
+if [ "$?" != "0" ]; then
         exit -1                  
 fi
 



More information about the jboss-svn-commits mailing list