diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2013-05-10 01:45:19 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2013-05-10 01:45:19 +0000 |
commit | 5b59ca91f571e4fdeef8692abdd1d9c9fe824de5 (patch) | |
tree | 39a8fa7aa536874dd3dc89c0f18ae102b4911373 | |
parent | f1124620db002d2e8d88878e51ed27b00e59a28e (diff) | |
download | jackcess-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.xml | 2 | ||||
-rw-r--r-- | src/changes/changes.xml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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> |