summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2013-05-11 02:56:12 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2013-05-11 02:56:12 +0000
commita306bd91f61d59434d13b756b1fbf87a9eae01c9 (patch)
tree4cd94d9c3843e013ab83fe0ba721f0a8809ca9c9
parent0f24ba5bf60045a3a2602ea23d8e7038af712d2b (diff)
downloadjackcess-a306bd91f61d59434d13b756b1fbf87a9eae01c9.tar.gz
jackcess-a306bd91f61d59434d13b756b1fbf87a9eae01c9.zip
retry release
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@720 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r--pom.xml4
-rw-r--r--src/changes/changes.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 140c457..12089a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,13 +3,13 @@
<parent>
<groupId>com.healthmarketscience</groupId>
<artifactId>openhms-parent</artifactId>
- <version>1.0.14</version>
+ <version>1.0.15</version>
</parent>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
<name>Jackcess</name>
<description>A pure Java library for reading from and writing to MS Access databases.</description>
- <version>1.2.11-SNAPSHOT</version>
+ <version>1.2.12-SNAPSHOT</version>
<url>http://jackcess.sf.net</url>
<inceptionYear>2005</inceptionYear>
<developers>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 09ed664..0564cc5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -4,7 +4,7 @@
<author email="javajedi@users.sf.net">Tim McCune</author>
</properties>
<body>
- <release version="1.2.11" date="2013-05-09">
+ <release version="1.2.12" date="2013-05-09">
<action dev="jahlborn" type="fix" system="SourceForge2" issue="94">
Do not unicode compress strings which are longer than 1024 chars.
</action>