You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2018/04/30 13:23:35 UTC

[sling-org-apache-sling-feature-applicationbuilder] branch master updated: Use Converter and Configurator 1.0.0

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

davidb 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 c030c9c  Use Converter and Configurator 1.0.0
c030c9c is described below

commit c030c9c914ef770de51ea49ec5604ef0352950e7
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Mon Apr 30 14:23:22 2018 +0100

    Use Converter and Configurator 1.0.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fed4c08..75a6e9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,13 +129,13 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.converter</artifactId>
-            <version>0.1.0-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.configurator</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

-- 
To stop receiving notification emails like this one, please contact
davidb@apache.org.