From 156ffbeec45579913c4667c3f0a3bc27bbba28db Mon Sep 17 00:00:00 2001 From: LSmyrnaios Date: Fri, 19 Jan 2024 13:51:14 +0200 Subject: [PATCH] - Set the project's packaging to "jar". - Set the project's encoding to "UTF-8". - Set the project's java-version to "1.8". --- pom.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 3b149ce..8f25914 100644 --- a/pom.xml +++ b/pom.xml @@ -5,14 +5,15 @@ eu.dnetlib uoa-validator-engine2 0.9.4-SNAPSHOT - - - - - + jar + + + UTF-8 + UTF-8 + 1.8 - + @@ -25,6 +26,7 @@ 1.8 1.8 + UTF-8