aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2021-01-21 01:15:35 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2021-01-21 01:15:35 +0000
commit5468f8ffce2edb2a786aecdf5d07ecab6969af1c (patch)
treee042d2f137b1475c422382ab8f30bfa2d43fd603 /pom.xml
parent02e1648130171296b27231dbd780eb32e44edc5f (diff)
parent65d69efe9f464d306dfc5783bc891baee812ef48 (diff)
downloadjackcess-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.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index dc51de6..3dfbd30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>