Merge branch '1.0.x'

This commit is contained in:
Phillip Webb
2014-05-28 10:23:33 +01:00
2 changed files with 25 additions and 14 deletions

View File

@@ -574,7 +574,7 @@ Tomcat 8 for it to work. For example, using the starter poms in Maven:
[source,xml,indent=0,subs="verbatim,quotes,attributes"]
----
<properties>
<tomcat.version>8.0.3</tomcat.version>
<tomcat.version>8.0.8</tomcat.version>
</properties>
<dependencies>
...