Definição do encoding 8859-1 no projeto #AL-2629

master 1.4.0
Fabio Faria 2023-05-08 10:46:47 -03:00
parent 96350d96b2
commit 103c946cf6
1 changed files with 8 additions and 6 deletions

14
pom.xml
View File

@ -4,12 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>ventaboletosadm</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<packaging>war</packaging>
<properties>
<modelWeb.version>1.2.0</modelWeb.version>
<flyway.version>1.2.0</flyway.version>
<modelWeb.version>1.3.0</modelWeb.version>
<flyway.version>1.3.0</flyway.version>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<project.reporting.outputEncoding>ISO-8859-1</project.reporting.outputEncoding>
</properties>
<distributionManagement>
@ -73,7 +75,7 @@
<dependency>
<groupId>br.com.rjconsultores</groupId>
<artifactId>IntegracaoReceitaDespesa</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
<dependency>
@ -91,13 +93,13 @@
<dependency>
<groupId>br.com.rjconsultores</groupId>
<artifactId>Auditador</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>br.com.rjconsultores</groupId>
<artifactId>GeneradorBoletosCNAB</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
</dependency>
<dependency>