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-app-cms.git
The following commit(s) were added to refs/heads/master by this push:
new 27c3dc1a SLING-12155 - Fix missing maintenance configuration
27c3dc1a is described below
commit 27c3dc1a47ee53bf6bec3506539fc70ab4b8ff76
Author: Dan Klco <[email protected]>
AuthorDate: Wed Nov 15 09:59:15 2023 -0500
SLING-12155 - Fix missing maintenance configuration
---
feature/src/main/features/cms/maintenance-config.json | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/feature/src/main/features/cms/maintenance-config.json
b/feature/src/main/features/cms/maintenance-config.json
new file mode 100644
index 00000000..db7d470a
--- /dev/null
+++ b/feature/src/main/features/cms/maintenance-config.json
@@ -0,0 +1,5 @@
+{
+ "prototype": {
+ "id":
"org.apache.sling:org.apache.sling.jcr.maintenance:slingosgifeature:configuration:1.1.0"
+ }
+}