FELIX-4060 : Make sure all projects work with Java 6, except the Jetty one

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1685041 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/samples/whiteboard/pom.xml b/http/samples/whiteboard/pom.xml
index 05892c6..38e4c09 100644
--- a/http/samples/whiteboard/pom.xml
+++ b/http/samples/whiteboard/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.parent</artifactId>
-        <version>6</version>
+        <version>7-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>