diff --git a/pom.xml b/pom.xml
index 0bbb47112..a876977c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
br.com.rjconsultores
ModelWeb
- 1.0.40
+ 1.0.41
rj-releases
diff --git a/src/com/rjconsultores/ventaboletos/service/impl/ContingenciaServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/ContingenciaServiceImpl.java
index a92d468df..ff4f11e50 100644
--- a/src/com/rjconsultores/ventaboletos/service/impl/ContingenciaServiceImpl.java
+++ b/src/com/rjconsultores/ventaboletos/service/impl/ContingenciaServiceImpl.java
@@ -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);