You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2019/11/23 02:55:43 UTC

[sling-site] branch master updated: Adding the release of App CMS 0.14.0

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

dklco 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 685f0c0  Adding the release of App CMS 0.14.0
685f0c0 is described below

commit 685f0c09ddf1c5ea00832c3e6f09c037238f4313
Author: Dan Klco <dk...@apache.org>
AuthorDate: Fri Nov 22 21:55:32 2019 -0500

    Adding the release of App CMS 0.14.0
---
 src/main/jbake/content/releases.md     |  2 +-
 src/main/jbake/templates/downloads.tpl | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/jbake/content/releases.md b/src/main/jbake/content/releases.md
index 22cdd41..8a8b127 100644
--- a/src/main/jbake/content/releases.md
+++ b/src/main/jbake/content/releases.md
@@ -8,7 +8,7 @@ This is a list of all our releases, available from our [downloads](/downloads.cg
 
 ## November 2019
 
-* XSS Protection API 2.1.16, API 2.21.0 (22nd)
+* XSS Protection API 2.1.16, API 2.21.0, App CMS 0.14.0 (22nd)
 * Repoinit JCR 1.1.16, Repoinit Parser 1.3.2 (19th)
 * Sling Engine 2.6.22 (11th)
 * Sling Feature Maven Plugin 1.1.10 (11th)
diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index d1e2c1a..fcca418 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -22,7 +22,7 @@ def slingApplication=[
   "Sling Starter Standalone|A self-runnable Sling jar|org.apache.sling.starter|.jar|${launchpadVersion}|Y",
   "Sling Starter WAR|A ready-to run Sling webapp as a war file|org.apache.sling.starter|-webapp.war|${launchpadVersion}|Y",
   "Sling Source Release|The released Sling source code|org.apache.sling.starter|-source-release.zip|${launchpadVersion}|Y",
-  "Sling CMS App|A reference CMS App built on Apache Sling|org.apache.sling.cms.builder|.jar|0.11.2|org.apache.sling.app.cms",
+  "Sling CMS App|A reference CMS App built on Apache Sling|org.apache.sling.cms.builder|.jar|0.14.0|org.apache.sling.app.cms",
 ]
 
 def mavenPlugins=[
@@ -53,10 +53,10 @@ def bundles=[
   "Capabilities JCR|org.apache.sling.capabilities.jcr|0.1.2|Y|jar",
   "Clam|org.apache.sling.clam|1.1.0|Y|jar",
   "Classloader Leak Detector|org.apache.sling.extensions.classloader-leak-detector|1.0.0|Y|jar",
-  "CMS App API|org.apache.sling.cms.api|0.11.2|org.apache.sling.app.cms|jar",
-  "CMS App Core|org.apache.sling.cms.core|0.11.2|org.apache.sling.app.cms|jar",
-  "CMS App Reference|org.apache.sling.cms.reference|0.11.2|org.apache.sling.app.cms|jar",
-  "CMS App UI|org.apache.sling.cms.ui|0.11.2|org.apache.sling.app.cms|jar",
+  "CMS App API|org.apache.sling.cms.api|0.14.0|org.apache.sling.app.cms|jar",
+  "CMS App Core|org.apache.sling.cms.core|0.14.0|org.apache.sling.app.cms|jar",
+  "CMS App Reference|org.apache.sling.cms.reference|0.14.0|org.apache.sling.app.cms|jar",
+  "CMS App UI|org.apache.sling.cms.ui|0.14.0|org.apache.sling.app.cms|jar",
   "Commons Classloader|org.apache.sling.commons.classloader|1.4.4|Y|jar",
   "Commons Clam|org.apache.sling.commons.clam|2.0.0|Y|jar",
   "Commons Compiler|org.apache.sling.commons.compiler|2.3.6|Y|jar",