Merge pull request 'bug#AL-1802' (#4) from AL-1802 into master

Reviewed-on: http://18.235.188.113:3000/adm/ventaBoletosAdm/pulls/4
master
fabio 2022-11-23 17:41:19 +00:00
commit f02100d920
1 changed files with 2 additions and 2 deletions

View File

@ -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>