fixes bug#AL-1819

master
Fabio Faria 2022-11-24 11:38:35 -03:00
parent 23ec777905
commit 55f1d78c86
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;
} }
} }