diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2023-12-30 17:15:01 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2023-12-30 17:15:01 +0000 |
commit | 3cf9d77b34e86d0665ff95c4d0b54e1a6bd17c8b (patch) | |
tree | cbd7d58c5ffafee417f2a1e5e18152fca92d0bc2 /pom.xml | |
parent | 7ef87c225ee93bf4ce97c095decbb39d24befb4e (diff) | |
download | jackcess-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.xml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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> |