Author: tfischer
Date: Thu Dec 13 21:15:11 2012
New Revision: 1421540
URL: http://svn.apache.org/viewvc?rev=1421540&view=rev
Log:
fix derby url in release profile
Modified:
db/torque/torque4/trunk/torque-test/pom.xml
Modified: db/torque/torque4/trunk/torque-test/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/pom.xml?rev=1421540&r1=1421539&r2=1421540&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-test/pom.xml (original)
+++ db/torque/torque4/trunk/torque-test/pom.xml Thu Dec 13 21:15:11 2012
@@ -859,10 +859,10 @@
<torque.test.databaseSchema>bookstore</torque.test.databaseSchema>
<torque.driver>org.apache.derby.jdbc.EmbeddedDriver</torque.driver>
<torque.targetDatabase>derby</torque.targetDatabase>
-
<torque.database.url>jdbc:derby:target/bookstore;create=true</torque.database.url>
+
<torque.database.url>jdbc:derby:torque-test/target/bookstore;create=true</torque.database.url>
<torque.database.user />
<torque.database.password />
-
<torque.database.shutdown.url>jdbc:derby:target/bookstore;shutdown=true</torque.database.shutdown.url>
+
<torque.database.shutdown.url>jdbc:derby:torque-test/target/bookstore;shutdown=true</torque.database.shutdown.url>
<torque.database.shutdown.skip>false</torque.database.shutdown.skip>
</properties>
<dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]