[jbpm-commits] JBoss JBPM SVN: r3833 - jbpm3/trunk/hudson.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 11 08:42:20 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-02-11 08:42:19 -0500 (Wed, 11 Feb 2009)
New Revision: 3833

Modified:
   jbpm3/trunk/hudson/profiles.xml.redhat.qa
Log:
updates requested by aleksandar kostadinov

Modified: jbpm3/trunk/hudson/profiles.xml.redhat.qa
===================================================================
--- jbpm3/trunk/hudson/profiles.xml.redhat.qa	2009-02-11 13:33:15 UTC (rev 3832)
+++ jbpm3/trunk/hudson/profiles.xml.redhat.qa	2009-02-11 13:42:19 UTC (rev 3833)
@@ -28,12 +28,13 @@
         <jdbc.sybase.username>jbpm3</jdbc.sybase.username>
         <jdbc.sybase.password>jbpm3</jdbc.sybase.password>
 
-        <jdbc.postgresql.url>jdbc:postgresql://localhost:5432/jbpmtest</jdbc.postgresql.url>
-        <jdbc.postgresql.server>localhost</jdbc.postgresql.server>
+        <jdbc.postgresql.url>jdbc:postgresql://dev01.qa.atl2.redhat.com:5432/jbpm3</jdbc.postgresql.url>
+        <jdbc.postgresql.server>dev01.qa.atl2.redhat.com</jdbc.postgresql.server>
         <jdbc.postgresql.port>5432</jdbc.postgresql.port>
-        <jdbc.postgresql.database>jbpmtest</jdbc.postgresql.database>
-        <jdbc.postgresql.username>jbpmtest</jdbc.postgresql.username>
-        <jdbc.postgresql.password></jdbc.postgresql.password>
+        <jdbc.postgresql.database>jbpm3</jdbc.postgresql.database>
+        <jdbc.postgresql.username>jbpm3</jdbc.postgresql.username>
+        <jdbc.postgresql.password>jbpm3</jdbc.postgresql.password>
+
       </properties>
     </profile>
 




More information about the jbpm-commits mailing list