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 2018/11/28 20:17:58 UTC

[sling-site] branch master updated: Adding CMS 0.11.2

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 6950afe  Adding CMS 0.11.2
6950afe is described below

commit 6950afec394a2718a95da5f90c6131c32329ff5f
Author: Dan Klco <dk...@apache.org>
AuthorDate: Wed Nov 28 15:17:46 2018 -0500

    Adding CMS 0.11.2
---
 src/main/jbake/content/releases.md     |  1 +
 src/main/jbake/templates/downloads.tpl | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/main/jbake/content/releases.md b/src/main/jbake/content/releases.md
index 99a6eca..6e35690 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
 
+* App CMS 0.11.2 (28th)
 * Testing JCR Mock 1.4.2, OSGi Mock 2.4.4 (19th)
 * Servlets Get 2.1.38 and Servlets Resolver 2.4.24 (13th)
 * Installer Vault Package Install Hook 1.0.4 (12th)
diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index 72673d8..e30fd0a 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.0|org.apache.sling.app.cms",
+  "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",
 ]
 
 def mavenPlugins=[
@@ -46,11 +46,11 @@ def bundles=[
   "Capabilities|org.apache.sling.capabilities|0.1.0|Y|jar",
   "Capabilities JCR|org.apache.sling.capabilities.jcr|0.1.0|Y|jar",
   "Clam|org.apache.sling.clam|1.0.2|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.0|org.apache.sling.app.cms|jar",                                                                  
-  "CMS App Core|org.apache.sling.cms.core|0.11.0|org.apache.sling.app.cms|jar",
-  "CMS App Reference|org.apache.sling.cms.reference|0.11.0|org.apache.sling.app.cms|jar",
-  "CMS App UI|org.apache.sling.cms.ui|0.11.0|org.apache.sling.app.cms|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",
   "Commons Classloader|org.apache.sling.commons.classloader|1.4.2|Y|jar",
   "Commons Clam|org.apache.sling.commons.clam|1.0.2|Y|jar",
   "Commons Compiler|org.apache.sling.commons.compiler|2.3.6|Y|jar",