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 2018/07/25 12:01:04 UTC

svn commit: r1836621 - /felix/site/trunk/content/documentation/subprojects/apache-felix-http-service.mdtext

Author: cziegeler
Date: Wed Jul 25 12:01:04 2018
New Revision: 1836621

URL: http://svn.apache.org/viewvc?rev=1836621&view=rev
Log:
Remove dead link, update versions

Modified:
    felix/site/trunk/content/documentation/subprojects/apache-felix-http-service.mdtext

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-http-service.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-http-service.mdtext?rev=1836621&r1=1836620&r2=1836621&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-http-service.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-http-service.mdtext Wed Jul 25 12:01:04 2018
@@ -437,10 +437,9 @@ the provided `HttpContext` instance:
 
 A set of simple examples illustrating the various features are available. 
 
-  * Filter registration sample: <http://svn.apache.org/repos/asf/felix/trunk/http/samples/filter/>;
-  * Servlet bridge sample: <http://svn.apache.org/repos/asf/felix/trunk/http/samples/bridge/>;
-  * CometD sample: <http://svn.apache.org/repos/asf/felix/trunk/http/samples/cometd/>;
-  * Whiteboard sample: <http://svn.apache.org/repos/asf/felix/trunk/http/samples/whiteboard/>.
+  * Whiteboard sample: <http://svn.apache.org/repos/asf/felix/trunk/http/samples/whiteboard/>
+  * Servlet bridge sample: <http://svn.apache.org/repos/asf/felix/trunk/http/samples/bridge/>
+  * CometD sample: <http://svn.apache.org/repos/asf/felix/trunk/http/samples/cometd/>
 
 
 ## Maven Artifacts
@@ -455,23 +454,13 @@ This is a list of the most recent artifa
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.http.api</artifactId>
-      <version>3.0.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.http.jetty</artifactId>
-      <version>3.4.6</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.http.base</artifactId>
-      <version>3.0.18</version>
+      <version>4.0.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.http.bridge</artifactId>
-      <version>3.0.18</version>
+      <version>4.0.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
@@ -486,7 +475,7 @@ This is a list of the most recent artifa
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.http.sslfilter</artifactId>
-      <version>1.2.2</version>
+      <version>1.2.4</version>
     </dependency>