Skip to content

Commit 96d10ec

Browse files
Tomcat8 with cargo-plugin
1 parent d5ddcec commit 96d10ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -649,13 +649,13 @@
649649
<version>1.4.16</version>
650650
<configuration>
651651
<container>
652-
<containerId>tomcat7x</containerId>
652+
<containerId>tomcat8x</containerId>
653653
<zipUrlInstaller>
654-
<url>http://archive.apache.org/dist/tomcat/tomcat-7/v7.0.50/bin/apache-tomcat-7.0.50.zip</url>
654+
<url>http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.30/bin/apache-tomcat-8.0.30.zip</url>
655655
</zipUrlInstaller>
656656
</container>
657657
<configuration>
658-
<home>${project.build.directory}/tomcat7x/container</home>
658+
<home>${project.build.directory}/tomcat8x/container</home>
659659
</configuration>
660660
<deployables>
661661
<deployable>

0 commit comments

Comments
 (0)