fixes bug#AL-2002
parent
6e33d954ad
commit
bdc18daae2
4
pom.xml
4
pom.xml
|
@ -4,12 +4,12 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>ventaboletosadm</artifactId>
|
<artifactId>ventaboletosadm</artifactId>
|
||||||
<version>1.0.28</version>
|
<version>1.0.29</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<modelWeb.version>1.0.20</modelWeb.version>
|
<modelWeb.version>1.0.20</modelWeb.version>
|
||||||
<flyway.version>1.0.10</flyway.version>
|
<flyway.version>1.0.11</flyway.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
|
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
|
||||||
|
|
||||||
<description>ventaboletos</description>
|
<description>VentaBoletosAdm</description>
|
||||||
<display-name>ventaboletosadm</display-name>
|
<display-name>ventaboletosadm</display-name>
|
||||||
|
|
||||||
<context-param>
|
<context-param>
|
||||||
|
|
Loading…
Reference in New Issue