Merge pull request 'fixes bug#AL-4421' (!706) from fixes_bugAL-4421 into master

Reviewed-on: adm/VentaBoletosAdm#706
Reviewed-by: fabio <fabio.faria@rjconsultores.com.br>
master 1.136.1
aristides 2024-09-06 17:40:53 +00:00
commit 898a412162
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.136.0</version> <version>1.136.1</version>
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>
<modelWeb.version>1.105.0</modelWeb.version> <modelWeb.version>1.105.1</modelWeb.version>
<flyway.version>1.92.0</flyway.version> <flyway.version>1.92.1</flyway.version>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties> </properties>