Merge pull request 'bug#AL-1802' (#4) from AL-1802 into master
Reviewed-on: http://18.235.188.113:3000/adm/ventaBoletosAdm/pulls/4master
commit
f02100d920
4
pom.xml
4
pom.xml
|
@ -36,7 +36,7 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-war-plugin</artifactId>
|
<artifactId>maven-war-plugin</artifactId>
|
||||||
<version>2.6</version>
|
<version>3.3.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<warSourceDirectory>web</warSourceDirectory>
|
<warSourceDirectory>web</warSourceDirectory>
|
||||||
<outputFileNameMapping>@{artifactId}@.@{extension}@</outputFileNameMapping>
|
<outputFileNameMapping>@{artifactId}@.@{extension}@</outputFileNameMapping>
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>modelWeb</artifactId>
|
<artifactId>modelWeb</artifactId>
|
||||||
<version>1.0.4</version>
|
<version>1.0.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue