aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-06 00:21:29 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-06 00:21:29 +0100
commit18726624965b6d00faf816e5acb9fa7f5a124f04 (patch)
tree17ba5bacae2e7fe37cdea9d36348dc9f536c2b28 /pom.xml
parent12606726c11efbbf7213b05284c94e28a1ae4b8e (diff)
downloadesper-testing-18726624965b6d00faf816e5acb9fa7f5a124f04.tar.gz
esper-testing-18726624965b6d00faf816e5acb9fa7f5a124f04.tar.bz2
esper-testing-18726624965b6d00faf816e5acb9fa7f5a124f04.tar.xz
esper-testing-18726624965b6d00faf816e5acb9fa7f5a124f04.zip
o Moving data out of DDL files.
o Making sure the dbdeltas work.
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7e4682b..ec3e57b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -172,7 +172,7 @@
<configuration>
<scriptdirectory>src/main/sql/dbdelta</scriptdirectory>
<driver>org.postgresql.Driver</driver>
- <url>jdbc:postgresql://localhost/esper-test</url>
+ <url>jdbc:postgresql://localhost/esper</url>
<userid>esper</userid>
<password>esper</password>
<dbms>pgsql</dbms>