diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2021-01-21 01:15:35 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2021-01-21 01:15:35 +0000 |
commit | 5468f8ffce2edb2a786aecdf5d07ecab6969af1c (patch) | |
tree | e042d2f137b1475c422382ab8f30bfa2d43fd603 /pom.xml | |
parent | 02e1648130171296b27231dbd780eb32e44edc5f (diff) | |
parent | 65d69efe9f464d306dfc5783bc891baee812ef48 (diff) | |
download | jackcess-5468f8ffce2edb2a786aecdf5d07ecab6969af1c.tar.gz jackcess-5468f8ffce2edb2a786aecdf5d07ecab6969af1c.zip |
merge modules branch
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1356 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,7 @@ <artifactId>jackcess</artifactId> <name>Jackcess</name> <description>A pure Java library for reading from and writing to MS Access databases.</description> - <version>3.5.2-SNAPSHOT</version> + <version>4.0.0-SNAPSHOT</version> <url>https://jackcess.sourceforge.io</url> <inceptionYear>2005</inceptionYear> <developers> @@ -142,6 +142,7 @@ <extensions>true</extensions> <configuration> <instructions> + <Automatic-Module-Name>com.healthmarketscience.jackcess</Automatic-Module-Name> </instructions> </configuration> <executions> |