Browse Source

updated versions in README.md

Greg Wilkins 10 years ago
parent
commit
1882df36a6
2 changed files with 4 additions and 4 deletions
  1. 2 2
      frameworks/Java/jetty-servlet/README.md
  2. 2 2
      frameworks/Java/jetty/README.md

+ 2 - 2
frameworks/Java/jetty-servlet/README.md

@@ -1,12 +1,12 @@
 # Jetty-9 Benchmarking Test
 
-This is the Jetty portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
+This is the Jetty Servlet portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
 
 ### JSON Encoding Test
 * [JSON test source](src/main/java/hello/HelloWebServer.java)
 
 ## Versions
-Jetty-9.1.0 (http://eclipse.org/jetty)
+Jetty-9.2.10 (http://eclipse.org/jetty)
 
 ## Test URLs
 

+ 2 - 2
frameworks/Java/jetty/README.md

@@ -1,12 +1,12 @@
 # Jetty-9 Benchmarking Test
 
-This is the Jetty portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
+This is the Jetty Handler portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
 
 ### JSON Encoding Test
 * [JSON test source](src/main/java/hello/HelloWebServer.java)
 
 ## Versions
-Jetty-9.1.0 (http://eclipse.org/jetty)
+Jetty-9.3.0.RC0 (http://eclipse.org/jetty)
 
 ## Test URLs