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 2019/07/29 10:07:57 UTC

[sling-site] branch master updated: Added Apache Sling Content Parser API 2.0.0, Apache Sling Content Parser JSON 2.0.0, Apache Sling Content Parser XML 2.0.0, Apache Sling Content Parser XML JCR 2.0.0, Apache Sling Content Parser Test Utilities 2.0.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 62f034d  Added Apache Sling Content Parser API 2.0.0, Apache Sling Content Parser JSON 2.0.0, Apache Sling Content Parser XML 2.0.0, Apache Sling Content Parser XML JCR 2.0.0, Apache Sling Content Parser Test Utilities 2.0.0
62f034d is described below

commit 62f034d16a3fd51f07967bd0c1aad047b9c94c2f
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Mon Jul 29 12:07:18 2019 +0200

    Added Apache Sling Content Parser API 2.0.0, Apache Sling Content Parser JSON 2.0.0, Apache Sling Content Parser XML 2.0.0, Apache Sling Content Parser XML JCR 2.0.0, Apache Sling Content Parser Test Utilities 2.0.0
---
 src/main/jbake/content/releases.md     | 1 +
 src/main/jbake/templates/downloads.tpl | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/src/main/jbake/content/releases.md b/src/main/jbake/content/releases.md
index bdc3802..3e23eae 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
 
 ## July 2019
 
+* Content Parser API 2.0.0, Content Parser JSON 2.0.0, Content Parser XML 2.0.0, Content Parser XML JCR 2.0.0, Content Parser Test Utilities 2.0.0 (29th)
 * Dynamic Include 3.1.4 (11th)
 * Connection Timeout Agent 1.0.0 (1st)
 * Apache Sling Testing Clients 1.2.2 (9th)
diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index e9c0319..aae250c 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -69,6 +69,11 @@ def bundles=[
   "Commons Threads|org.apache.sling.commons.threads|3.2.18|Y|jar",
   "Connection Timeout Agent|org.apache.sling.connection-timeout-agent|1.0.0|Y|jar",
   "Content Detection Support|org.apache.sling.commons.contentdetection|1.0.2|Y|jar",
+  "Content Parser API|org.apache.sling.contentparser.api|2.0.0|Y|jar",
+  "Content Parser JSON|org.apache.sling.contentparser.json|2.0.0|Y|jar",
+  "Content Parser XML|org.apache.sling.contentparser.xml|2.0.0|Y|jar",
+  "Content Parser XML JCR|org.apache.sling.contentparser.xml-jcr|2.0.0|Y|jar",
+  "Content Parser Test Utilities|org.apache.sling.contentparser.testutils|2.0.0|Y|jar",
   "Context-Aware Configuration API|org.apache.sling.caconfig.api|1.1.2|Y|jar",
   "Context-Aware Configuration bnd Plugin|org.apache.sling.caconfig.bnd-plugin|1.0.2|Y|jar",
   "Context-Aware Configuration Impl|org.apache.sling.caconfig.impl|1.4.16|Y|jar",