Merge pull request 'AL-2901' (!77) from AL-2901 into master

Reviewed-on: adm/ModelWeb#77
Reviewed-by: fabio <fabio.faria@rjconsultores.com.br>
master
gleimar 2023-07-07 14:49:35 +00:00
commit 4d2397345f
2 changed files with 3 additions and 2 deletions

View File

@ -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.6.9</version> <version>1.6.10</version>
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>rj-releases</id> <id>rj-releases</id>

View File

@ -46,6 +46,7 @@ public class FlywayUtilHibernateDAO extends GenericHibernateDAO<EsquemaAgrupacio
ls.add(rs.getInt(1) > 0); ls.add(rs.getInt(1) > 0);
} }
rs.close();
} }
}); });