Merge pull request 'fixes bug #AL-2143' (#38) from AL-2143 into master
Reviewed-on: http://18.235.188.113:3000/adm/ModelWeb/pulls/38 Reviewed-by: Gleison da Cruz <gleison.cruz@totvs.com.br>master
commit
fd590d0b34
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ModelWeb</artifactId>
|
||||
<version>1.0.40</version>
|
||||
<version>1.0.41</version>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>rj-releases</id>
|
||||
|
|
|
@ -41,7 +41,7 @@ import com.rjconsultores.ventaboletos.utilerias.SendMail.AuthType;
|
|||
@Service("contingenciaService")
|
||||
public class ContingenciaServiceImpl implements ContingenciaService {
|
||||
|
||||
private static final String EMAIL_SUPORTE_SCO_RJCONSULTORES = "EMAIL_SUPORTE_SCO_RJCONSULTORES";
|
||||
private static final String EMAIL_SUPORTE_SCO_RJCONSULTORES = "EMAIL_SUPORTE_RJCONSULTORES";
|
||||
|
||||
private static Logger log = Logger.getLogger(ContingenciaServiceImpl.class);
|
||||
|
||||
|
|
Loading…
Reference in New Issue