diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2011-05-14 12:21:27 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2011-05-14 12:21:27 +0000 |
commit | 55e246d2aed6aad0861ae5d6cb9aae0b266efcac (patch) | |
tree | f65180948db2fd60623d860dc7e2928758d00e48 /pom.xml | |
parent | 58497c428cce6ee2125c59f179dfd2493969ccf0 (diff) | |
download | jackcess-55e246d2aed6aad0861ae5d6cb9aae0b266efcac.tar.gz jackcess-55e246d2aed6aad0861ae5d6cb9aae0b266efcac.zip |
add 2010 to default test formats
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@557 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -197,6 +197,6 @@ </distributionManagement> <properties> <jackcess.bigIndex>true</jackcess.bigIndex> - <jackcess.testFormats>V1997,V2000,V2003,V2007</jackcess.testFormats> + <jackcess.testFormats>V1997,V2000,V2003,V2007,V2010</jackcess.testFormats> </properties> </project> |