diff options
author | Artur Signell <artur@vaadin.com> | 2013-01-30 09:40:11 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-01-30 09:40:11 +0200 |
commit | ca1124f1958882f67378e04a9561a2a1261efcff (patch) | |
tree | 8701779c27a16a60962af88f44d607e77f5e2045 /WebContent | |
parent | faf98c84bd260b2a8315dc1cc62a1f932dfd2f37 (diff) | |
download | vaadin-framework-ca1124f1958882f67378e04a9561a2a1261efcff.tar.gz vaadin-framework-ca1124f1958882f67378e04a9561a2a1261efcff.zip |
Fixed typo. Websphere < 7 is not supported as it does not use Java6
Change-Id: I24fdb9073763d6916c16ae07d82fc676b2a73290
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 3b928d7094..980fe9f410 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -1337,7 +1337,7 @@ <ul> <li>Apache Tomcat, version 5.0 or newer</li> <li>Oracle WebLogic® Server, version 10.3 or newer</li> - <li>IBM WebSphere® Application Server, version 6.1 or newer</li> + <li>IBM WebSphere® Application Server, version 7 or newer</li> <li>JBoss Application Server, 4.0.0 or newer</li> <li>Jetty, version 5.0 or newer</li> <li>Glassfish, version 2.0 or newer</li> |