Author: jeff.yuchang
Date: 2010-01-09 09:00:55 -0500 (Sat, 09 Jan 2010)
New Revision: 449
Modified:
branches/ODE/ODE-2.0-maven/dao-hibernate-db/pom.xml
Log:
* forgot to update the db name for hibernate in my last commit.
Modified: branches/ODE/ODE-2.0-maven/dao-hibernate-db/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/dao-hibernate-db/pom.xml 2010-01-09 13:50:37 UTC (rev 448)
+++ branches/ODE/ODE-2.0-maven/dao-hibernate-db/pom.xml 2010-01-09 14:00:55 UTC (rev 449)
@@ -96,7 +96,7 @@
</goals>
<configuration>
<driver>org.apache.derby.jdbc.EmbeddedDriver</driver>
-
<url>jdbc:derby:${basedir}/target/derby/jpadb;create=true</url>
+
<url>jdbc:derby:${basedir}/target/derby/hibdb;create=true</url>
<username>sa</username>
<password />
<autocommit>true</autocommit>
Show replies by date