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:21:18 UTC

[sling-slingfeature-maven-plugin] branch master updated: SLING-10106 : Update to Apache Felix cm.json 1.0.4

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 db146a0  SLING-10106 : Update to Apache Felix cm.json 1.0.4
db146a0 is described below

commit db146a0188fe7158dcfa323ec421290759336695
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Jan 29 17:20:53 2021 +0100

    SLING-10106 : Update to Apache Felix cm.json 1.0.4
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 58db3ca..0b02056 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.cm.json</artifactId>
-            <version>1.0.2</version>
+            <version>1.0.4</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -171,7 +171,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.2.18</version>
+            <version>1.2.19-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>