Merge pull request 'fixes bug#AL-1819' (#6) from AL-1819 into master

Reviewed-on: http://18.235.188.113:3000/adm/ventaBoletosAdm/pulls/6
master
fabio 2022-11-24 14:55:53 +00:00
commit 27dc1ef250
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<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.0.5</version> <version>1.0.6</version>
<packaging>war</packaging> <packaging>war</packaging>
<distributionManagement> <distributionManagement>
@ -54,7 +54,7 @@
<dependency> <dependency>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>modelWeb</artifactId> <artifactId>modelWeb</artifactId>
<version>1.0.5</version> <version>1.0.6</version>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -117,4 +117,4 @@ public class ImportarRetornoBancarioController extends MyGenericForwardComposer
this.lsEmpresa = lsEmpresa; this.lsEmpresa = lsEmpresa;
} }
} }