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:29:16 UTC

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


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

commit 1a2877678ebcaa861ed51df8a62640684dd339a0
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Mon Apr 30 14:29:07 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index 62547a1..795bad5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,20 +156,20 @@
         
         <!-- Testing -->
         <dependency>
-        	    <groupId>junit</groupId>
-        	    <artifactId>junit</artifactId>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.converter</artifactId>
-            <version>0.1.0-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>test</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>test</scope>
         </dependency>
     </dependencies>

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