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/01/29 15:19:52 UTC

[sling-org-apache-sling-feature-io] branch master updated: Update Feature dependency to 1.0.0 in preparation for 1.0.0 release

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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new d5993cf  Update Feature dependency to 1.0.0 in preparation for 1.0.0 release
d5993cf is described below

commit d5993cfb6316abc61cc7767ef6401bb074e0c9cd
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Tue Jan 29 15:19:27 2019 +0000

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

diff --git a/pom.xml b/pom.xml
index 0161651..d473ed1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,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>