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/11/29 16:34:59 UTC

[sling-org-apache-sling-feature-extension-apiregions] branch master updated: Update feature dependency to 0.8.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-extension-apiregions.git


The following commit(s) were added to refs/heads/master by this push:
     new dd34cdd  Update feature dependency to 0.8.0
dd34cdd is described below

commit dd34cdde6ff4c6f6fa213aa9e1d4334c8d7ad244
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Thu Nov 29 16:34:39 2018 +0000

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

diff --git a/pom.xml b/pom.xml
index 7c834fb..2a9057d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>0.2.1-SNAPSHOT</version>
+            <version>0.8.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>