You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2020/04/06 11:30:23 UTC

[sling-site] branch master updated: Release OSGi Installer Packages 1.0.2, JCR Installer 3.2.2, File Installer 1.2.2

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new b8c5ff0  Release OSGi Installer Packages 1.0.2, JCR Installer 3.2.2, File Installer 1.2.2
b8c5ff0 is described below

commit b8c5ff0e21b1618fbd526eb579961407ab886cdf
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Apr 6 13:30:14 2020 +0200

    Release OSGi Installer Packages 1.0.2, JCR Installer 3.2.2, File
    Installer 1.2.2
---
 src/main/jbake/content/releases.md     | 1 +
 src/main/jbake/templates/downloads.tpl | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/main/jbake/content/releases.md b/src/main/jbake/content/releases.md
index af5f9c4..165ab86 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
 
 ## April 2020
 
+* OSGi Installer Packages Factory 1.0.2, JCR Installer 3.2.2, File Installer 1.2.2 (6th)
 * JCR Oak Server 1.2.4 (5th)
 
 ## March 2020
diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index 66d7fad..ceeedc3 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -133,11 +133,10 @@ def bundles=[
   "Installer Core|org.apache.sling.installer.core|3.11.0|Y|jar",
   "Installer Configuration Support|org.apache.sling.installer.factory.configuration|1.3.0|Y|jar",
   "Installer Console|org.apache.sling.installer.console|1.1.0|Y|jar",
-  "Installer Content Package Support|org.apache.sling.installer.factory.packages|1.0.0|Y|jar",
-  "Installer File Provider|org.apache.sling.installer.provider.file|1.2.0|Y|jar",
+  "Installer Content Package Support|org.apache.sling.installer.factory.packages|1.0.2|Y|jar",
+  "Installer File Provider|org.apache.sling.installer.provider.file|1.2.2|Y|jar",
   "Installer Health Checks|org.apache.sling.installer.hc|2.0.2|Y|jar",
-  "Installer JCR Provider|org.apache.sling.installer.provider.jcr|3.2.0|Y|jar",
-  "Installer Subystems Support|org.apache.sling.installer.factory.subsystems|1.0.0|Y|jar",
+  "Installer JCR Provider|org.apache.sling.installer.provider.jcr|3.2.2|Y|jar",
   "Installer Vault Package Install Hook|org.apache.sling.installer.provider.installhook|1.0.4|Y|jar",
   "javax activation|org.apache.sling.javax.activation|0.1.0|Y|jar",
   "JCR API|org.apache.sling.jcr.api|2.4.0|Y|jar",
@@ -279,6 +278,7 @@ def deprecated=[
   "Health Check Integration Tests|Migrated to Apache Felix Health Checks|org.apache.sling.hc.it|1.0.4",
   "Health Check Samples|Migrated to Apache Felix Health Checks|org.apache.sling.hc.samples|1.0.6",
   "Health Check Webconsole|Migrated to Apache Felix Health Checks|org.apache.sling.hc.webconsole|1.1.2",
+  "Installer Subystems Support|org.apache.sling.installer.factory.subsystems|1.0.0",
   "JCR Compiler|Replaced with FS ClassLoader|org.apache.sling.jcr.compiler|2.1.0",
   "JCR Jackrabbit Server|Replaced with Apache Jackrabbit Oak|org.apache.sling.jcr.jackrabbit.server|2.3.0",
   "JCR Prefs|Replaced with CA Configs|org.apache.sling.jcr.prefs|1.0.0",