This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.distribution.sample-0.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-sample.git
commit dae9ac18a1745d344ca60732d4d07630f0e8a8b0 Author: Tommaso Teofili <[email protected]> AuthorDate: Mon Sep 29 13:53:35 2014 +0000 SLING-3978 - adjusted service user mapping to match the core sybmolic name git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/replication/sample@1628183 13f79535-47bb-0310-9956-ffa450edef68 --- ...rviceusermapping.impl.ServiceUserMapperImpl.amended-replication.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/SLING-CONTENT/libs/sling/replication/install/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-replication.json b/src/main/resources/SLING-CONTENT/libs/sling/replication/install/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-replication.json index 14729c8..33c0a62 100644 --- a/src/main/resources/SLING-CONTENT/libs/sling/replication/install/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-replication.json +++ b/src/main/resources/SLING-CONTENT/libs/sling/replication/install/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-replication.json @@ -1,5 +1,5 @@ { "jcr:primaryType": "sling:OsgiConfig", "user.default": "", - "user.mapping": "org.apache.sling.replication:replicationService=admin" + "user.mapping": "org.apache.sling.replication.core:replicationService=admin" } -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
