You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2021/12/20 18:56:30 UTC

[sling-org-apache-sling-starter] branch master updated: Use JCR Content Loader 2.5.0

This is an automated email from the ASF dual-hosted git repository.

kwin 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 00ec0e9  Use JCR Content Loader 2.5.0
00ec0e9 is described below

commit 00ec0e9d8c69ff3dfdc7bc3b2513f7a5753672e2
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Dec 20 19:55:47 2021 +0100

    Use JCR Content Loader 2.5.0
---
 src/main/features/oak/oak_base.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/features/oak/oak_base.json b/src/main/features/oak/oak_base.json
index 8f07a88..f11ecb4 100644
--- a/src/main/features/oak/oak_base.json
+++ b/src/main/features/oak/oak_base.json
@@ -134,7 +134,7 @@
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.jcr.contentloader:2.4.0",
+            "id":"org.apache.sling:org.apache.sling.jcr.contentloader:2.5.0",
             "start-order":"20"
         },
         {