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-org-apache-sling-installer-core.git
The following commit(s) were added to refs/heads/master by this push:
new 229cba8 SLING-9362 : Use Apache Felix cm.json for JSON handling
229cba8 is described below
commit 229cba847b22e6915530800f72e0cf1911bf1730
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Apr 24 11:08:00 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 e6de3c9..4e0cf18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,7 +224,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.cm.json</artifactId>
- <version>1.0.3-SNAPSHOT</version>
+ <version>1.0.2</version>
<scope>provided</scope>
</dependency>
<!-- Basic dependencies for Unit Tests -->