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 2021/01/29 16:02:03 UTC

[sling-org-apache-sling-feature] branch master updated: SLING-10084 : Prevent the creation of configuration properties with duplicate keys

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-feature.git


The following commit(s) were added to refs/heads/master by this push:
     new e4a0329  SLING-10084 : Prevent the creation of configuration properties with duplicate keys
e4a0329 is described below

commit e4a03290f1f351657efa52cd32776b4c486ccf76
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Jan 29 17:01:50 2021 +0100

    SLING-10084 : Prevent the creation of configuration properties with duplicate keys
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2981ae0..2e6cf2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.cm.json</artifactId>
-            <version>1.0.3-SNAPSHOT</version>
+            <version>1.0.4</version>
             <scope>provided</scope>
         </dependency>