FELIX-4550 : Only jetty bundle requires Java 7, move api package version to package-info, enable baselining

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1652398 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/servlet-api/pom.xml b/http/servlet-api/pom.xml
index 058c62d..9b14426 100644
--- a/http/servlet-api/pom.xml
+++ b/http/servlet-api/pom.xml
@@ -57,6 +57,8 @@
                         </Export-Package>
 						<Embed-Dependency>tomcat-servlet-api;inline=true</Embed-Dependency>
                     </instructions>
+                    <!-- Skip baselining -->
+                    <skip>true</skip>
                 </configuration>
             </plugin>
         </plugins>