]> source.dussan.org Git - jackcess.git/commitdiff
relocate properties
authorJames Ahlborn <jtahlborn@yahoo.com>
Thu, 11 Jan 2024 18:06:30 +0000 (18:06 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Thu, 11 Jan 2024 18:06:30 +0000 (18:06 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1404 f203690c-595d-4dc9-a70b-905162fa7fd2

pom.xml

diff --git a/pom.xml b/pom.xml
index 1dc8d7373391785065f4055d651bf423e67d2c46..0b57a82f8e297b509b0d1e53c72bc44794fe688d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <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>
       <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>