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/06 12:11:56 UTC

[sling-org-apache-sling-feature-modelconverter] branch master updated: SLING-9333 : Artifact metadata is incorrectly writing a comma to separate the parameters

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


The following commit(s) were added to refs/heads/master by this push:
     new bc541a8  SLING-9333 : Artifact metadata is incorrectly writing a comma to separate the parameters
bc541a8 is described below

commit bc541a84c4d441469825af6767afe5f7e468d923
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Apr 6 14:11:43 2020 +0200

    SLING-9333 : Artifact metadata is incorrectly writing a comma to separate the parameters
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 353edd6..5da85fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>35</version>
+        <version>38</version>
         <relativePath />
     </parent>
 
@@ -149,19 +149,19 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.1.2</version>
+            <version>1.1.8</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>1.2.2</version>
+            <version>1.3.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.provisioning.model</artifactId>
-            <version>1.8.4</version>
+            <version>1.8.6</version>
             <scope>provided</scope>
         </dependency>
         <dependency>