This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-distribution.git
commit 9c33f6e7ab8c887bdb4fd1ade15b0a03c44e4b58 Author: Oliver Lietz <[email protected]> AuthorDate: Wed Dec 21 14:25:53 2016 +0000 SLING-6426 Use Felix Configuration Admin format for all configurations git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1775438 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4c47f30..3339888 100644 --- a/pom.xml +++ b/pom.xml @@ -106,7 +106,7 @@ <artifactId>org.apache.sling.karaf-configs</artifactId> <version>${project.version}</version> <classifier>org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService</classifier> - <type>cfg</type> + <type>config</type> <scope>runtime</scope> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
