diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2015-04-17 00:28:32 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2015-04-17 00:28:32 +0000 |
commit | 17908417ae79b7272f6ae05aa28ea3554a2761b5 (patch) | |
tree | e10827e8d57c5543c2b7298696ae53e6f78812cd /pom.xml | |
parent | 99fa877f0f40f60bbe9d30f385b1c6b211070a04 (diff) | |
download | jackcess-17908417ae79b7272f6ae05aa28ea3554a2761b5.tar.gz jackcess-17908417ae79b7272f6ae05aa28ea3554a2761b5.zip |
relicense with Apache License
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@930 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.17</version> + <version>1.1.1</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>2.0.10-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <url>http://jackcess.sf.net</url> <inceptionYear>2005</inceptionYear> <developers> |