diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2013-05-11 02:56:12 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2013-05-11 02:56:12 +0000 |
commit | a306bd91f61d59434d13b756b1fbf87a9eae01c9 (patch) | |
tree | 4cd94d9c3843e013ab83fe0ba721f0a8809ca9c9 /pom.xml | |
parent | 0f24ba5bf60045a3a2602ea23d8e7038af712d2b (diff) | |
download | jackcess-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
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |