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/bridge/pom.xml b/http/samples/bridge/pom.xml
index ed98c3f..85ed8a2 100644
--- a/http/samples/bridge/pom.xml
+++ b/http/samples/bridge/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>
@@ -124,7 +124,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.apache.felix.http.proxy</artifactId>
- <version>[2.3,2.4)</version>
+ <version>2.3.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>