From 6e4fabc3ff171fa0ff3784a5ebc3def70a7f26c8 Mon Sep 17 00:00:00 2001 From: fabio Date: Mon, 15 May 2023 19:19:19 +0000 Subject: [PATCH] =?UTF-8?q?defini=C3=A7=C3=A3o=20de=20encoding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 87 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 43 insertions(+), 44 deletions(-) diff --git a/pom.xml b/pom.xml index c409699d4..0dd02c81c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,45 +1,44 @@ - - 4.0.0 - br.com.rjconsultores - Auditador - 1.1.0 - - - - rj-releases - http://52.5.53.15:8081/nexus/content/repositories/releases/ - - - - - ISO-8859-1 - ISO-8859-1 - - - - src/main/java - src/test/java - - - maven-compiler-plugin - 3.8.1 - - 1.8 - 1.8 - ISO-8859-1 - - - - ${project.artifactId} - - - - - commons-lang - commons-lang - 2.2 - - + + 4.0.0 + br.com.rjconsultores + Auditador + 1.1.0 + + + + rj-releases + http://52.5.53.15:8081/nexus/content/repositories/releases/ + + + + + UTF-8 + UTF-8 + + + + src/main/java + src/test/java + + + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + + + + ${project.artifactId} + + + + + commons-lang + commons-lang + 2.2 + + \ No newline at end of file