aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2023-12-30 17:15:01 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2023-12-30 17:15:01 +0000
commit3cf9d77b34e86d0665ff95c4d0b54e1a6bd17c8b (patch)
treecbd7d58c5ffafee417f2a1e5e18152fca92d0bc2 /pom.xml
parent7ef87c225ee93bf4ce97c095decbb39d24befb4e (diff)
downloadjackcess-3cf9d77b34e86d0665ff95c4d0b54e1a6bd17c8b.tar.gz
jackcess-3cf9d77b34e86d0665ff95c4d0b54e1a6bd17c8b.zip
add maven wrapper support; minor version upgrades and pom cleanups
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1402 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index eb4d974..1dc8d73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,6 +10,12 @@
<name>Jackcess</name>
<description>A pure Java library for reading from and writing to MS Access databases.</description>
<version>4.0.6-SNAPSHOT</version>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ </properties>
+
<url>https://jackcess.sourceforge.io</url>
<inceptionYear>2005</inceptionYear>
<developers>
@@ -257,7 +263,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.13.1</version>
+ <version>4.13.2</version>
<scope>test</scope>
</dependency>