diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2018-11-27 02:35:52 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2018-11-27 02:35:52 +0000 |
commit | 985b8674968ca118a4845280174aa69924242145 (patch) | |
tree | dd42f691cdca5bdcd6542cd488769ec636af5039 /pom.xml | |
parent | bf0202a5acf345634ca12c80f2fca2d825151fc8 (diff) | |
download | jackcess-985b8674968ca118a4845280174aa69924242145.tar.gz jackcess-985b8674968ca118a4845280174aa69924242145.zip |
update parent pom; fix test failure
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1229 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ <parent> <groupId>com.healthmarketscience</groupId> <artifactId>openhms-parent</artifactId> - <version>1.1.10</version> + <version>2.0.0-SNAPSHOT</version> </parent> <groupId>com.healthmarketscience.jackcess</groupId> <artifactId>jackcess</artifactId> |