]> source.dussan.org Git - jackcess.git/commitdiff
bump version for next release
authorJames Ahlborn <jtahlborn@yahoo.com>
Fri, 26 Mar 2010 12:45:38 +0000 (12:45 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Fri, 26 Mar 2010 12:45:38 +0000 (12:45 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@455 f203690c-595d-4dc9-a70b-905162fa7fd2

pom.xml
src/changes/changes.xml

diff --git a/pom.xml b/pom.xml
index d3828a469cb1b0148e1e9df781ccd34487057775..32b4b3ff1361ca10127d3695103fffc147d08cf6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>1.1.22-SNAPSHOT</version>
+  <version>1.2.0-SNAPSHOT</version>
   <url>http://jackcess.sf.net</url>
   <inceptionYear>2005</inceptionYear>
   <developers>
index d4bc2f1c96164c2c99f61be0a109162f131cc9b9..6c08cd49ad42e3d9611ec307ad06e3cecc92da6b 100644 (file)
@@ -4,10 +4,13 @@
     <author email="javajedi@users.sf.net">Tim McCune</author>
   </properties>
   <body>
-    <release version="1.1.22" date="TBD">
+    <release version="1.2.0" date="TBD">
       <action dev="bhamail" type="fix" issue="2968957">
         Fix BigIndexTest to work in IDE's w/out sys.prop.
       </action>
+      <action dev="bhamail" type="update" issue="1451628">
+        Add support for access 2002/2003/2007 databases.
+      </action>
     </release>
     <release version="1.1.21" date="2010-01-19">
       <action dev="jahlborn" type="fix" issue="2899605">