Correção na geraçao de boleto fix bug #AL-3536
Reviewed-on: utilidades/GeneradorBoletosCNAB#12 Reviewed-by: Célio de Souza Ribeiro JR <celio@rjconsultores.com.br>master
commit
38a4dd3f37
6
pom.xml
6
pom.xml
|
@ -5,9 +5,9 @@
|
||||||
|
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>GeneradorBoletosCNAB</artifactId>
|
<artifactId>GeneradorBoletosCNAB</artifactId>
|
||||||
<version>1.6.0</version>
|
<version>1.6.1</version>
|
||||||
<name>GeneradorBoletosCNAB</name>
|
<name>GeneradorBoletosCNAB</name>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>rj-releases</id>
|
<id>rj-releases</id>
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>jrimum-bopepo</artifactId>
|
<artifactId>jrimum-bopepo</artifactId>
|
||||||
<version>1.1.0</version>
|
<version>1.1.1</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>sun-jaxb-rj</groupId>
|
<groupId>sun-jaxb-rj</groupId>
|
||||||
|
|
Loading…
Reference in New Issue