fixes bug#AL-1819
parent
23ec777905
commit
55f1d78c86
4
pom.xml
4
pom.xml
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ventaboletosadm</artifactId>
|
||||
<version>1.0.5</version>
|
||||
<version>1.0.6</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<distributionManagement>
|
||||
|
@ -54,7 +54,7 @@
|
|||
<dependency>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>modelWeb</artifactId>
|
||||
<version>1.0.5</version>
|
||||
<version>1.0.6</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
|
@ -117,4 +117,4 @@ public class ImportarRetornoBancarioController extends MyGenericForwardComposer
|
|||
this.lsEmpresa = lsEmpresa;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue