You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2019/08/15 20:41:17 UTC

[sling-org-apache-sling-caconfig-impl] branch master updated: update to next development version until release version is available on maven central

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

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-impl.git


The following commit(s) were added to refs/heads/master by this push:
     new ada5ec5  update to next development version until release version is available on maven central
ada5ec5 is described below

commit ada5ec595fd459883d1ba0d6bea96ae1f8313249
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Thu Aug 15 22:41:06 2019 +0200

    update to next development version until release version is available on maven central
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0520a24..6236ab4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>org.apache.sling.caconfig.impl</artifactId>
     <packaging>bundle</packaging>
-    <version>1.5.1-SNAPSHOT</version>
+    <version>1.4.17-SNAPSHOT</version>
     <name>Apache Sling Context-Aware Configuration Implementation</name>
     <description>Apache Sling Context-Aware Configuration Implementation</description>
 
@@ -119,7 +119,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.caconfig.api</artifactId>
-            <version>1.2.0</version>
+            <version>1.2.1-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>