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:45:50 UTC

[sling-org-apache-sling-feature-modelconverter] branch master updated: Update Feature and Feature IO dependencies 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-modelconverter.git


The following commit(s) were added to refs/heads/master by this push:
     new 54971e8  Update Feature and Feature IO dependencies to 1.0.0
54971e8 is described below

commit 54971e816ea9e30cc9125c2d8c063d99c591380c
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Feb 1 16:45:35 2019 +0000

    Update Feature and Feature IO dependencies to 1.0.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fa6d592..fd1997b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,13 +69,13 @@
         <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>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>0.8.1-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>