Merge pull request 'fixes bug AL-4506. Tratamento para nao ocasionar excecao da trigger' (!711) from AL-4505 into master

Reviewed-on: adm/VentaBoletosAdm#711
Reviewed-by: aristides <aristides@rjconsultores.com.br>
master 1.138.2
pinheiro 2024-09-12 17:39:39 +00:00
commit 1a7cd3dda2
1 changed files with 301 additions and 301 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.1</version> <version>1.138.2</version>
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>
<modelWeb.version>1.105.2</modelWeb.version> <modelWeb.version>1.105.2</modelWeb.version>
<flyway.version>1.92.2</flyway.version> <flyway.version>1.92.3</flyway.version>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties> </properties>