Reference latest version of Tomcat 7 in the documentation
This commit is contained in:
parent
8e8bf8e177
commit
4802640399
|
|
@ -666,7 +666,7 @@ property, e.g. for a simple webapp or service:
|
||||||
[source,xml,indent=0,subs="verbatim,quotes,attributes"]
|
[source,xml,indent=0,subs="verbatim,quotes,attributes"]
|
||||||
----
|
----
|
||||||
<properties>
|
<properties>
|
||||||
<tomcat.version>7.0.56</tomcat.version>
|
<tomcat.version>7.0.57</tomcat.version>
|
||||||
</properties>
|
</properties>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
...
|
...
|
||||||
|
|
@ -692,7 +692,7 @@ e.g. for a simple webapp or service:
|
||||||
resolutionStrategy {
|
resolutionStrategy {
|
||||||
eachDependency {
|
eachDependency {
|
||||||
if (it.requested.group == 'org.apache.tomcat.embed') {
|
if (it.requested.group == 'org.apache.tomcat.embed') {
|
||||||
it.useVersion '7.0.56'
|
it.useVersion '7.0.57'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue