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 2018/12/07 13:27:20 UTC

[sling-aggregator] branch master updated: added new modules and updated tables

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-aggregator.git


The following commit(s) were added to refs/heads/master by this push:
     new 5617cb4  added new modules and updated tables
5617cb4 is described below

commit 5617cb4476e896a2c9049684a7ca71d90aaa10d0
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Fri Dec 7 14:27:11 2018 +0100

    added new modules and updated tables
---
 default.xml            | 7 ++++++-
 docs/groups/feature.md | 3 +--
 docs/groups/jcr.md     | 1 -
 docs/groups/karaf.md   | 2 +-
 docs/modules.md        | 9 +++------
 5 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/default.xml b/default.xml
index 5036a70..af2229a 100644
--- a/default.xml
+++ b/default.xml
@@ -97,6 +97,7 @@
   <project path='org-apache-sling-feature-applicationbuilder' name='sling-org-apache-sling-feature-applicationbuilder.git' groups='feature' />
   <project path='org-apache-sling-feature-extension-apiregions' name='sling-org-apache-sling-feature-extension-apiregions.git' groups='feature' />
   <project path='org-apache-sling-feature-extension-content' name='sling-org-apache-sling-feature-extension-content.git' groups='feature' />
+  <project path='org-apache-sling-feature-inventoryprinter' name='sling-org-apache-sling-feature-inventoryprinter.git' groups='feature' />
   <project path='org-apache-sling-feature-io' name='sling-org-apache-sling-feature-io.git' groups='feature' />
   <project path='org-apache-sling-feature-karaf' name='sling-org-apache-sling-feature-karaf.git' groups='feature' />
   <project path='org-apache-sling-feature-launcher' name='sling-org-apache-sling-feature-launcher.git' groups='feature' />
@@ -178,6 +179,7 @@
   <project path='org-apache-sling-launchpad-contrib-testing' name='sling-org-apache-sling-launchpad-contrib-testing.git' groups='launchpad' />
   <project path='org-apache-sling-launchpad-installer' name='sling-org-apache-sling-launchpad-installer.git' groups='launchpad' />
   <project path='org-apache-sling-launchpad-integration-tests' name='sling-org-apache-sling-launchpad-integration-tests.git' groups='launchpad' />
+  <project path='org-apache-sling-launchpad-startupmanager' name='sling-org-apache-sling-launchpad-startupmanager.git' groups='launchpad' />
   <project path='org-apache-sling-launchpad-test-bundles' name='sling-org-apache-sling-launchpad-test-bundles.git' groups='launchpad' />
   <project path='org-apache-sling-launchpad-test-fragment' name='sling-org-apache-sling-launchpad-test-fragment.git' groups='launchpad' />
   <project path='org-apache-sling-launchpad-test-services' name='sling-org-apache-sling-launchpad-test-services.git' groups='launchpad' />
@@ -217,6 +219,8 @@
   <project path='org-apache-sling-resourceresolver' name='sling-org-apache-sling-resourceresolver.git' />
   <project path='org-apache-sling-rewriter' name='sling-org-apache-sling-rewriter.git' />
   <project path='org-apache-sling-scripting-api' name='sling-org-apache-sling-scripting-api.git' groups='scripting' />
+  <project path='org-apache-sling-scripting-bundle-tracker' name='sling-org-apache-sling-scripting-bundle-tracker.git' groups='scripting' />
+  <project path='org-apache-sling-scripting-bundle-tracker-it' name='sling-org-apache-sling-scripting-bundle-tracker-it.git' groups='scripting' />
   <project path='org-apache-sling-scripting-console' name='sling-org-apache-sling-scripting-console.git' groups='scripting' />
   <project path='org-apache-sling-scripting-core' name='sling-org-apache-sling-scripting-core.git' groups='scripting' />
   <project path='org-apache-sling-scripting-el-api' name='sling-org-apache-sling-scripting-el-api.git' groups='scripting' />
@@ -283,6 +287,7 @@
   <project path='org-apache-sling-xss' name='sling-org-apache-sling-xss.git' />
   <project path='parent' name='sling-parent.git' />
   <project path='samples' name='sling-samples.git' />
+  <project path='scriptingbundle-maven-plugin' name='sling-scriptingbundle-maven-plugin.git' />
   <project path='servlet-archetype' name='sling-servlet-archetype.git' />
   <project path='site' name='sling-site.git' />
   <project path='slingfeature-maven-plugin' name='sling-slingfeature-maven-plugin.git' />
@@ -293,4 +298,4 @@
   <project path='tooling-release' name='sling-tooling-release.git' />
   <project path='tooling-scm' name='sling-tooling-scm.git' />
   <project path='whiteboard' name='sling-whiteboard.git' />
-</manifest>
\ No newline at end of file
+</manifest>
diff --git a/docs/groups/feature.md b/docs/groups/feature.md
index a61e065..25f93f7 100644
--- a/docs/groups/feature.md
+++ b/docs/groups/feature.md
@@ -5,9 +5,8 @@
 |---	|---	|---	|---    |
 | [Apache Sling Feature Analyser](https://github.com/apache/sling-org-apache-sling-feature-analyser) <br/> <small>([org.apache.sling.feature.analyser](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.analyser%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-analyser-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-a [...]
 | [Apache Sling Feature Application Builder](https://github.com/apache/sling-org-apache-sling-feature-applicationbuilder) <br/> <small>([org.apache.sling.feature.applicationbuilder](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.applicationbuilder%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-applicationbuilder-1.8)](https://bu [...]
-| [Sling Featuremodel - Content Deployment Exension](https://github.com/apache/sling-org-apache-sling-feature-extension-content) <br/> <small>([org.apache.sling.feature.extension.content](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.extension.content%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-extension-content-1.8)](https://builds.apache.org/view/S-Z/view/S [...]
 | [Apache Sling Feature IO Module](https://github.com/apache/sling-org-apache-sling-feature-io) <br/> <small>([org.apache.sling.feature.io](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.io%22))</small> | IO functionality for the Feature Model |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-io-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-feature [...]
 | [Apache Sling Feature Karaf](https://github.com/apache/sling-org-apache-sling-feature-karaf) <br/> <small>([org.apache.sling.feature.karaf](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.karaf%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-karaf-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-fea [...]
 | [Apache Sling Feature Launcher](https://github.com/apache/sling-org-apache-sling-feature-launcher) <br/> <small>([org.apache.sling.feature.launcher](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.launcher%22))</small> | A application launcher using Apache Sling Features |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-launcher-1.8)](https://builds.apache.org/view/S-Z/view/Sling [...]
-| [Apache Sling Feature Model Converter](https://github.com/apache/sling-org-apache-sling-feature-modelconverter) <br/> <small>([org.apache.sling.feature.modelconverter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.modelconverter%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-modelconverter-1.8)](https://builds.apache.org/view [...]
+| [Apache Sling Feature Model Converter](https://github.com/apache/sling-org-apache-sling-feature-modelconverter) <br/> <small>([org.apache.sling.feature.modelconverter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.modelconverter%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-modelconverter-1.8)](https://builds.apache.org/view [...]
 | [Apache Sling Feature Resolver](https://github.com/apache/sling-org-apache-sling-feature-resolver) <br/> <small>([org.apache.sling.feature.resolver](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.resolver%22))</small> | Resolver integration of the Feature Model |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-resolver-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/slin [...]
\ No newline at end of file
diff --git a/docs/groups/jcr.md b/docs/groups/jcr.md
index 2495794..0c04d19 100644
--- a/docs/groups/jcr.md
+++ b/docs/groups/jcr.md
@@ -16,7 +16,6 @@
 | [Apache Sling Wrapper Bundle for the JCR API](https://github.com/apache/sling-org-apache-sling-jcr-jcr-wrapper) <br/> <small>([org.apache.sling.jcr.jcr-wrapper](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.jcr-wrapper%22))</small> | This bundle wraps the JCR API Version 2.0 and exports it as version 2.0 and 1.1 to avoid problems with strict import ranges due to the (wrong) export in the original JCR api bundle. |&#32;[![Build Stat [...]
 | [Apache Sling JCR JS NodeTypes](https://github.com/apache/sling-org-apache-sling-jcr-js-nodetypes) <br/> <small>([org.apache.sling.jcr.js.nodetypes](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.js.nodetypes%22))</small> | Uses Apache Sling to generate a JavaScript representation of JCR node types. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-js-nodetypes-1.8)](https://builds.apac [...]
 | [Apache Sling JCR Oak Repository Server](https://github.com/apache/sling-org-apache-sling-jcr-oak-server) <br/> <small>([org.apache.sling.jcr.oak.server](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.oak.server%22))</small> | This bundle provides a SlingRepository based on Apache Jackrabbit Oak. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-oak-server-1.8)](https://builds.apache.or [...]
-| [Apache Sling JCR Package Initializer module](https://github.com/apache/sling-org-apache-sling-jcr-packageinit) <br/> <small>([org.apache.sling.jcr.packageinit](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.packageinit%22))</small> | Installs packages into a JCR repository as SlingRepositoryInitializer based on a FileVault ExecutionPlan |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr [...]
 | [Apache Sling JCR Repository Registration](https://github.com/apache/sling-org-apache-sling-jcr-registration) <br/> <small>([org.apache.sling.jcr.registration](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.registration%22))</small> | Bundle providing support to publish JCR repository services via RMI and/or JNDI |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-registration-1.8)](https [...]
 | [Apache Sling JCR RepoInit module](https://github.com/apache/sling-org-apache-sling-jcr-repoinit) <br/> <small>([org.apache.sling.jcr.repoinit](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.repoinit%22))</small> | Initializes a JCR repository based on the output of the RepoInit Language parser. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-repoinit-1.8)](https://builds.apache.org/v [...]
 | [Apache Sling Versioning Integration Tests](https://github.com/apache/sling-org-apache-sling-jcr-repository-it-resource-versioning) <br/> <small>([org.apache.sling.jcr.repository.it-resource-versioning](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.repository.it-resource-versioning%22))</small> | Tests versioning API implementation in JcrResourceProvider |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-or [...]
diff --git a/docs/groups/karaf.md b/docs/groups/karaf.md
index 5fa544d..b5b79d6 100644
--- a/docs/groups/karaf.md
+++ b/docs/groups/karaf.md
@@ -6,5 +6,5 @@
 | [Apache Sling - Karaf Configs](https://github.com/apache/sling-org-apache-sling-karaf-configs) <br/> <small>([org.apache.sling.karaf-configs](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-configs%22))</small> | Apache Sling configurations for provisioning with Apache Karaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-configs-1.8)](https://builds.apache.org/view/S-Z/view/Sling/ [...]
 | [Apache Sling - Karaf Distribution](https://github.com/apache/sling-org-apache-sling-karaf-distribution) <br/> <small>([org.apache.sling.karaf-distribution](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-distribution%22))</small> | Apache Sling Karaf Distribution |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-distribution-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
 | [Apache Sling - Karaf Features](https://github.com/apache/sling-org-apache-sling-karaf-features) <br/> <small>([org.apache.sling.karaf-features](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-features%22))</small> | Apache Sling Features for provisioning with Apache Karaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-features-1.8)](https://builds.apache.org/view/S-Z/view/Sling/j [...]
-| [Apache Sling - Karaf Integration Tests](https://github.com/apache/sling-org-apache-sling-karaf-integration-tests) <br/> <small>([org.apache.sling.karaf-integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-integration-tests%22))</small> | Integration Tests for Apache Sling Karaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-integration-tests-1.8)](https://builds.apa [...]
+| [Apache Sling - Karaf Integration Tests](https://github.com/apache/sling-org-apache-sling-karaf-integration-tests) <br/> <small>([org.apache.sling.karaf-integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-integration-tests%22))</small> | Integration Tests for Apache Sling Karaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-integration-tests-1.8)](https://builds.apa [...]
 | [Apache Sling - Karaf Launchpad Integration Tests (Oak Tar)](https://github.com/apache/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests) <br/> <small>([org.apache.sling.karaf-launchpad-oak-tar-integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-launchpad-oak-tar-integration-tests%22))</small> | Launchpad Integration Tests for Apache Sling with Oak Tar on Karaf |&#32;[![Build Status](https://builds.apa [...]
\ No newline at end of file
diff --git a/docs/modules.md b/docs/modules.md
index 78399d5..40cd92a 100644
--- a/docs/modules.md
+++ b/docs/modules.md
@@ -33,7 +33,6 @@
 | [Apache Sling Context-Aware Configuration Implementation](https://github.com/apache/sling-org-apache-sling-caconfig-impl) <br/> <small>([org.apache.sling.caconfig.impl](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.impl%22))</small> | Apache Sling Context-Aware Configuration Implementation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-caconfig-impl-1.8)](https://builds.apache.org/ [...]
 | [Apache Sling Context-Aware Configuration Integration Tests](https://github.com/apache/sling-org-apache-sling-caconfig-integration-tests) <br/> <small>([org.apache.sling.caconfig.integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.integration-tests%22))</small> | Integration tests for the Apache Sling Context-Aware Configuration Implementation |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=s [...]
 | [Apache Sling Context-Aware Configuration SPI](https://github.com/apache/sling-org-apache-sling-caconfig-spi) <br/> <small>([org.apache.sling.caconfig.spi](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.caconfig.spi%22))</small> | Apache Sling Context-Aware Configuration SPI |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-caconfig-spi-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
-| [Apache Sling Capabilities - JCR source](https://github.com/apache/sling-org-apache-sling-capabilities-jcr) <br/> <small>([org.apache.sling.capabilities.jcr](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.capabilities.jcr%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-capabilities-jcr-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-capabilities-j [...]
 | [Apache Sling Capabilities](https://github.com/apache/sling-org-apache-sling-capabilities) <br/> <small>([org.apache.sling.capabilities](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.capabilities%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-capabilities-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-capabilities-1.8)&#32;[![Test Status](https [...]
 | [Apache Sling Cassandra Resource Provider](https://github.com/apache/sling-org-apache-sling-cassandra) <br/> <small>([org.apache.sling.cassandra](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.cassandra%22))</small> | Provides a ResourceProvider implementation supporting Apache Cassandra based resources. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-cassandra-1.8)](https://builds.apache.org [...]
 | [Apache Sling Clam](https://github.com/apache/sling-org-apache-sling-clam) <br/> <small>([org.apache.sling.clam](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.clam%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-clam-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-clam-1.8)&#32;[![Test Status](https://img.shields.io/jenkins/t/https/builds.apache. [...]
@@ -92,11 +91,10 @@
 | [Apache Sling Web Console Security Provider](https://github.com/apache/sling-org-apache-sling-extensions-webconsolesecurityprovider) <br/> <small>([org.apache.sling.extensions.webconsolesecurityprovider](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.extensions.webconsolesecurityprovider%22))</small> | WebConsoleSecurityProvider for the Apache Felix Web Console using the Apache Sling Auth Core bundle to authenticate users. |&#32;[![Buil [...]
 | [Apache Sling Feature Analyser](https://github.com/apache/sling-org-apache-sling-feature-analyser) <br/> <small>([org.apache.sling.feature.analyser](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.analyser%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-analyser-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-a [...]
 | [Apache Sling Feature Application Builder](https://github.com/apache/sling-org-apache-sling-feature-applicationbuilder) <br/> <small>([org.apache.sling.feature.applicationbuilder](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.applicationbuilder%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-applicationbuilder-1.8)](https://bu [...]
-| [Sling Featuremodel - Content Deployment Exension](https://github.com/apache/sling-org-apache-sling-feature-extension-content) <br/> <small>([org.apache.sling.feature.extension.content](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.extension.content%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-extension-content-1.8)](https://builds.apache.org/view/S-Z/view/S [...]
 | [Apache Sling Feature IO Module](https://github.com/apache/sling-org-apache-sling-feature-io) <br/> <small>([org.apache.sling.feature.io](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.io%22))</small> | IO functionality for the Feature Model |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-io-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-feature [...]
 | [Apache Sling Feature Karaf](https://github.com/apache/sling-org-apache-sling-feature-karaf) <br/> <small>([org.apache.sling.feature.karaf](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.karaf%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-karaf-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-fea [...]
 | [Apache Sling Feature Launcher](https://github.com/apache/sling-org-apache-sling-feature-launcher) <br/> <small>([org.apache.sling.feature.launcher](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.launcher%22))</small> | A application launcher using Apache Sling Features |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-launcher-1.8)](https://builds.apache.org/view/S-Z/view/Sling [...]
-| [Apache Sling Feature Model Converter](https://github.com/apache/sling-org-apache-sling-feature-modelconverter) <br/> <small>([org.apache.sling.feature.modelconverter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.modelconverter%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-modelconverter-1.8)](https://builds.apache.org/view [...]
+| [Apache Sling Feature Model Converter](https://github.com/apache/sling-org-apache-sling-feature-modelconverter) <br/> <small>([org.apache.sling.feature.modelconverter](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.modelconverter%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-modelconverter-1.8)](https://builds.apache.org/view [...]
 | [Apache Sling Feature Resolver](https://github.com/apache/sling-org-apache-sling-feature-resolver) <br/> <small>([org.apache.sling.feature.resolver](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature.resolver%22))</small> | Resolver integration of the Feature Model |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-resolver-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/slin [...]
 | [Apache Sling Feature](https://github.com/apache/sling-org-apache-sling-feature) <br/> <small>([org.apache.sling.feature](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.feature%22))</small> | A feature describes an OSGi system |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-feature-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-feature-1.8)&#32;[![Test Status]( [...]
 | [Apache Sling Feature Flags](https://github.com/apache/sling-org-apache-sling-featureflags) <br/> <small>([org.apache.sling.featureflags](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.featureflags%22))</small> | |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-featureflags-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-org-apache-sling-featureflags-1.8)&#32;[![JavaDocs](https:/ [...]
@@ -146,7 +144,6 @@
 | [Apache Sling Wrapper Bundle for the JCR API](https://github.com/apache/sling-org-apache-sling-jcr-jcr-wrapper) <br/> <small>([org.apache.sling.jcr.jcr-wrapper](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.jcr-wrapper%22))</small> | This bundle wraps the JCR API Version 2.0 and exports it as version 2.0 and 1.1 to avoid problems with strict import ranges due to the (wrong) export in the original JCR api bundle. |&#32;[![Build Stat [...]
 | [Apache Sling JCR JS NodeTypes](https://github.com/apache/sling-org-apache-sling-jcr-js-nodetypes) <br/> <small>([org.apache.sling.jcr.js.nodetypes](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.js.nodetypes%22))</small> | Uses Apache Sling to generate a JavaScript representation of JCR node types. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-js-nodetypes-1.8)](https://builds.apac [...]
 | [Apache Sling JCR Oak Repository Server](https://github.com/apache/sling-org-apache-sling-jcr-oak-server) <br/> <small>([org.apache.sling.jcr.oak.server](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.oak.server%22))</small> | This bundle provides a SlingRepository based on Apache Jackrabbit Oak. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-oak-server-1.8)](https://builds.apache.or [...]
-| [Apache Sling JCR Package Initializer module](https://github.com/apache/sling-org-apache-sling-jcr-packageinit) <br/> <small>([org.apache.sling.jcr.packageinit](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.packageinit%22))</small> | Installs packages into a JCR repository as SlingRepositoryInitializer based on a FileVault ExecutionPlan |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr [...]
 | [Apache Sling JCR Repository Registration](https://github.com/apache/sling-org-apache-sling-jcr-registration) <br/> <small>([org.apache.sling.jcr.registration](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.registration%22))</small> | Bundle providing support to publish JCR repository services via RMI and/or JNDI |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-registration-1.8)](https [...]
 | [Apache Sling JCR RepoInit module](https://github.com/apache/sling-org-apache-sling-jcr-repoinit) <br/> <small>([org.apache.sling.jcr.repoinit](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.repoinit%22))</small> | Initializes a JCR repository based on the output of the RepoInit Language parser. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-jcr-repoinit-1.8)](https://builds.apache.org/v [...]
 | [Apache Sling Versioning Integration Tests](https://github.com/apache/sling-org-apache-sling-jcr-repository-it-resource-versioning) <br/> <small>([org.apache.sling.jcr.repository.it-resource-versioning](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.jcr.repository.it-resource-versioning%22))</small> | Tests versioning API implementation in JcrResourceProvider |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-or [...]
@@ -168,7 +165,7 @@
 | [Apache Sling - Karaf Configs](https://github.com/apache/sling-org-apache-sling-karaf-configs) <br/> <small>([org.apache.sling.karaf-configs](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-configs%22))</small> | Apache Sling configurations for provisioning with Apache Karaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-configs-1.8)](https://builds.apache.org/view/S-Z/view/Sling/ [...]
 | [Apache Sling - Karaf Distribution](https://github.com/apache/sling-org-apache-sling-karaf-distribution) <br/> <small>([org.apache.sling.karaf-distribution](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-distribution%22))</small> | Apache Sling Karaf Distribution |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-distribution-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sl [...]
 | [Apache Sling - Karaf Features](https://github.com/apache/sling-org-apache-sling-karaf-features) <br/> <small>([org.apache.sling.karaf-features](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-features%22))</small> | Apache Sling Features for provisioning with Apache Karaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-features-1.8)](https://builds.apache.org/view/S-Z/view/Sling/j [...]
-| [Apache Sling - Karaf Integration Tests](https://github.com/apache/sling-org-apache-sling-karaf-integration-tests) <br/> <small>([org.apache.sling.karaf-integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-integration-tests%22))</small> | Integration Tests for Apache Sling Karaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-integration-tests-1.8)](https://builds.apa [...]
+| [Apache Sling - Karaf Integration Tests](https://github.com/apache/sling-org-apache-sling-karaf-integration-tests) <br/> <small>([org.apache.sling.karaf-integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-integration-tests%22))</small> | Integration Tests for Apache Sling Karaf |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-karaf-integration-tests-1.8)](https://builds.apa [...]
 | [Apache Sling - Karaf Launchpad Integration Tests (Oak Tar)](https://github.com/apache/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests) <br/> <small>([org.apache.sling.karaf-launchpad-oak-tar-integration-tests](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.karaf-launchpad-oak-tar-integration-tests%22))</small> | Launchpad Integration Tests for Apache Sling with Oak Tar on Karaf |&#32;[![Build Status](https://builds.apa [...]
 | [Apache Sling Launchpad API](https://github.com/apache/sling-org-apache-sling-launchpad-api) <br/> <small>([org.apache.sling.launchpad.api](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.api%22))</small> | This module contains the API exposed by Launchpad to bundles. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-api-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job [...]
 | [Apache Sling Launchpad Base](https://github.com/apache/sling-org-apache-sling-launchpad-base) <br/> <small>([org.apache.sling.launchpad.base](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.launchpad.base%22))</small> | This module contains the common classes and configuration files used by the various launchpad modules.. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-org-apache-sling-launchpad-base-1.8)](ht [...]
@@ -281,7 +278,7 @@
 | [Apache Sling Samples (Builder)](https://github.com/apache/sling-samples) <br/> <small>([sling-samples-builder](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-samples-builder%22))</small> | Pseudo project to build all sample modules. |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-samples-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-samples-1.8)&#32;[![Test Status](https://img.shields.io/jenkins/t/https [...]
 | [Apache Sling Servlet Archetype](https://github.com/apache/sling-servlet-archetype) <br/> <small>([sling-servlet-archetype](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-servlet-archetype%22))</small> | Maven archetype for Sling Servlets |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-servlet-archetype-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-servlet-archetype-1.8)&#32;[![Test Status](https://img.s [...]
 | [Apache Sling Website](https://github.com/apache/sling-site) <br/> <small>([sling-site](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-site%22))</small> | || &#32;[![Pull Requests](https://img.shields.io/github/issues-pr/apache/sling-site.svg)](https://github.com/apache/sling-site/pulls) |
-| [Apache Sling OSGi Feature Maven Plugin](https://github.com/apache/sling-slingfeature-maven-plugin) <br/> <small>([slingfeature-maven-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22slingfeature-maven-plugin%22))</small> | Maven Plugin for OSGi Applications |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-slingfeature-maven-plugin-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-slingfeature-maven-plugin-1. [...]
+| [Apache Sling OSGi Feature Maven Plugin](https://github.com/apache/sling-slingfeature-maven-plugin) <br/> <small>([slingfeature-maven-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22slingfeature-maven-plugin%22))</small> | Maven Plugin for OSGi Applications |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-slingfeature-maven-plugin-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-slingfeature-maven-plugin-1. [...]
 | [Apache Sling Slingstart Archetype](https://github.com/apache/sling-slingstart-archetype) <br/> <small>([sling-slingstart-archetype](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-slingstart-archetype%22))</small> | Maven archetype for a Sling Slingstart application |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-slingstart-archetype-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-slingstart-archetype-1.8) [...]
 | [Apache Sling SlingStart Maven Plugin](https://github.com/apache/sling-slingstart-maven-plugin) <br/> <small>([slingstart-maven-plugin](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22slingstart-maven-plugin%22))</small> | Maven Plugin supporting Sling Launchpad |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-slingstart-maven-plugin-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-slingstart-maven-plugin-1.8)&#32; [...]
 | [Apache Sling Taglib Archetype](https://github.com/apache/sling-taglib-archetype) <br/> <small>([sling-taglib-archetype](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22sling-taglib-archetype%22))</small> | Maven archetype for JSP Taglib |&#32;[![Build Status](https://builds.apache.org/buildStatus/icon?job=sling-taglib-archetype-1.8)](https://builds.apache.org/view/S-Z/view/Sling/job/sling-taglib-archetype-1.8)| &#32;[![Pull Requests](https://img.shields [...]
\ No newline at end of file