Merge pull request 'Se actualiza longitud de campo DESCTRAYECTO en tabla TRAYECTOS_EXPRESOS. Fixes bug#AL-4549' (!692) from AL-4549 into master

Reviewed-on: adm/VentaBoletosAdm#692
Reviewed-by: fabio <fabio.faria@rjconsultores.com.br>
master 1.133.2
fernando.mx 2024-09-03 22:21:59 +00:00
commit bd6bbfcb0e
1 changed files with 2 additions and 2 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.133.1</version> <version>1.133.2</version>
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>
<modelWeb.version>1.103.1</modelWeb.version> <modelWeb.version>1.103.1</modelWeb.version>
<flyway.version>1.90.1</flyway.version> <flyway.version>1.90.2</flyway.version>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties> </properties>