This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-site.git
commit 5c9c4f741599c37d8ef01e836f9fe392ad8328f9 Author: Oliver Lietz <[email protected]> AuthorDate: Tue Sep 17 16:30:44 2019 +0200 release bnd Remove Parameters from OSGi Headers Plugin 1.0.0 --- src/main/jbake/content/releases.md | 1 + src/main/jbake/templates/downloads.tpl | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/src/main/jbake/content/releases.md b/src/main/jbake/content/releases.md index 3bc8c62..2f7af5c 100644 --- a/src/main/jbake/content/releases.md +++ b/src/main/jbake/content/releases.md @@ -8,6 +8,7 @@ This is a list of all our releases, available from our [downloads](/downloads.cg ## September 2019 +* bnd Remove Parameters from OSGi Headers Plugin 1.0.0 (17th) * Tooling Support Install 1.0.6 (9th) * Clam 1.1.0 (4th) * Testing PaxExam 3.1.0, Commons Clam 2.0.0 (3rd) diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl index aa809ed..39db685 100644 --- a/src/main/jbake/templates/downloads.tpl +++ b/src/main/jbake/templates/downloads.tpl @@ -34,6 +34,10 @@ def mavenPlugins=[ "HTL Maven Plugin|htl-maven-plugin|1.3.0-1.4.0|Y", ] +def bndPlugins=[ + "bnd Remove Parameters from OSGi Headers Plugin|org.apache.sling.bnd.plugin.headers.parameters.remove|1.0.0|Y" +] + def bundles=[ "Adapter|org.apache.sling.adapter|2.1.10|Y|jar", "Adapter Annotations|adapter-annotations|1.0.0|Y|jar",
