aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-10 20:51:38 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-10 20:51:38 +0100
commit09d297a383b60cfdba6b6388cc54c9c8fa603e75 (patch)
tree38f2d131bcbb352717c6b7e65cb5fd397071239c /pom.xml
parent7838a06e5521db39aee8b3b87785fcb5e32cd7ad (diff)
downloadesper-testing-09d297a383b60cfdba6b6388cc54c9c8fa603e75.tar.gz
esper-testing-09d297a383b60cfdba6b6388cc54c9c8fa603e75.tar.bz2
esper-testing-09d297a383b60cfdba6b6388cc54c9c8fa603e75.tar.xz
esper-testing-09d297a383b60cfdba6b6388cc54c9c8fa603e75.zip
o Fixing another bug in the unbreakable poller, stored one build too many in some progress objects too.
o Got the logback.xml + system properties combination to finally work.
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 55f192b..f5ebb74 100755
--- a/pom.xml
+++ b/pom.xml
@@ -182,8 +182,8 @@
<dbms>${dbdeploy.dbms}</dbms>
<delimiter>;</delimiter>
<delimiterType>row</delimiterType>
- <outputfile>dbdeploy-outputfile.tmp.sql</outputfile>
- <undoOutputfile>dbdeploy-undoOutputfile.tmp.sql</undoOutputfile>
+ <outputfile>dbdeploy.tmp.sql</outputfile>
+ <undoOutputfile>dbdeploy-undo.tmp.sql</undoOutputfile>
</configuration>
</plugin>
<plugin>