[jbpm-commits] JBoss JBPM SVN: r5684 - jbpm3/branches/jbpm-3.2-soa/hudson.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Oct 4 19:19:29 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-10-04 19:19:29 -0400 (Sun, 04 Oct 2009)
New Revision: 5684

Modified:
   jbpm3/branches/jbpm-3.2-soa/hudson/profiles.xml.redhat.qa
Log:
switch to mysql 5.0 server in qa lab

Modified: jbpm3/branches/jbpm-3.2-soa/hudson/profiles.xml.redhat.qa
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/hudson/profiles.xml.redhat.qa	2009-10-04 22:16:32 UTC (rev 5683)
+++ jbpm3/branches/jbpm-3.2-soa/hudson/profiles.xml.redhat.qa	2009-10-04 23:19:29 UTC (rev 5684)
@@ -25,7 +25,7 @@
         <jdbc.mssql.username>jbpm</jdbc.mssql.username>
         <jdbc.mssql.password>jbpm</jdbc.mssql.password>
 
-        <jdbc.mysql.server>vmg02.mw.lab.eng.bos.redhat.com</jdbc.mysql.server>
+        <jdbc.mysql.server>vmg08.mw.lab.eng.bos.redhat.com</jdbc.mysql.server>
         <jdbc.mysql.port>3306</jdbc.mysql.port>
         <jdbc.mysql.database>jbpm3</jdbc.mysql.database>
         <jdbc.mysql.url>jdbc:mysql://${jdbc.mysql.server}:${jdbc.mysql.port}/${jdbc.mysql.database}</jdbc.mysql.url>



More information about the jbpm-commits mailing list