This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 718e101 publish latest changes
718e101 is described below
commit 718e101d528688167a153c1a2401d0f97f79976a
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Tue Apr 10 14:25:13 2018 +0200
publish latest changes
---
documentation/development/maven-archetypes.html | 4 ++--
documentation/karaf.html | 8 ++++----
downloads.html | 12 ++++++------
releases.html | 3 ++-
sitemap.html | 2 +-
sitemap.xml | 2 +-
tags/development.html | 2 +-
tags/maven.html | 2 +-
8 files changed, 18 insertions(+), 17 deletions(-)
diff --git a/documentation/development/maven-archetypes.html
b/documentation/development/maven-archetypes.html
index 3d59f00..1e61857 100644
--- a/documentation/development/maven-archetypes.html
+++ b/documentation/development/maven-archetypes.html
@@ -100,7 +100,7 @@
<p>This archetype generates a Maven project which will build a standalone
Launchpad JAR file using the default bundle set. For demonstration purposes,
the generated project includes an extra bundle list file
(<code>src/main/bundles/list</code>) which includes Apache Felix FileInstall as
well as a test configuration file
(<code>src/test/config/sling.properties</code>).</p>
<h3><a href="#sling-launchpad-webapp-archetype"
name="sling-launchpad-webapp-archetype">sling-launchpad-webapp-archetype</a></h3>
<p>This archetype generates a Maven project which will build a Launchpad WAR
file using the default bundle set. For demonstration purposes, the generated
project includes an extra bundle list file (<code>src/main/bundles/list</code>)
which includes Apache Felix FileInstall as well as a test configuration file
(<code>src/test/config/sling.properties</code>).</p>
-<h3><a href="#sling-intitial-content-archetype"
name="sling-intitial-content-archetype">sling-intitial-content-archetype</a></h3>
+<h3><a href="#sling-initial-content-archetype"
name="sling-initial-content-archetype">sling-initial-content-archetype</a></h3>
<p>This archetype generates a Maven project which will build an OSGi bundle
that supports JCR NodeType registration (in
<code>SLING-INF/nodetypes/nodetypes.cnd</code>) and initial content loading (in
<code>SLING-INF/scripts</code> and <code>SLING-INF/content</code>).</p>
<h3><a href="#sling-servlet-archetype"
name="sling-servlet-archetype">sling-servlet-archetype</a></h3>
<p>This archetype generates a Maven project which will build an OSGi bundle
containing two Servlets registered with Sling, one registered by path and one
registered by resource type.</p>
@@ -110,7 +110,7 @@
<p>This archetype generates a Maven project which will build a basic OSGi
bundle including support for the Felix SCR Annotations. It is pre-configured to
install using a WebDAV PUT into the JCR when the profile
<code>autoInstallBundle</code> is activated.</p></section></div></div>
<div class="footer">
<div class="revisionInfo">
- Last modified by <span class="author">Bertrand
Delacretaz</span> on <span class="comment">Fri Sep 29 15:57:01 2017 +0200</span>
+ Last modified by <span class="author">Sabya</span> on
<span class="comment">Sat Mar 31 00:07:18 2018 -0700</span>
</div> <p>
Apache Sling, Sling, Apache, the Apache feather logo, and
the Apache Sling project logo are trademarks of The Apache Software Foundation.
All other marks mentioned may be trademarks or registered trademarks of their
respective owners.
</p><p>
diff --git a/documentation/karaf.html b/documentation/karaf.html
index 2c66c23..ab7d0c5 100644
--- a/documentation/karaf.html
+++ b/documentation/karaf.html
@@ -91,7 +91,7 @@
</div><h1 class="pagetitle">
Running Apache Sling on Apache Karaf
</h1><div id="generatedToC"></div><script
src='/res/jquery-3.2.1.min.js' type='text/javascript'></script><script
src='/res/tocjs-1-1-2.js' type='text/javascript'></script><script
type='text/javascript'>$(document).ready(function() {
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );</script>
-<div class="row"><div class="small-12 columns"><section
class="wrap"><p><strong>NOTE:</strong> Tested and built with Apache Karaf
4.2.0.M2</p>
+<div class="row"><div class="small-12 columns"><section
class="wrap"><p><strong>NOTE:</strong> Tested and built with Apache Karaf
4.2.0</p>
<h2><a href="#sling-karaf-features" name="sling-karaf-features">Sling Karaf
Features</a></h2>
<p>A features repository for easy deployment of <a
href="https://sling.apache.org">Apache Sling</a> on <a
href="https://karaf.apache.org">Apache Karaf</a> (see <a
href="https://karaf.apache.org/manual/latest/#_provisioning">Provisioning</a>
for details).</p>
<p>(<a
href="https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-karaf-features.git">GitBox</a>
| <a
href="https://github.com/apache/sling-org-apache-sling-karaf-features">GitHub</a>)</p>
@@ -110,13 +110,13 @@
<p>3) Install a Sling Quickstart feature, e.g.
<code>sling-quickstart-oak-tar</code> or
<code>sling-quickstart-oak-mongo</code> (requires a running and configured
MongoDB):</p>
<pre><code>karaf@root()> feature:install sling-quickstart-oak-tar
</code></pre>
-<p>4) Install Launchpad Content (feature includes <a
href="https://github.com/ist-dresden/composum">Composum</a>):</p>
-<pre><code>karaf@root()> feature:install sling-launchpad-content
+<p>4) Install Starter Content (feature includes <a
href="https://github.com/ist-dresden/composum">Composum</a>):</p>
+<pre><code>karaf@root()> feature:install sling-starter-content
</code></pre>
<p>5) Browse to <a
href="http://localhost:8181/">http://localhost:8181/</a>.</p></section></div></div>
<div class="footer">
<div class="revisionInfo">
- Last modified by <span class="author">Oliver Lietz</span>
on <span class="comment">Tue Jan 2 17:51:19 2018 +0100</span>
+ Last modified by <span class="author">Oliver Lietz</span>
on <span class="comment">Mon Apr 9 10:47:55 2018 +0200</span>
</div> <p>
Apache Sling, Sling, Apache, the Apache feather logo, and
the Apache Sling project logo are trademarks of The Apache Software Foundation.
All other marks mentioned may be trademarks or registered trademarks of their
respective owners.
</p><p>
diff --git a/downloads.html b/downloads.html
index c5f9e1e..5af048f 100644
--- a/downloads.html
+++ b/downloads.html
@@ -166,8 +166,8 @@
</td><td><a
href="[preferred]sling/org.apache.sling.commons.johnzon-1.1.0-source-release.zip">Source
ZIP</a> (<a
href="https://www.apache.org/dist/sling/org.apache.sling.commons.johnzon-1.1.0-source-release.zip.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.commons.johnzon-1.1.0-source-release.zip.md5">md5</a>)
</td></tr><tr><td>Commons
JSON</td><td>2.0.20</td><td><a
href="[preferred]sling/org.apache.sling.commons.json-2.0.20.jar">Bundle</a> (<a
href="https://www.apache.org/dist/sling/org.apache.sling.commons.json-2.0.20.jar.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.commons.json-2.0.20.jar.md5">md5</a>)
</td><td><a
href="[preferred]sling/org.apache.sling.commons.json-2.0.20-source-release.zip">Source
ZIP</a> (<a
href="https://www.apache.org/dist/sling/org.apache.sling.commons.json-2.0.20-source-release.zip.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.commons.json-2.0.20-source-release.zip.md5">md5</a>)
- </td></tr><tr><td>Commons
Log</td><td>5.1.0</td><td><a
href="[preferred]sling/org.apache.sling.commons.log-5.1.0.jar">Bundle</a> (<a
href="https://www.apache.org/dist/sling/org.apache.sling.commons.log-5.1.0.jar.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.commons.log-5.1.0.jar.md5">md5</a>)
- </td><td><a
href="[preferred]sling/org.apache.sling.commons.log-5.1.0-source-release.zip">Source
ZIP</a> (<a
href="https://www.apache.org/dist/sling/org.apache.sling.commons.log-5.1.0-source-release.zip.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.commons.log-5.1.0-source-release.zip.md5">md5</a>)
+ </td></tr><tr><td>Commons
Log</td><td>5.1.4</td><td><a
href="[preferred]sling/org.apache.sling.commons.log-5.1.4.jar">Bundle</a> (<a
href="https://www.apache.org/dist/sling/org.apache.sling.commons.log-5.1.4.jar.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.commons.log-5.1.4.jar.md5">md5</a>)
+ </td><td><a
href="[preferred]sling/org.apache.sling.commons.log-5.1.4-source-release.zip">Source
ZIP</a> (<a
href="https://www.apache.org/dist/sling/org.apache.sling.commons.log-5.1.4-source-release.zip.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.commons.log-5.1.4-source-release.zip.md5">md5</a>)
</td></tr><tr><td>Commons Log WebConsole
Plugin</td><td>1.0.0</td><td><a
href="[preferred]sling/org.apache.sling.commons.log.webconsole-1.0.0.jar">Bundle</a>
(<a
href="https://www.apache.org/dist/sling/org.apache.sling.commons.log.webconsole-1.0.0.jar.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.commons.log.webconsole-1.0.0.jar.md5">md5</a>)
</td><td><a
href="[preferred]sling/org.apache.sling.commons.log.webconsole-1.0.0-source-release.zip">Source
ZIP</a> (<a
href="https://www.apache.org/dist/sling/org.apache.sling.commons.log.webconsole-1.0.0-source-release.zip.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.commons.log.webconsole-1.0.0-source-release.zip.md5">md5</a>)
</td></tr><tr><td>Commons Log
Service</td><td>1.0.6</td><td><a
href="[preferred]sling/org.apache.sling.commons.logservice-1.0.6.jar">Bundle</a>
(<a
href="https://www.apache.org/dist/sling/org.apache.sling.commons.logservice-1.0.6.jar.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.commons.logservice-1.0.6.jar.md5">md5</a>)
@@ -514,12 +514,12 @@
</td><td><a
href="[preferred]sling/org.apache.sling.tooling.support.install-1.0.4-source-release.zip">Source
ZIP</a> (<a
href="https://www.apache.org/dist/sling/org.apache.sling.tooling.support.install-1.0.4-source-release.zip.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.tooling.support.install-1.0.4-source-release.zip.md5">md5</a>)
</td></tr><tr><td>Tooling Support
Source</td><td>1.0.4</td><td><a
href="[preferred]sling/org.apache.sling.tooling.support.source-1.0.4.jar">Bundle</a>
(<a
href="https://www.apache.org/dist/sling/org.apache.sling.tooling.support.source-1.0.4.jar.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.tooling.support.source-1.0.4.jar.md5">md5</a>)
</td><td><a
href="[preferred]sling/org.apache.sling.tooling.support.source-1.0.4-source-release.zip">Source
ZIP</a> (<a
href="https://www.apache.org/dist/sling/org.apache.sling.tooling.support.source-1.0.4-source-release.zip.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.tooling.support.source-1.0.4-source-release.zip.md5">md5</a>)
- </td></tr><tr><td>Apache Sling Testing
Clients</td><td>1.1.4</td><td><a
href="[preferred]sling/org.apache.sling.testing.clients-1.1.4.jar">Bundle</a>
(<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.clients-1.1.4.jar.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.clients-1.1.4.jar.md5">md5</a>)
- </td><td><a
href="[preferred]sling/org.apache.sling.testing.clients-1.1.4-source-release.zip">Source
ZIP</a> (<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.clients-1.1.4-source-release.zip.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.clients-1.1.4-source-release.zip.md5">md5</a>)
+ </td></tr><tr><td>Apache Sling Testing
Clients</td><td>1.2.0</td><td><a
href="[preferred]sling/org.apache.sling.testing.clients-1.2.0.jar">Bundle</a>
(<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.clients-1.2.0.jar.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.clients-1.2.0.jar.md5">md5</a>)
+ </td><td><a
href="[preferred]sling/org.apache.sling.testing.clients-1.2.0-source-release.zip">Source
ZIP</a> (<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.clients-1.2.0-source-release.zip.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.clients-1.2.0-source-release.zip.md5">md5</a>)
</td></tr><tr><td>Testing
Email</td><td>1.0.0</td><td><a
href="[preferred]sling/org.apache.sling.testing.email-1.0.0.jar">Bundle</a> (<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.email-1.0.0.jar.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.email-1.0.0.jar.md5">md5</a>)
</td><td><a
href="[preferred]sling/org.apache.sling.testing.email-1.0.0-source-release.zip">Source
ZIP</a> (<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.email-1.0.0-source-release.zip.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.email-1.0.0-source-release.zip.md5">md5</a>)
- </td></tr><tr><td>Apache Sling Testing
Rules</td><td>1.0.1</td><td><a
href="[preferred]sling/org.apache.sling.testing.rules-1.0.1.jar">Bundle</a> (<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.rules-1.0.1.jar.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.rules-1.0.1.jar.md5">md5</a>)
- </td><td><a
href="[preferred]sling/org.apache.sling.testing.rules-1.0.1-source-release.zip">Source
ZIP</a> (<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.rules-1.0.1-source-release.zip.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.rules-1.0.1-source-release.zip.md5">md5</a>)
+ </td></tr><tr><td>Apache Sling Testing
Rules</td><td>1.0.8</td><td><a
href="[preferred]sling/org.apache.sling.testing.rules-1.0.8.jar">Bundle</a> (<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.rules-1.0.8.jar.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.rules-1.0.8.jar.md5">md5</a>)
+ </td><td><a
href="[preferred]sling/org.apache.sling.testing.rules-1.0.8-source-release.zip">Source
ZIP</a> (<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.rules-1.0.8-source-release.zip.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.rules-1.0.8-source-release.zip.md5">md5</a>)
</td></tr><tr><td>Apache Sling Server
Setup Tools</td><td>1.0.1</td><td><a
href="[preferred]sling/org.apache.sling.testing.serversetup-1.0.1.jar">Bundle</a>
(<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.serversetup-1.0.1.jar.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.serversetup-1.0.1.jar.md5">md5</a>)
</td><td><a
href="[preferred]sling/org.apache.sling.testing.serversetup-1.0.1-source-release.zip">Source
ZIP</a> (<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.serversetup-1.0.1-source-release.zip.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.serversetup-1.0.1-source-release.zip.md5">md5</a>)
</td></tr><tr><td>Testing
Tools</td><td>1.0.16</td><td><a
href="[preferred]sling/org.apache.sling.testing.tools-1.0.16.jar">Bundle</a>
(<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.tools-1.0.16.jar.asc">asc</a>,
<a
href="https://www.apache.org/dist/sling/org.apache.sling.testing.tools-1.0.16.jar.md5">md5</a>)
diff --git a/releases.html b/releases.html
index dc00f21..06e1292 100644
--- a/releases.html
+++ b/releases.html
@@ -91,6 +91,7 @@
</h1><div class="row"><div class="small-12 columns"><section
class="wrap"><p>This is a list of all our releases, available from our <a
href="/downloads.cgi">downloads</a> page.</p>
<h2><a href="#march-2018" name="march-2018">March 2018</a></h2>
<ul>
+ <li>Commons Log 5.1.4 (26th)</li>
<li>Testing OSGi Mock 2.3.8 (23th)</li>
<li>Resource Resolver 1.6.0, JCR Resource 3.0.10 (22nd)</li>
<li>API 2.18.0, Security 1.1.12 (19th)</li>
@@ -1685,7 +1686,7 @@
</ul></section></div></div>
<div class="footer">
<div class="revisionInfo">
- Last modified by <span class="author">sseifert</span> on
<span class="comment">Fri Mar 23 12:45:23 2018 +0100</span>
+ Last modified by <span class="author">Chetan
Mehrotra</span> on <span class="comment">Mon Mar 26 18:53:37 2018 +0530</span>
</div> <p>
Apache Sling, Sling, Apache, the Apache feather logo, and
the Apache Sling project logo are trademarks of The Apache Software Foundation.
All other marks mentioned may be trademarks or registered trademarks of their
respective owners.
</p><p>
diff --git a/sitemap.html b/sitemap.html
index c05507f..a3931e1 100644
--- a/sitemap.html
+++ b/sitemap.html
@@ -139,8 +139,8 @@
<li><a
href="/old-stuff/scriptengineintegration/groovy-support.html">Groovy
Support</a></li>
<li><a href="/guides.html">Guides (retired)</a></li>
<li><a href="/documentation/bundles/hapi.html">HApi -
Hypermedia API tools</a></li>
- <li><a href="/documentation/development/jspc.html">HTL
Maven Plugin</a></li>
<li><a
href="/documentation/development/htl-maven-plugin.html">HTL Maven
Plugin</a></li>
+ <li><a href="/documentation/development/jspc.html">HTL
Maven Plugin</a></li>
<li><a
href="/documentation/bundles/scripting/scripting-htl.html">HTL Scripting
Engine</a></li>
<li><a
href="/documentation/development/hamcrest.html">Hamcrest Integration</a></li>
<li><a
href="/documentation/bundles/sling-query/hierarchy-operators.html">Hierarchy
operators</a></li>
diff --git a/sitemap.xml b/sitemap.xml
index 9226f20..01218d9 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -137,8 +137,8 @@
<li><a
href="/old-stuff/scriptengineintegration/groovy-support.html">Groovy
Support</a></li>
<li><a href="/guides.html">Guides (retired)</a></li>
<li><a href="/documentation/bundles/hapi.html">HApi -
Hypermedia API tools</a></li>
- <li><a href="/documentation/development/jspc.html">HTL
Maven Plugin</a></li>
<li><a
href="/documentation/development/htl-maven-plugin.html">HTL Maven
Plugin</a></li>
+ <li><a href="/documentation/development/jspc.html">HTL
Maven Plugin</a></li>
<li><a
href="/documentation/bundles/scripting/scripting-htl.html">HTL Scripting
Engine</a></li>
<li><a
href="/documentation/development/hamcrest.html">Hamcrest Integration</a></li>
<li><a
href="/documentation/bundles/sling-query/hierarchy-operators.html">Hierarchy
operators</a></li>
diff --git a/tags/development.html b/tags/development.html
index fa9df19..1b38b0b 100644
--- a/tags/development.html
+++ b/tags/development.html
@@ -79,7 +79,7 @@
<tags/>
</div><tableOfContents/>
-<div class="taglinks"><h2>Tagged with 'development'</h2><div
class="taglink"><a
href="/documentation/development/testing-paxexam.html">Apache Sling Testing
PaxExam</a></div><div class="taglink"><a
href="/old-stuff/assembly.html">Assembly</a></div><div class="taglink"><a
href="/documentation/development/dependency-management.html">Dependency
Management</a></div><div class="taglink"><a
href="/documentation/development.html">Development</a></div><div
class="taglink"><a href="/documentation/ [...]
+<div class="taglinks"><h2>Tagged with 'development'</h2><div
class="taglink"><a
href="/documentation/development/testing-paxexam.html">Apache Sling Testing
PaxExam</a></div><div class="taglink"><a
href="/old-stuff/assembly.html">Assembly</a></div><div class="taglink"><a
href="/documentation/development/dependency-management.html">Dependency
Management</a></div><div class="taglink"><a
href="/documentation/development.html">Development</a></div><div
class="taglink"><a href="/documentation/ [...]
<span class="allTagsLink"><a href="/tags/api.html"
class="label">api<span class="badge">3</span></a></span>
<span class="allTagsLink"><a
href="/tags/authentication.html" class="label">authentication<span
class="badge">8</span></a></span>
<span class="allTagsLink"><a href="/tags/bundles.html"
class="label">bundles<span class="badge">3</span></a></span>
diff --git a/tags/maven.html b/tags/maven.html
index 1bd5bce..6545344 100644
--- a/tags/maven.html
+++ b/tags/maven.html
@@ -79,7 +79,7 @@
<tags/>
</div><tableOfContents/>
-<div class="taglinks"><h2>Tagged with 'maven'</h2><div class="taglink"><a
href="/documentation/development/testing-paxexam.html">Apache Sling Testing
PaxExam</a></div><div class="taglink"><a
href="/documentation/development/jspc.html">HTL Maven Plugin</a></div><div
class="taglink"><a href="/documentation/development/htl-maven-plugin.html">HTL
Maven Plugin</a></div><div class="taglink"><a
href="/documentation/development/maven-archetypes.html">Maven
Archetypes</a></div><div class="taglink [...]
+<div class="taglinks"><h2>Tagged with 'maven'</h2><div class="taglink"><a
href="/documentation/development/testing-paxexam.html">Apache Sling Testing
PaxExam</a></div><div class="taglink"><a
href="/documentation/development/htl-maven-plugin.html">HTL Maven
Plugin</a></div><div class="taglink"><a
href="/documentation/development/jspc.html">HTL Maven Plugin</a></div><div
class="taglink"><a
href="/documentation/development/maven-archetypes.html">Maven
Archetypes</a></div><div class="taglink [...]
<span class="allTagsLink"><a href="/tags/api.html"
class="label">api<span class="badge">3</span></a></span>
<span class="allTagsLink"><a
href="/tags/authentication.html" class="label">authentication<span
class="badge">8</span></a></span>
<span class="allTagsLink"><a href="/tags/bundles.html"
class="label">bundles<span class="badge">3</span></a></span>
--
To stop receiving notification emails like this one, please contact
[email protected].