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/06/05 13:35:58 UTC

[sling-org-apache-sling-feature-analyser] 01/02: Upgrade feature model dependency to 0.1.2

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

commit 5a9467c393df9250faad76446cd847b6e2287831
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Tue Jun 5 14:34:32 2018 +0100

    Upgrade feature model dependency to 0.1.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c4f3159..d3dceef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,13 +117,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>0.1.1-SNAPSHOT</version>
+            <version>0.1.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>0.1.1-SNAPSHOT</version>
+            <version>0.1.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

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