update postgresql testing profile

This commit is contained in:
Strong Liu 2012-04-10 11:15:08 +08:00
parent 5068b8e808
commit 2e5d707307
2 changed files with 4 additions and 4 deletions

View File

@ -21,4 +21,4 @@
* 51 Franklin Street, Fifth Floor * 51 Franklin Street, Fifth Floor
* Boston, MA 02110-1301 USA * Boston, MA 02110-1301 USA
*/ */
jdbcDependency "postgresql:postgresql:8.4-701.jdbc4" jdbcDependency "postgresql:postgresql:9.1-901.jdbc4"

View File

@ -24,9 +24,9 @@
hibernate.dialect org.hibernate.dialect.PostgreSQLDialect hibernate.dialect org.hibernate.dialect.PostgreSQLDialect
hibernate.connection.driver_class org.postgresql.Driver hibernate.connection.driver_class org.postgresql.Driver
hibernate.connection.url jdbc:postgresql://postgresql04.mw.lab.eng.bos.redhat.com:5432/dballo03 hibernate.connection.url jdbc:postgresql://localhost/hibernate
hibernate.connection.username dballo03 hibernate.connection.username hibernate
hibernate.connection.password dballo03 hibernate.connection.password hibernate
hibernate.connection.pool_size 5 hibernate.connection.pool_size 5