You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2022/11/13 08:29:18 UTC

[felix-dev] branch master updated: Update descriptions for http projects

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 077e121c0b Update descriptions for http projects
077e121c0b is described below

commit 077e121c0b90f115246b9c07edf170d48b1b911a
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Sun Nov 13 09:29:11 2022 +0100

    Update descriptions for http projects
---
 http/bridge/pom.xml | 2 +-
 http/jetty/pom.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index 0545e57931..c280958b8e 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 4c273fdbd7..8a25c11f69 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>