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 2018/07/30 05:43:30 UTC

[sling-org-apache-sling-feature-applicationbuilder] branch master updated: Update to configurator 1.0.2

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


The following commit(s) were added to refs/heads/master by this push:
     new a46a4ed  Update to configurator 1.0.2
a46a4ed is described below

commit a46a4edc08d10d65d6124f96f47ccee4042bee9d
Author: Carsten Ziegeler <cz...@adobe.com>
AuthorDate: Mon Jul 30 07:43:24 2018 +0200

    Update to configurator 1.0.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2bd5cd6..5a3cc1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.configurator</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>