Definição do encoding do projeto #AL-2629

master
Fabio Faria 2023-05-08 10:40:20 -03:00
parent 7488b69412
commit 24dbd2f3f4
1 changed files with 8 additions and 3 deletions

11
pom.xml
View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>ModelWeb</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<distributionManagement>
<repository>
<id>rj-releases</id>
@ -11,6 +11,11 @@
</repository>
</distributionManagement>
<properties>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<project.reporting.outputEncoding>ISO-8859-1</project.reporting.outputEncoding>
</properties>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
@ -171,7 +176,7 @@
<dependency>
<groupId>br.com.rjconsultores</groupId>
<artifactId>GeneradorBoletosCNAB</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
</dependency>
<dependency>
@ -189,7 +194,7 @@
<dependency>
<groupId>br.com.rjconsultores</groupId>
<artifactId>Auditador</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>
<dependency>