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 2019/04/25 10:18:11 UTC

[sling-org-apache-sling-feature-analyser] branch master updated: Update Feature Dependency to 1.0.1-SNAPSHOT

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 264504f  Update Feature Dependency to 1.0.1-SNAPSHOT
264504f is described below

commit 264504f5fbcd0cbf44d4b84447299c81ccff55f7
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Thu Apr 25 11:17:58 2019 +0100

    Update Feature Dependency to 1.0.1-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cb5a714..222f9bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>