提交 60d64647 编写于 作者: J jbarrez

ACT-134: fixing builds on QA databases

上级 dde96b55
......@@ -63,9 +63,9 @@
replace='username="${jdbc.username}"'/>
<replaceregexp file="./target/test-classes/activiti.cfg.xml" flags="s"
match='password=".*?"'
replace='driver="${jdbc.password}"'/>
replace='password="${jdbc.password}"'/>
<replaceregexp file="./target/test-classes/activiti.cfg.xml" flags="s"
match='schema-strategy=".*?"'
replace='schema-strategy="${check-version}"'/>
replace='schema-strategy="check-version"'/>
</target>
</project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册