FELIX-4311 - log real Jetty version; include custom bundle header to reflect the used Jetty version.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1540651 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index e474cf8..2d93845 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -48,6 +48,9 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
+                    	<X-Jetty-Version>
+                    		${jetty.version}
+                    	</X-Jetty-Version>
                         <Bundle-Activator>
                             org.apache.felix.http.jetty.internal.JettyActivator
                         </Bundle-Activator>