diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2024-01-11 18:06:30 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2024-01-11 18:06:30 +0000 |
commit | 9513157a2287c4cfaba8fd3d2317208ed2da9d15 (patch) | |
tree | 2652496c03d951e25bd311bcdf4a64f6a34f24c4 /pom.xml | |
parent | e8d8c1d9ed8bd993b647e2ef675c181e8fced166 (diff) | |
download | jackcess-9513157a2287c4cfaba8fd3d2317208ed2da9d15.tar.gz jackcess-9513157a2287c4cfaba8fd3d2317208ed2da9d15.zip |
relocate properties
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1404 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -10,12 +10,6 @@ <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> @@ -334,4 +328,8 @@ <url>scp://shell.sourceforge.net/home/project-web/jackcess/htdocs</url> </site> </distributionManagement> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + </properties> </project> |