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/02 10:34:41 UTC

[sling-org-apache-sling-feature-launcher] 02/03: Move feature/feature-io dependencies to 0.2.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-launcher.git

commit c381603018466d0a8952ce8a5ae5e2edf72f9bba
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Nov 2 10:33:27 2018 +0000

    Move feature/feature-io dependencies to 0.2.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f671de7..cedd926 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,13 +112,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>0.1.3-SNAPSHOT</version>
+            <version>0.2.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>0.1.3-SNAPSHOT</version>
+            <version>0.2.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>