summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2013-05-10 01:45:19 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2013-05-10 01:45:19 +0000
commit5b59ca91f571e4fdeef8692abdd1d9c9fe824de5 (patch)
tree39a8fa7aa536874dd3dc89c0f18ae102b4911373
parentf1124620db002d2e8d88878e51ed27b00e59a28e (diff)
downloadjackcess-5b59ca91f571e4fdeef8692abdd1d9c9fe824de5.tar.gz
jackcess-5b59ca91f571e4fdeef8692abdd1d9c9fe824de5.zip
prep for release
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@713 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r--pom.xml2
-rw-r--r--src/changes/changes.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a76c7c1..140c457 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>com.healthmarketscience</groupId>
<artifactId>openhms-parent</artifactId>
- <version>1.0.12</version>
+ <version>1.0.14</version>
</parent>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c780507..09ed664 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="TBD">
+ <release version="1.2.11" 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>