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/02/01 16:43:26 UTC

[sling-org-apache-sling-feature-analyser] branch master updated: Update Feature dependency to 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 ff1718d  Update Feature dependency to 1.0.0
ff1718d is described below

commit ff1718dd2789e1c20b0ae974d1437a2e1188b96e
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Feb 1 16:43:14 2019 +0000

    Update Feature dependency to 1.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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