diff options
-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> |