aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
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>