This is an automated email from the ASF dual-hosted git repository.
andysch pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-kickstart.git.
from 39ea3c0 [maven-release-plugin] prepare for next development iteration
new 7505069 Updated to version 0.0.5-SNAPSHOT, removed FAR from resources
folder and generate it during the build
new 819f102 Upgraded to version 0.0.6
new 3ec0412 Added placeholders to Sling FM files to avoid issues with
release
new 8394529 Use copy because the FAR file is installed as well
new 6be632f Final adjustment for next release
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Readme.md | 9 +-
bin/create_seed_fm.sh | 2 +-
bin/create_updated_seed_fm.sh | 2 +-
bin/run_composite_fm.sh | 2 +-
bin/run_updated_composite_fm.sh | 2 +-
pom.xml | 70 +-
sling-fm-pom.xml | 80 +-
.../sling/kickstart/app/KickstartStarter.java | 13 +-
.../feature-sling12-two-headed.json | 2 +-
.../feature-two-headed-runtime.json | 2 +-
.../composite-nodes/feature-two-headed-seed.json | 2 +-
src/main/resources/standalone/boot_boot.json | 134 ++
.../standalone/composum_composum-nodes.json | 39 +
.../standalone/far/org.apache.sling.kickstart.far | Bin 89413982 -> 0 bytes
.../resources/standalone/fm/feature-sling12.json | 1347 --------------------
.../standalone/healthcheck_healthcheck.json | 106 ++
.../resources/standalone/launchpad_launchpad.json | 19 +
src/main/resources/standalone/oak_oak.json | 124 ++
.../resources/standalone/repoinit_repoinit.json | 74 ++
src/main/resources/standalone/scripting_sling.json | 96 ++
.../standalone/sling-caconfig_sling-caconfig.json | 28 +
.../sling-discovery_sling-discovery.json | 45 +
.../standalone/sling-event_sling-event.json | 32 +
...els-jacksonexporter_models-jacksonexporter.json | 25 +
.../sling-validation_sling-validation.json | 36 +
src/main/resources/standalone/sling_sling.json | 451 +++++++
src/main/resources/standalone/sling_slingshot.json | 39 +
.../standalone/standalone_standalone.json | 16 +
src/main/resources/standalone/webapp_webapp.json | 4 +
29 files changed, 1400 insertions(+), 1401 deletions(-)
create mode 100644 src/main/resources/standalone/boot_boot.json
create mode 100644 src/main/resources/standalone/composum_composum-nodes.json
delete mode 100644
src/main/resources/standalone/far/org.apache.sling.kickstart.far
delete mode 100644 src/main/resources/standalone/fm/feature-sling12.json
create mode 100644 src/main/resources/standalone/healthcheck_healthcheck.json
create mode 100644 src/main/resources/standalone/launchpad_launchpad.json
create mode 100644 src/main/resources/standalone/oak_oak.json
create mode 100644 src/main/resources/standalone/repoinit_repoinit.json
create mode 100644 src/main/resources/standalone/scripting_sling.json
create mode 100644
src/main/resources/standalone/sling-caconfig_sling-caconfig.json
create mode 100644
src/main/resources/standalone/sling-discovery_sling-discovery.json
create mode 100644 src/main/resources/standalone/sling-event_sling-event.json
create mode 100644
src/main/resources/standalone/sling-models-jacksonexporter_models-jacksonexporter.json
create mode 100644
src/main/resources/standalone/sling-validation_sling-validation.json
create mode 100644 src/main/resources/standalone/sling_sling.json
create mode 100644 src/main/resources/standalone/sling_slingshot.json
create mode 100644 src/main/resources/standalone/standalone_standalone.json
create mode 100644 src/main/resources/standalone/webapp_webapp.json