]> source.dussan.org Git - jackcess.git/commitdiff
retry release
authorJames Ahlborn <jtahlborn@yahoo.com>
Sat, 11 May 2013 02:56:12 +0000 (02:56 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Sat, 11 May 2013 02:56:12 +0000 (02:56 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@720 f203690c-595d-4dc9-a70b-905162fa7fd2

pom.xml
src/changes/changes.xml

diff --git a/pom.xml b/pom.xml
index 140c457ea91f23719ca67550d77fe4c25710bf33..12089a69a34b438dd83fc86dea5693d3057d26d9 100644 (file)
--- 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>
index 09ed6647bc8c31da0af205360ebb19f8419748e3..0564cc51b904aabff937ee1da6b5e17def41dc56 100644 (file)
@@ -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>