diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2018-11-27 02:10:17 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2018-11-27 02:10:17 +0000 |
commit | bf0202a5acf345634ca12c80f2fca2d825151fc8 (patch) | |
tree | 7b85fdb7e964e57c71e9cbb01a73f1be1cb0f282 /pom.xml | |
parent | caa8db5b27710d458aa8357a50ad565ad91a1663 (diff) | |
download | jackcess-bf0202a5acf345634ca12c80f2fca2d825151fc8.tar.gz jackcess-bf0202a5acf345634ca12c80f2fca2d825151fc8.zip |
prep for jdk8 switch
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1228 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ <artifactId>jackcess</artifactId> <name>Jackcess</name> <description>A pure Java library for reading from and writing to MS Access databases.</description> - <version>2.2.1-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <url>https://jackcess.sourceforge.io</url> <inceptionYear>2005</inceptionYear> <developers> |