FELIX-4550 - Upgrade to Jetty 9:

- applied patch from Stefan Seifert (= the improved patch from
  Chetan Mehrotra);
- once again bumped Jetty version to latest: 9.2.6;
- bumped versions of individual projects;
- to do is checking whether JDK 1.7 is necessary for all sub-
  projects.



git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1652026 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/parent/pom.xml b/http/parent/pom.xml
index e62165e..06da681 100755
--- a/http/parent/pom.xml
+++ b/http/parent/pom.xml
@@ -38,13 +38,14 @@
     </prerequisites>
 
     <properties>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    	<jetty.version>8.1.14.v20131031</jetty.version>
+      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    	<jetty.version>9.2.6.v20141205</jetty.version>
     	<cometd.version>2.8.0</cometd.version>
     	<http.service.version>1.2.1</http.service.version>
-    	<servlet.version>3.0.1</servlet.version>
+    	<servlet.version>3.1.0</servlet.version>
 
     	<http.api.version>2.0.4</http.api.version>
+    	<http.base.version>2.4.0</http.base.version>
     </properties>
 
     <scm>
@@ -58,9 +59,9 @@
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                    <compilerVersion>1.5</compilerVersion>
+                    <source>1.7</source>
+                    <target>1.7</target>
+                    <compilerVersion>1.7</compilerVersion>
                 </configuration>
             </plugin>
         </plugins>