fixes bug#AL-1819
parent
74d40ef2f4
commit
f532788ebe
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>modelWeb</artifactId>
|
<artifactId>modelWeb</artifactId>
|
||||||
<version>1.0.5</version>
|
<version>1.0.6</version>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
|
|
|
@ -57,4 +57,4 @@ public interface AliasServicoDAO extends GenericDAO<AliasServico, Integer>{
|
||||||
|
|
||||||
List<AliasServico> buscarPorRuta(Integer rutaId);
|
List<AliasServico> buscarPorRuta(Integer rutaId);
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue