HHH-5186 update db profiles id and jdbc properties' name to use dballocator
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19356 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
c6c3241186
commit
bcb48f2d15
|
@ -826,7 +826,7 @@
|
|||
|
||||
<!-- The Oracle10g test envionment -->
|
||||
<profile>
|
||||
<id>oracle110g</id>
|
||||
<id>oracle10g</id>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.oracle</groupId>
|
||||
|
@ -869,7 +869,7 @@
|
|||
|
||||
<!-- The Oracle11gRAC test envionment -->
|
||||
<profile>
|
||||
<id>oracle-11RAC</id>
|
||||
<id>oracle11gRAC</id>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.oracle</groupId>
|
||||
|
|
Loading…
Reference in New Issue