You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2018/06/19 21:54:36 UTC

[sling-org-apache-sling-feature-analyser] branch master updated: Update to latest feature snapshot.

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

pauls 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 b301413  Update to latest feature snapshot.
b301413 is described below

commit b3014132a3f5c7881cece9ee251343f8d8d2b968
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Tue Jun 19 23:54:31 2018 +0200

    Update to latest feature snapshot.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d2c5c4e..7c33735 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,13 +124,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>0.1.2</version>
+            <version>0.1.3-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>0.1.2</version>
+            <version>0.1.3-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>