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@1540652 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/bundle/pom.xml b/http/bundle/pom.xml
index d1db2b5..1eb6819 100644
--- a/http/bundle/pom.xml
+++ b/http/bundle/pom.xml
@@ -44,6 +44,9 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
+ <X-Jetty-Version>
+ ${jetty.version}
+ </X-Jetty-Version>
<Bundle-Activator>
org.apache.felix.http.bundle.internal.CombinedActivator
</Bundle-Activator>