You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2020/01/15 15:53:38 UTC

[sling-site] branch master updated: Added API 2.22.0, Scripting HTL Engine 1.3.2-1.4.0

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

radu 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 480f411  Added API 2.22.0, Scripting HTL Engine 1.3.2-1.4.0
480f411 is described below

commit 480f4118076f8ecfc52e35bf9ca0c9d1050de2c5
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Jan 15 16:53:27 2020 +0100

    Added API 2.22.0, Scripting HTL Engine 1.3.2-1.4.0
---
 src/main/jbake/content/releases.md     | 1 +
 src/main/jbake/templates/downloads.tpl | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/jbake/content/releases.md b/src/main/jbake/content/releases.md
index 1f72bb5..86911a6 100644
--- a/src/main/jbake/content/releases.md
+++ b/src/main/jbake/content/releases.md
@@ -7,6 +7,7 @@ tableOfContents=false
 This is a list of all our releases, available from our [downloads](/downloads.cgi) page.
 
 ## January 2020
+* API 2.22.0, Scripting HTL Engine 1.3.2-1.4.0 (15th)
 * Parent 36, Bundle Parent 36, Feature Model IO 1.2.0 (14th)
 
 ## December 2019
diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index 18814a5..2233a7b 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -42,7 +42,7 @@ def bndPlugins=[
 def bundles=[
   "Adapter|org.apache.sling.adapter|2.1.10|Y|jar",
   "Adapter Annotations|adapter-annotations|1.0.0|Y|jar",
-  "API|org.apache.sling.api|2.21.0|Y|jar",
+  "API|org.apache.sling.api|2.22.0|Y|jar",
   "Auth Core|org.apache.sling.auth.core|1.4.4|Y|jar",
   "Auth Form|org.apache.sling.auth.form|1.0.14|Y|jar",
   "Authentication XING API|org.apache.sling.auth.xing.api|0.0.2|Y|jar",
@@ -212,7 +212,7 @@ def bundles=[
   "Scripting HTL Runtime|org.apache.sling.scripting.sightly.runtime|1.2.0-1.4.0|Y|jar",
   "Scripting HTL Compiler|org.apache.sling.scripting.sightly.compiler|1.2.4-1.4.0|Y|jar",
   "Scripting HTL Java Compiler|org.apache.sling.scripting.sightly.compiler.java|1.1.4-1.4.0|Y|jar",
-  "Scripting HTL Engine|org.apache.sling.scripting.sightly|1.3.0-1.4.0|Y|jar",
+  "Scripting HTL Engine|org.apache.sling.scripting.sightly|1.3.2-1.4.0|Y|jar",
   "Scripting HTL JavaScript Use Provider|org.apache.sling.scripting.sightly.js.provider|1.1.0|Y|jar",
   "Scripting HTL Sling Models Use Provider|org.apache.sling.scripting.sightly.models.provider|1.0.8|Y|jar",
   "Scripting HTL REPL|org.apache.sling.scripting.sightly.repl|1.0.6|Y|jar",