mirror of https://github.com/apache/archiva.git
commenting out jpox option that is causing intermittent problems all over the place
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@507091 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
89466ed307
commit
cf4670e775
|
@ -114,10 +114,12 @@
|
||||||
<name>org.jpox.rdbms.dateTimezone</name>
|
<name>org.jpox.rdbms.dateTimezone</name>
|
||||||
<value>JDK_DEFAULT_TIMEZONE</value>
|
<value>JDK_DEFAULT_TIMEZONE</value>
|
||||||
</property>
|
</property>
|
||||||
|
<!--
|
||||||
<property>
|
<property>
|
||||||
<name>org.jpox.identifier.case</name>
|
<name>org.jpox.identifier.case</name>
|
||||||
<value>PreserveCase</value>
|
<value>PreserveCase</value>
|
||||||
</property>
|
</property>
|
||||||
|
-->
|
||||||
</otherProperties>
|
</otherProperties>
|
||||||
</configuration>
|
</configuration>
|
||||||
</component>
|
</component>
|
||||||
|
|
Loading…
Reference in New Issue