fixes bug#AL-1819

master
Fabio Faria 2022-11-24 11:38:05 -03:00
parent 74d40ef2f4
commit f532788ebe
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>modelWeb</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<distributionManagement>
<repository>

View File

@ -57,4 +57,4 @@ public interface AliasServicoDAO extends GenericDAO<AliasServico, Integer>{
List<AliasServico> buscarPorRuta(Integer rutaId);
}
}