mirror of
https://github.com/apache/archiva.git
synced 2025-03-01 05:59:17 +00:00
preserve case to make postgres happy
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506529 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6bd5fc595a
commit
dfba881123
@ -114,6 +114,10 @@
|
||||
<name>org.jpox.rdbms.dateTimezone</name>
|
||||
<value>JDK_DEFAULT_TIMEZONE</value>
|
||||
</property>
|
||||
<property>
|
||||
<name>org.jpox.identifier.case</name>
|
||||
<value>PreserveCase</value>
|
||||
</property>
|
||||
</otherProperties>
|
||||
</configuration>
|
||||
</component>
|
||||
|
Loading…
x
Reference in New Issue
Block a user