This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/felix-antora-site.git
The following commit(s) were added to refs/heads/main by this push:
new f32a690a Http Base 5.0.0, Http Bridge 5.0.0, Http Jetty 5.0.0, Http
Proxy 4.0.0, Http SSL Filter 2.0.0, Http Inventory Plugin 1.0.0, Http
Webconsole Plugin 1.0.0
f32a690a is described below
commit f32a690a83972306950ea52a9d4e155485da6248
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Tue Dec 27 09:02:55 2022 +0100
Http Base 5.0.0, Http Bridge 5.0.0, Http Jetty 5.0.0, Http Proxy 4.0.0,
Http SSL Filter 2.0.0, Http Inventory Plugin 1.0.0, Http Webconsole Plugin 1.0.0
---
modules/ROOT/examples/downloads.yml | 22 +++++++++++++++++-----
modules/ROOT/pages/news.adoc | 1 +
2 files changed, 18 insertions(+), 5 deletions(-)
diff --git a/modules/ROOT/examples/downloads.yml
b/modules/ROOT/examples/downloads.yml
index ade4a5a8..4fd8e304 100644
--- a/modules/ROOT/examples/downloads.yml
+++ b/modules/ROOT/examples/downloads.yml
@@ -173,31 +173,43 @@ subprojects:
- title: HTTP Service Base
artifactId: org.apache.felix.http.base
- version: 5.0.0-RC2
+ version: 5.0.0
source_classifier: source-release
changelog: false
- title: HTTP Service Bridge
artifactId: org.apache.felix.http.bridge
- version: 4.2.2
+ version: 5.0.0
source_classifier: source-release
changelog: false
- title: HTTP Service Jetty
artifactId: org.apache.felix.http.jetty
- version: 5.0.0-RC2
+ version: 5.0.0
source_classifier: source-release
changelog: false
- title: HTTP Service Proxy
artifactId: org.apache.felix.http.proxy
- version: 3.0.6
+ version: 4.0.0
source_classifier: source-release
changelog: false
- title: HTTP Service SSL filter
artifactId: org.apache.felix.http.sslfilter
- version: 1.2.6
+ version: 2.0.0
+ source_classifier: source-release
+ changelog: false
+
+ - title: HTTP Service Inventory Printer
+ artifactId: org.apache.felix.http.inventoryprinter
+ version: 1.0.0
+ source_classifier: source-release
+ changelog: false
+
+ - title: HTTP Service Webconsole Plugin
+ artifactId: org.apache.felix.http.webconsoleplugin
+ version: 1.0.0
source_classifier: source-release
changelog: false
diff --git a/modules/ROOT/pages/news.adoc b/modules/ROOT/pages/news.adoc
index 56bdbede..9414caee 100644
--- a/modules/ROOT/pages/news.adoc
+++ b/modules/ROOT/pages/news.adoc
@@ -1,5 +1,6 @@
= News
+* Apache Felix Http Base 5.0.0, Http Bridge 5.0.0, Http Jetty 5.0.0, Http
Proxy 4.0.0, Http SSL Filter 2.0.0, Http Inventory Plugin 1.0.0, Http
Webconsole Plugin 1.0.0 (December 27th)
* Apache Felix Http Jetty 5.0.0-RC2 and Http Base 5.0.0-RC2 (November 25th,
2022)
* Apache Felix CM JSON 2.0.0, Configurator 1.0.18 and Feature 1.0.2 (November
16th, 2022)
* Apache Felix Http Jetty 5.0.0-RC1 and Http Base 5.0.0-RC1 (November 12th,
2022)