Bug 571468 - Remove jre.compilation.profile from
o.e.equinox.http.servlet

Bundle BREE is 1.8 but the jre.compilation.profile sets it to 1.7. This
prevents compiling against jakarta.servlet 4.0.
This is a prereq for moving to Jetty 10 and jakarta.servlet-api 4.0.


Change-Id: Ied14b6d42a1e8c2623342e17fc654a0ba41d5a91
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/bundles/org.eclipse.equinox.http.servlet/pom.xml b/bundles/org.eclipse.equinox.http.servlet/pom.xml
index 41c54f5..e023232 100644
--- a/bundles/org.eclipse.equinox.http.servlet/pom.xml
+++ b/bundles/org.eclipse.equinox.http.servlet/pom.xml
@@ -20,6 +20,6 @@
   </parent>
   <groupId>org.eclipse.equinox</groupId>
   <artifactId>org.eclipse.equinox.http.servlet</artifactId>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.7.100-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 </project>