You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/04/29 10:44:27 UTC

[sling-org-apache-sling-installer-factory-feature] 08/08: Use feature 1.2.0 release

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-feature.git

commit c9c474c91205ded2a0fcaa266f46cceebe4ce03b
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Apr 28 13:33:49 2020 +0200

    Use feature 1.2.0 release
---
 README.md | 4 ++--
 pom.xml   | 8 +-------
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 5a63122..504ac47 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
 
  [![Build Status](https://builds.apache.org/buildStatus/icon?job=Sling/sling-org-apache-sling-installer-factory-model/master)](https://builds.apache.org/job/Sling/job/sling-org-apache-sling-installer-factory-model/job/master) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![installer](https://sling.apache.org/badges/group-installer.svg)](https://github.com/apache/sling-aggregator/blob/master/docs/groups/installer.md)
 
-# Apache Sling Installer Provisioning Model Support
+# Apache Sling Installer Feature Model Support
 
 This module is part of the [Apache Sling](https://sling.apache.org) project.
 
-Provides support for the provisioning model to the Apache Sling OSGi installer
+Provides support for the feature model to the Apache Sling OSGi installer
diff --git a/pom.xml b/pom.xml
index 76a1193..814b2ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,13 +101,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.1.8</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>1.3.0</version>
+            <version>1.2.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>