diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index 0545e57931f2f3b4701e7909145297cd92a1db93..c280958b8e141784893b230114075f5f88414327 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <name>Apache Felix Http Bridge</name>
-    <description>This is an implementation of the OSGi Http Service and the OSGi Http Whiteboard Specification used when run as a web application</description>
+    <description>This is an implementation of the OSGi Servlet Service, the OSGi Http Service and the OSGi Http Whiteboard Specification used when run as a web application</description>
     <artifactId>org.apache.felix.http.bridge</artifactId>
     <version>5.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 4c273fdbd73f056a65c63c0c892c3d7ed8ade50b..8a25c11f69705f15d754138c794e1a8108f970e3 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <name>Apache Felix Http Jetty</name>
-    <description>This is an implementation of the R7 OSGi Http Service and the R7 OSGi Http Whiteboard Specification</description>
+    <description>This is an implementation of the R8.1 OSGi Servlet Service, the R7 OSGi Http Service and the R7 OSGi Http Whiteboard Specification</description>
 
     <artifactId>org.apache.felix.http.jetty</artifactId>
     <version>5.0.0-RC2-SNAPSHOT</version>