This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.fsresource-2.1.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fsresource.git
commit ac37ebe8dc8b49877672b6983451ce0afd975717 Author: Stefan Seifert <[email protected]> AuthorDate: Tue May 23 21:21:42 2017 +0000 SLING-6873 FSResource: Support tick as well as double quote when parsing JSON files git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/fsresource@1795966 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- src/test/resources/fs-test/folder2/content.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6102071..0b0e32c 100644 --- a/pom.xml +++ b/pom.xml @@ -146,7 +146,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.jcr.contentparser</artifactId> - <version>1.1.0</version> + <version>1.1.1-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/test/resources/fs-test/folder2/content.json b/src/test/resources/fs-test/folder2/content.json index b0fc78d..27a76a6 100644 --- a/src/test/resources/fs-test/folder2/content.json +++ b/src/test/resources/fs-test/folder2/content.json @@ -1,7 +1,7 @@ /* Comment example */ { - "jcr:primaryType": "app:Page", - "jcr:createdBy": "admin", + "jcr:primaryType": 'app:Page', + 'jcr:createdBy': "admin", "jcr:created": "Thu Aug 07 2014 16:32:59 GMT+0200", /* Comment example */ "jcr:content": { -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
