You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/04/22 10:32:47 UTC

[sling-slingfeature-maven-plugin] branch master updated: SLING-9362 : Use Apache Felix cm.json for JSON handling

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new eeca04d  SLING-9362 : Use Apache Felix cm.json for JSON handling
eeca04d is described below

commit eeca04d6ccf807780364a461ce00887b617bacfa
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Apr 22 12:32:35 2020 +0200

    SLING-9362 : Use Apache Felix cm.json for JSON handling
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 09e2af0..4e467db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.cm.json</artifactId>
-            <version>1.0.2</version>
+            <version>1.0.3-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>