Fixing top level jetty-project version

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/sandbox/trunk@1769 7e9141cc-0065-0410-87d8-b60c137991c4
diff --git a/jetty-webapp-logging/pom.xml b/jetty-webapp-logging/pom.xml
index 4495e06..8b54f90 100644
--- a/jetty-webapp-logging/pom.xml
+++ b/jetty-webapp-logging/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.eclipse.jetty</groupId>
     <artifactId>jetty-project</artifactId>
-    <version>7.0.2-SNAPSHOT</version>
+    <version>7.1.0.v20100505</version>
   </parent>
   <groupId>org.eclipse.jetty</groupId>
   <artifactId>jetty-webapp-logging</artifactId>
diff --git a/jetty-webapp-logging/src/test/java/org/eclipse/jetty/webapp/logging/SimpleRequest.java b/jetty-webapp-logging/src/test/java/org/eclipse/jetty/webapp/logging/SimpleRequest.java
index d427d32..b54afc0 100644
--- a/jetty-webapp-logging/src/test/java/org/eclipse/jetty/webapp/logging/SimpleRequest.java
+++ b/jetty-webapp-logging/src/test/java/org/eclipse/jetty/webapp/logging/SimpleRequest.java
@@ -49,7 +49,7 @@
     /**
      * Issue an HTTP GET to the server, on the path specified.
      * 
-     * @param jetty
+     * @param server
      * @param path
      * @throws IOException
      */