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

[sling-org-apache-sling-feature-analyser] 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-analyser.git


The following commit(s) were added to refs/heads/master by this push:
     new 416e82a  Use Converter and Configurator 1.0.0
416e82a is described below

commit 416e82a6f3b716fbb75a1f85c50b97d419a1b140
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Mon Apr 30 14:20:56 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index add7b59..7a042d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,14 +132,14 @@
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
-	    <artifactId>org.apache.felix.converter</artifactId>
-	    <version>0.1.0-SNAPSHOT</version>
+            <artifactId>org.apache.felix.converter</artifactId>
+            <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.