Merge pull request 'fixes bug #AL-4506' (!714) from AL-4506 into master

Reviewed-on: adm/VentaBoletosAdm#714
Reviewed-by: wallace <wallace@rjconsultores.com.br>
master 1.138.5
wallace 2024-09-13 11:39:55 +00:00
commit ba3fdaca97
1 changed files with 3 additions and 3 deletions

View File

@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>ventaboletosadm</artifactId> <artifactId>ventaboletosadm</artifactId>
<version>1.138.4</version> <version>1.138.5</version>
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>
<modelWeb.version>1.105.2</modelWeb.version> <modelWeb.version>1.105.3</modelWeb.version>
<flyway.version>1.92.5</flyway.version> <flyway.version>1.92.6</flyway.version>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties> </properties>