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-org-apache-sling-starter.git
The following commit(s) were added to refs/heads/master by this push:
new c383c86 SLING-10116 - adding the maintenance feature to starter
new 350a4f2 Merge branch 'master' of
github.com:apache/sling-org-apache-sling-starter
c383c86 is described below
commit c383c866e53b690b34d87d758e2c320ef1321d11
Author: Dan Klco <[email protected]>
AuthorDate: Thu Feb 25 12:13:23 2021 -0500
SLING-10116 - adding the maintenance feature to starter
---
src/main/features/maintenance.json | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/main/features/maintenance.json
b/src/main/features/maintenance.json
new file mode 100644
index 0000000..8dc36cd
--- /dev/null
+++ b/src/main/features/maintenance.json
@@ -0,0 +1,5 @@
+{
+ "prototype": {
+ "id":
"org.apache.sling:org.apache.sling.jcr.maintenance:slingosgifeature:base:1.0.0"
+ }
+}