Browse Source

bump version due to backards incompat changes

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1326 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/jackcess-3.5.0
James Ahlborn 4 years ago
parent
commit
0c69b9974e
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      pom.xml
  2. 1
    1
      src/changes/changes.xml

+ 1
- 1
pom.xml View File

@@ -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>3.0.2-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<url>https://jackcess.sourceforge.io</url>
<inceptionYear>2005</inceptionYear>
<developers>

+ 1
- 1
src/changes/changes.xml View File

@@ -4,7 +4,7 @@
<author email="javajedi@users.sf.net">Tim McCune</author>
</properties>
<body>
<release version="3.0.2" date="TBD">
<release version="3.5.0" date="TBD">
<action dev="jahlborn" type="update">
Add support for Access 97 general collation order, enabling indexes to
be used with Access 97 dbs.

Loading…
Cancel
Save