You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by gh...@apache.org on 2018/11/12 15:40:18 UTC

[sling-site] branch master updated: SLING-8083 documentation update for v1.0.4

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

ghenzler 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 b139b0f  SLING-8083 documentation update for v1.0.4
b139b0f is described below

commit b139b0f57d06862c262a955cbafbd6a5231eb543
Author: georg.henzler <ge...@netcentric.biz>
AuthorDate: Mon Nov 12 16:40:05 2018 +0100

    SLING-8083 documentation update for v1.0.4
---
 .../content/documentation/bundles/installer-provider-installhook.md     | 2 +-
 src/main/jbake/content/releases.md                                      | 1 +
 src/main/jbake/templates/downloads.tpl                                  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/jbake/content/documentation/bundles/installer-provider-installhook.md b/src/main/jbake/content/documentation/bundles/installer-provider-installhook.md
index 0e6c66a..6baa8c8 100644
--- a/src/main/jbake/content/documentation/bundles/installer-provider-installhook.md
+++ b/src/main/jbake/content/documentation/bundles/installer-provider-installhook.md
@@ -31,7 +31,7 @@ To include the install hook into a content package, use the following code:
                         <artifactItem>
                             <groupId>org.apache.sling</groupId>
                             <artifactId>org.apache.sling.installer.provider.installhook</artifactId>
-                            <version>1.0.2</version>
+                            <version>1.0.4</version>
                         </artifactItem>
                     </artifactItems>
                     <outputDirectory>${project.build.directory}/vault-work/META-INF/vault/hooks</outputDirectory>
diff --git a/src/main/jbake/content/releases.md b/src/main/jbake/content/releases.md
index 8db80af..7c78c5b 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
 
 ## November 2018
 
+* Installer Vault Package Install Hook 1.0.4 (12th)
 * Distributed Event Admin 1.1.4, App CMS 0.11.0 (9th)
 * Models API 1.3.8 (8th)
 * Capabilities 0.1.0, Capabilities JCR 0.1.0, Scripting HTL Runtime 1.0.0-1.4.0, Scripting HTL Compiler 1.1.0-1.4.0, Scripting HTL Java Compiler 1.1.0-1.4.0, Scripting HTL Engine 1.1.0-1.4.0, HTL JS Use Provider 1.0.28, HTL Models Use Provider 1.0.8, Scripting HTL Testing Content 1.0.14-1.4.0, Scripting HTL Testing 1.0.14-1.4.0, HTL Maven Plugin 1.2.2-1.4.0 (5th)
diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index e998ed2..8115fb6 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -120,7 +120,7 @@ def bundles=[
   "Installer Subystems Support|org.apache.sling.installer.factory.subsystems|1.0.0|Y|jar",
   "Installer File Provider|org.apache.sling.installer.provider.file|1.1.0|Y|jar",
   "Installer JCR Provider|org.apache.sling.installer.provider.jcr|3.1.26|Y|jar",
-  "Installer Vault Package Install Hook|org.apache.sling.installer.provider.installhook|1.0.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",
   "JCR API Wrapper|org.apache.sling.jcr.jcr-wrapper|2.0.0|Y|jar",