Skip to content

Commit

Permalink
upgrade to a newer apache tomcat version
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Mar 14, 2017
1 parent 3dc2745 commit 3a0ea99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front-end/quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
<antversion property="antversion" />
<echo>Ant Version: ${antversion}</echo>

<property name="tomcat.version" value="8.5.11" />
<property name="tomcat.version" value="8.5.12" />
<property name="tomcat.download.url"
value="http://apache.mirrors.hoobly.com/tomcat/tomcat-8/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.zip" />
value="http://mirrors.advancedhosters.com/apache/tomcat/tomcat-8/v${tomcat.version}/bin/apache-tomcat-${tomcat.version}.zip" />
<property name="tomcat.download.zip"
location="${project.build.directory}/apache-tomcat-${tomcat.version}.zip" />
<property name="tomcat.install.dir" value="${project.build.directory}" />
Expand Down

0 comments on commit 3a0ea99

Please # to comment.